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

Calculator : Rectangular Fin Efficiency
Category   : Conduction

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

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

  rectangulaire_fin < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Fin length L [m]
Fin thickness t [m]
Fin width w [m]
Thermal conductivity k [W/m-K]
Convection coefficient h [W/m2-K]
Base temperature T0 [Â°C]
Ambient temperature Tinf [Â°C]

Website : https://thermofluidcalc.com
