ConvergenceHistory Class

Stores current and previous values of all convergence variables for a material recycle loop.

Definition

Namespace: DWSIM.UnitOperations.SpecialOps.Helpers.Recycle
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
[SerializableAttribute]
public class ConvergenceHistory : ICustomXMLSerialization, 
	IRecycleConvergenceHistory
Inheritance
Object    ConvergenceHistory
Implements
ICustomXMLSerialization, IRecycleConvergenceHistory

Constructors

ConvergenceHistoryInitializes a new default instance of ConvergenceHistory.

Properties

EntalpiaGets or sets the current enthalpy value in kJ/kg.
Entalpia0Gets or sets the previous enthalpy value in kJ/kg.
EntalpiaEGets or sets the current enthalpy convergence error in kJ/kg.
EntalpiaE0Gets or sets the previous enthalpy convergence error in kJ/kg.
EntropiaGets or sets the current entropy value in kJ/kg·K.
Entropia0Gets or sets the previous entropy value in kJ/kg·K.
EntropiaEGets or sets the current entropy convergence error in kJ/kg·K.
EntropiaE0Gets or sets the previous entropy convergence error in kJ/kg·K.
PressaoGets or sets the current pressure value in Pa.
Pressao0Gets or sets the previous pressure value in Pa.
PressaoEGets or sets the current pressure convergence error in Pa.
PressaoE0Gets or sets the previous pressure convergence error in Pa.
TemperaturaGets or sets the current temperature value in K.
Temperatura0Gets or sets the previous temperature value in K.
TemperaturaEGets or sets the current temperature convergence error in K.
TemperaturaE0Gets or sets the previous temperature convergence error in K.
VazaoMassicaGets or sets the current mass flow value in kg/s.
VazaoMassica0Gets or sets the previous mass flow value in kg/s.
VazaoMassicaEGets or sets the current mass flow convergence error in kg/s.
VazaoMassicaE0Gets or sets the previous mass flow convergence error in kg/s.

Methods

LoadDataRestores the convergence history from a list of XML elements.
SaveDataSerializes the convergence history to a list of XML elements.

Extension Methods

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

See Also