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

Calculator : Thermal Insulation Thickness
Category   : Tools

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

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

  insulation_thickness < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Process Temperature [Â°C]\nAmbient Temperature [Â°C]\nPipe OD [mm]\nInsulation Type\nConvection h [W/(mÂ²Â·K)]\nPipe OD [mm]\nTarget Value\nEnergy Cost [$/kWh]\nInsulation Cost [$/mÂ³]\nOperating Hours [h/yr]

Website : https://thermofluidcalc.com
