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

Calculator : Scraped Surface Heat Exchanger Sizer (SSHE)
Category   : Heat-exchangers

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

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

  scraped_surface_heat_exchanger_sshe < input.txt

-------------------------------------------------------------------------
3. Input Parameter Sequence
-------------------------------------------------------------------------
Product Type (1=Ice Cream, 2=Tomato Paste, 3=Margarine, 4=Gelatin)\nProduct Mass Flow [kg/s]\nProduct Inlet Temp [°C]\nJacket Temp [°C]\nScraper RPM\nNumber of Blades (2,3,4)\nCylinder ID [mm]\nCylinder Length [m]

Website : https://thermofluidcalc.com
