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

Calculator : Freeze Drying Sublimation (Pikal Lyophilization)
Category   : Masstransfer

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

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

  lyophilization_freeze_drying < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Vial Fill Volume [mL]\nVial Base Area [cm²]\nFormulation Solids Content [%]\nChamber Vacuum [mTorr]\nShelf Temperature [°C]\nVial Heat Transfer Coeff [W/(m²·K)]\nBase Cake Resistance [Torr·hr·cm²/g]\nCritical Collapse Temp [°C]

Website : https://thermofluidcalc.com
