=========================================================================
  ThermoFluidCalc — Standalone Fortran Execution Guide
=========================================================================

Calculator : Air Curtain Aerodynamics
Category   : Tools

Files Included:
  - air_curtain_aerodynamics.f90 (Fortran 90/2008 Source Code)
  - input.txt (Pre-configured Sample Input)

-------------------------------------------------------------------------
1. How to Compile
-------------------------------------------------------------------------
Make sure you have GNU Fortran (gfortran) or Intel Fortran (ifort) installed.
Run the following compilation command in your terminal:

  gfortran -O3 air_curtain_aerodynamics.f90 -o air_curtain_aerodynamics

-------------------------------------------------------------------------
2. How to Execute
-------------------------------------------------------------------------
Run the compiled binary and pipe the input.txt file into stdin:

  air_curtain_aerodynamics < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Doorway Height [m]\nDoorway Width [m]\nNozzle Slot Width [mm]\nDischarge Velocity [m/s]\nOutward Discharge Angle [deg]\nIndoor Temperature [°C]\nOutdoor Temperature [°C]\nOutdoor Cross Wind Speed [m/s]

Website : https://thermofluidcalc.com
