ConvergenceParameters Class

Holds the convergence tolerance parameters 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 ConvergenceParameters : ICustomXMLSerialization
Inheritance
Object    ConvergenceParameters
Implements
ICustomXMLSerialization

Constructors

ConvergenceParametersInitializes a new default instance of ConvergenceParameters.

Methods

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

Fields

ComposicaoGets or sets the composition tolerance (mole fraction).
EntalpiaGets or sets the enthalpy tolerance in kJ/kg.
EntropiaGets or sets the entropy tolerance in kJ/kg·K.
FracaoVaporGets or sets the vapour fraction tolerance (dimensionless).
PressaoGets or sets the pressure tolerance in Pa.
TemperaturaGets or sets the temperature tolerance in Kelvin.
VazaoMassicaGets or sets the mass flow tolerance in kg/s.

Extension Methods

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

See Also