Convergence Parameters 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
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
[SerializableAttribute]
public class ConvergenceParameters : ICustomXMLSerializationVB
<SerializableAttribute>
Public Class ConvergenceParameters
Implements ICustomXMLSerialization- Inheritance
- Object ConvergenceParameters
- Implements
- ICustomXMLSerialization
Constructors
| ConvergenceParameters | Initializes a new default instance of ConvergenceParameters. |
Methods
| LoadData | Restores the convergence parameters from a list of XML elements. |
| SaveData | Serializes the convergence parameters to a list of XML elements. |
Fields
| Composicao | Gets or sets the composition tolerance (mole fraction). |
| Entalpia | Gets or sets the enthalpy tolerance in kJ/kg. |
| Entropia | Gets or sets the entropy tolerance in kJ/kg·K. |
| FracaoVapor | Gets or sets the vapour fraction tolerance (dimensionless). |
| Pressao | Gets or sets the pressure tolerance in Pa. |
| Temperatura | Gets or sets the temperature tolerance in Kelvin. |
| VazaoMassica | Gets or sets the mass flow tolerance in kg/s. |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |