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

Calculator : Flow Boiling Critical Heat Flux & DNB
Category   : Convection

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

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

  flow_boiling_critical_heat_flux < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Tube Diameter D [mm]\nHeated Length L [m]\nMass Flux G [kg/(m²·s)]\nPressure P [bar]\nInlet Subcooling [°C]\nApplied Heat Flux [kW/m²]

Website : https://thermofluidcalc.com
