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

Calculator : Microchannel Two-Phase Flow Boiling
Category   : Convection

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

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

  microchannel_flow_boiling < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Channel Width [mm]\nChannel Height [mm]\nChannel Length [mm]\nNumber of Channels\nMass Flux G [kg/(m²·s)]\nHeat Flux [W/cm²]\nMean Vapor Quality x\nSaturation Pressure [bar]\nLiquid Density [kg/m³]\nVapor Density [kg/m³]\nLiquid Viscosity [cP]\nLiquid Conductivity [W/(m·K)]\nLiquid Specific Heat [J/(kg·K)]\nLatent Heat [kJ/kg]\nSurface Tension [N/m]\nKandlikar Fluid Factor Ffl

Website : https://thermofluidcalc.com
