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

Calculator : Two-Phase Closed Thermosiphon & Heat Pipe Sizer
Category   : Heat-exchangers

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

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

  two_phase_closed_thermosiphon_heat_pipe < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Fluid (1=Water, 2=Ethanol, 3=Methanol, 4=Acetone, 5=Ammonia)\nPipe Material (1=Copper, 2=Aluminum, 3=Stainless)\nHeat Load [W]\nVapor Saturation Temp [°C]\nPipe OD [mm]\nPipe ID [mm]\nEvaporator Length [mm]\nAdiabatic Length [mm]\nCondenser Length [mm]\nFill Ratio [%]

Website : https://thermofluidcalc.com
