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

Calculator : Supercritical CO2 Brazed Plate Exchanger (BPHE)
Category   : Heat-exchangers

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

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

  brazed_plate_supercritical_co2_bphe < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Cycle App (1=Heat Pump, 2=Brayton, 3=WHR)\nOperating Pressure [bar]\nsCO2 Inlet Temp [°C]\nsCO2 Mass Flow [kg/s]\nCoolant Inlet Temp [°C]\nCoolant Mass Flow [kg/s]\nNumber of Plates\nPlate Width [m]\nPlate Length [m]\nChevron Angle [deg]

Website : https://thermofluidcalc.com
