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

Calculator : Impinging Jet Array Heat Transfer (Martin)
Category   : Convection

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

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

  impinging_jet_cooling_array < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Nozzle Diameter d [mm]\nNozzle Pitch S [mm]\nNozzle-to-Plate Height H [mm]\nJet Velocity [m/s]\nTarget Surface Temp [°C]\nJet Coolant Temp [°C]\nDensity [kg/m³]\nViscosity [cP]\nConductivity [W/(m·K)]\nSpecific Heat [J/(kg·K)]

Website : https://thermofluidcalc.com
