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

Calculator : Microchannel Heat Sink Sizer (MCHE)
Category   : Heat-exchangers

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

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

  microchannel_heat_exchanger_mche < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Coolant (1=Water, 2=50/50 Glycol, 3=FC-72)\nSubstrate (1=Copper, 2=Silicon, 3=Aluminum)\nThermal Dissipation Q [W]\nDie Width [mm]\nDie Length [mm]\nChannel Width [μm]\nChannel Height [μm]\nFin Width [μm]\nCoolant Flow [mL/min]\nInlet Temp [°C]

Website : https://thermofluidcalc.com
