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

Calculator : Building Thermal Inertia & τ
Category   : Tools

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

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

  building_thermal_inertia < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Structure Class (1=Light, 2=Medium, 3=Heavy)\nFloor Area [m²]\nConditioned Volume [m³]\nEnvelope Area [m²]\nAverage Envelope U-Value [W/(m²·K)]\nVentilation Rate [ACH]\nOutdoor Diurnal Swing [°C]

Website : https://thermofluidcalc.com
