Calculation Results 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
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public class CalculationResultsVB
Public Class CalculationResults- Inheritance
- Object CalculationResults
Constructors
Properties
| CompoundData | Gets or sets additional per-compound data. |
| Data | Gets or sets the map of property names to lists of numerical values. |
| DataUnits | Gets or sets the map of property names to their unit strings. |
| ExceptionResult | Gets or sets any exception that occurred during the calculation. |
| Language | Gets or sets the language/locale code used for text output. |
| NumberFormat | Gets or sets the number format string (default "0.####"). |
| TextOutput | Gets or sets the plain-text output generated for this result. |
| Units | Gets or sets the unit system used for this result. |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |