Copyright © 2002–2021 by A. Miyoshi
thermNASA - Quick Start step-2
[Top]   < Prev Step | Next Step >

thermNASA - Quick Start step-2

  Following is an example of the calculation of thermodynamic functions for versatile list of temperatures.

Control input

  1. This time, a control input file named ctr_read.inp is used to specify the list of temperature and the thermodynamic data file.   The contents are:
    # sample control input for thermRead
    
    tempList 298.15
    tempRecipRange 10000 11 33 1
    tempRange 1000 2300 100
    tempRange 2400 5000 200
    
    ! thermodata dataCEA2.inp new
    thermodata dataCK.dat old
  2. The input lines beginning with 'temp' specify the list of temperatures and 'thermodata' input specifies the thermodata file name and its format (new or old).   See the reference manual for thermRead for details of the input.

Execute thermRead

  1. Execute thermRead by typing;
    thermRead ctr_read.inp
  2. This will generate a CSV-format file ctr_read.csv.   The contents should be:

[Top]   < Prev Step | Next Step >