CalculationResults Class

Holds the results of a material stream calculation including property data, units and compound data.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public class CalculationResults
Inheritance
Object    CalculationResults

Constructors

Properties

CompoundDataGets or sets additional per-compound data.
DataGets or sets the map of property names to lists of numerical values.
DataUnitsGets or sets the map of property names to their unit strings.
ExceptionResultGets or sets any exception that occurred during the calculation.
LanguageGets or sets the language/locale code used for text output.
NumberFormatGets or sets the number format string (default "0.####").
TextOutputGets or sets the plain-text output generated for this result.
UnitsGets or sets the unit system used for this result.

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also