Phase Class

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[SerializableAttribute]
public class Phase : ICustomXMLSerialization, IPhase
Inheritance
Object    Phase
Implements
ICustomXMLSerialization, IPhase

Constructors

Phase Initializes a new instance of the Phase class with the specified name and description.

Properties

ComponentDescriptionGets or sets the CAPE-OPEN component description for this phase.
ComponentNameGets or sets the CAPE-OPEN component name for this phase.
CompoundsGets or sets the dictionary of compounds present in this phase, keyed by compound name.
NameGets or sets the name of this phase.
Properties 
Properties1Gets the thermodynamic properties of this phase.

Methods

LoadData Loads phase data, including compound compositions and phase properties, from a list of XML elements.
SaveData Saves phase data, including compound compositions and phase properties, to a list of XML elements.
ToString Returns the name of the phase, or the default object string if the name is empty.
(Overrides ObjectToString)

Extension Methods

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

See Also