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

Calculator : Thermal Comfort (PMV & PPD)
Category   : Tools

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

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

  thermal_comfort_pmv_ppd < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Air Temperature Ta [°C]\nMean Radiant Temperature Tr [°C]\nRelative Air Velocity [m/s]\nRelative Humidity [%]\nMetabolic Rate [met]\nClothing Insulation [clo]

Website : https://thermofluidcalc.com
