Phase Class
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
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#
[SerializableAttribute]
public class Phase : ICustomXMLSerialization, IPhaseVB
<SerializableAttribute>
Public Class Phase
Implements 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
| ComponentDescription | Gets or sets the CAPE-OPEN component description for this phase. |
| ComponentName | Gets or sets the CAPE-OPEN component name for this phase. |
| Compounds | Gets or sets the dictionary of compounds present in this phase, keyed by compound name. |
| Name | Gets or sets the name of this phase. |
| Properties | |
| Properties1 | Gets 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) |