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

Calculator : Stack Effect & Ventilation
Category   : Tools

Files Included:
  - stack_effect_ventilation.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 stack_effect_ventilation.f90 -o stack_effect_ventilation

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

  stack_effect_ventilation < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Stack / Atrium Height [m]\nInlet Opening Area A1 [m²]\nOutlet Opening Area A2 [m²]\nIndoor Air Temp [°C]\nOutdoor Air Temp [°C]\nRoof Wind Velocity [m/s]\nWind Pressure Coeff ΔCp\nBuilding Volume [m³]

Website : https://thermofluidcalc.com
