COFT
COFT (optional) introduces a list of connections for which time-dependent data are to be written out for plotting during the simulation. A separate file is generated for each connection in CSV format. The name of each file starts with COFT, and includes the pair of two element names.
Record COFT.1
Free format for 2 parameters, or Format (A10,10X,I5)
ECOFT, ICOFTF
ECOFT a connection name, i.e., an ordered pair of two element names (no blank between elements).
ICOFTF a flag to control the amount of printout.
0: default printout of heat flux and flow rate of each flowing phase.
>0: print out fractional mass flow of each component in the specified phase in addition to the default printout.
<0: print out fractional mass flow of each component in each of all the flowing phases in addition to the default printout.
Record COFT.2
A blank record closes the COFT data block. Repeat records COFT.l for as many connections as desired.
If the input keyword is in lower case “coft” or “coft_”, an alternative input for this record is provided. A list of as more as 12 pair of element names (no blank between elements) each line in free format will be read, and ICOFTF is set to 0. Multiple lines are allowed. If IE(131)=1, diffusive flux will be written.
Used in: All EOS modules
Example:
coft_
AAAAA1AAAAA2, AAAAA3AAAAA4, AAAAA5AAAAA6
//write out time series data for connections AAAAA1-AAAAA2, AAAAA3-AAAAA4, and AAAAA5-AAAAA6
Last updated