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

Calculator : Stefan Moving Boundary Solidification Front
Category   : Conduction

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

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

  stefan_phase_change_moving_boundary < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Target Thickness L [mm]\nMelting Temp Tm [°C]\nCold Wall Temp T0 [°C]\nInitial Liquid Temp Ti [°C]\nLatent Heat Lf [kJ/kg]\nSolid Conductivity ks [W/(m·K)]\nSolid Density rhos [kg/m³]\nSolid Specific Heat cps [J/(kg·K)]\nLiquid Conductivity kl [W/(m·K)]\nLiquid Density rhol [kg/m³]\nLiquid Specific Heat cpl [J/(kg·K)]

Website : https://thermofluidcalc.com
