ProfileItem 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
[SerializableAttribute]
public class ProfileItem
Inheritance
Object    ProfileItem

Constructors

Properties

CompoundGets or sets the compound name.
MassConcentrationGets or sets the compound mass concentration (kg/m³).
MassFlowGets or sets the compound mass flow rate (kg/s).
MassFractionGets or sets the compound mass fraction.
MolarConcentrationGets or sets the compound molar concentration (mol/m³).
MolarFlowGets or sets the compound molar flow rate (mol/s).
MolarFractionGets or sets the compound molar fraction.

Extension Methods

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

See Also