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

Calculator : Gradually Varied Flow Profile
Category   : Fluid

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

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

  gvf_profile < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
ct_init\nDischarge Q [mÂ³/s]\nBottom width b [m]\nBed slope Sâ‚€\nManning n\nSide slope z (H:V, 0 = rectangular)\nys_init\nxl_init\nGravity g [m/sÂ²]\nManning n

Website : https://thermofluidcalc.com
