Component Separation Spec Class
Stores the separation specification for a single compound in the Component Separator,
including the compound identifier, the type of specification, its numeric value, and unit.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
[SerializableAttribute]
public class ComponentSeparationSpecVB
<SerializableAttribute>
Public Class ComponentSeparationSpec- Inheritance
- Object ComponentSeparationSpec
Constructors
| ComponentSeparationSpec | Initializes a new instance of ComponentSeparationSpec with default values. |
| ComponentSeparationSpec(String, SeparationSpec, Double, String) | Initializes a new instance of ComponentSeparationSpec with the specified parameters. |
Properties
| ComponentID | Gets or sets the identifier of the compound this specification applies to. |
| SepSpec | Gets or sets the type of separation specification (mass flow, molar flow, or percentage of inlet flow). |
| SpecUnit | Gets or sets the unit string associated with the separation specification value. |
| SpecValue | Gets or sets the numeric value of the separation specification. |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |