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

Calculator : Hypersonic Aerodynamic Heating (Sutton-Graves)
Category   : Cfd

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

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

  aerodynamic_heating_reentry < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Flight Altitude [km]\nReentry Velocity [m/s]\nNose Radius [m]\nSurface Emissivity

Website : https://thermofluidcalc.com
