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

Calculator : FTCS Heat Equation Stability
Category   : Cfd

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

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

  heat_equation_stability < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
a_i\nx [m]\ny [m]\nz [m]\nt [s]\nk_i\nr_i\ncp [J/kgK]\nti_i\ntb_i\nsc_i

Website : https://thermofluidcalc.com
