Profile Item Class
Represents a single compound's flow and composition data at one point along the PFR length,
used to build the reactor profile.
Definition
Namespace: DWSIM.UnitOperations.Reactors
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 ProfileItemVB
<SerializableAttribute>
Public Class ProfileItem- Inheritance
- Object ProfileItem
Constructors
Properties
| Compound | Gets or sets the compound name. |
| MassConcentration | Gets or sets the compound mass concentration (kg/m³). |
| MassFlow | Gets or sets the compound mass flow rate (kg/s). |
| MassFraction | Gets or sets the compound mass fraction. |
| MolarConcentration | Gets or sets the compound molar concentration (mol/m³). |
| MolarFlow | Gets or sets the compound molar flow rate (mol/s). |
| MolarFraction | Gets or sets the compound molar fraction. |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |