struct BatchPreferences

Declaration

struct BatchPreferences { /* full declaration omitted */ };

Description

The OutputOptions struct holds the options for outputting results

Declared at: ThermoFun/Batch/ThermoBatch.h:33

Member Variables

public bool isFixed = true
using fixed-point notation: the value is represented with exactly as many digits in the decimal part as specified by the precision field
public bool isFloating = false
public bool isScientific = false
write values in scientific notation.
public std::string separator = ","
csv file separator
public std::string fileName = "tpresults.csv"
file name/path
public std::string solventFileName = "tpSolventResults.csv"
solvent prop file name/path
public bool outputSolventProperties = false
write solvent properties
public bool substancePropertiesFromReaction = false
public bool reactionPropertiesFromReactants = false
public bool loopOverTPpairsFirst = true
public bool loopTemperatureThenPressure = true