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

Calculator : Optimal Lift-to-Drag Ratio
Category   : Cfd

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

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

  optimal_ld < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
CD0\ne (Oswald)\nAR\n(kg/mÂ³)\nS wing area (mÂ²)\nW weight (N)\nCL,max\nSensitivity pts

Website : https://thermofluidcalc.com
