Convergence History 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
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
[SerializableAttribute]
public class ConvergenceHistory : ICustomXMLSerialization,
IRecycleConvergenceHistoryVB
<SerializableAttribute>
Public Class ConvergenceHistory
Implements ICustomXMLSerialization, IRecycleConvergenceHistory- Inheritance
- Object ConvergenceHistory
Constructors
| ConvergenceHistory | Initializes a new default instance of ConvergenceHistory. |
Properties
| Entalpia | Gets or sets the current enthalpy value in kJ/kg. |
| Entalpia0 | Gets or sets the previous enthalpy value in kJ/kg. |
| EntalpiaE | Gets or sets the current enthalpy convergence error in kJ/kg. |
| EntalpiaE0 | Gets or sets the previous enthalpy convergence error in kJ/kg. |
| Entropia | Gets or sets the current entropy value in kJ/kg·K. |
| Entropia0 | Gets or sets the previous entropy value in kJ/kg·K. |
| EntropiaE | Gets or sets the current entropy convergence error in kJ/kg·K. |
| EntropiaE0 | Gets or sets the previous entropy convergence error in kJ/kg·K. |
| Pressao | Gets or sets the current pressure value in Pa. |
| Pressao0 | Gets or sets the previous pressure value in Pa. |
| PressaoE | Gets or sets the current pressure convergence error in Pa. |
| PressaoE0 | Gets or sets the previous pressure convergence error in Pa. |
| Temperatura | Gets or sets the current temperature value in K. |
| Temperatura0 | Gets or sets the previous temperature value in K. |
| TemperaturaE | Gets or sets the current temperature convergence error in K. |
| TemperaturaE0 | Gets or sets the previous temperature convergence error in K. |
| VazaoMassica | Gets or sets the current mass flow value in kg/s. |
| VazaoMassica0 | Gets or sets the previous mass flow value in kg/s. |
| VazaoMassicaE | Gets or sets the current mass flow convergence error in kg/s. |
| VazaoMassicaE0 | Gets or sets the previous mass flow convergence error in kg/s. |
Methods
| LoadData | Restores the convergence history from a list of XML elements. |
| SaveData | Serializes the convergence history to a list of XML elements. |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |