Convergence History E Class
Stores current and previous energy flow values for tracking the convergence history of an energy 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 ConvergenceHistoryEVB
<SerializableAttribute>
Public Class ConvergenceHistoryE- Inheritance
- Object ConvergenceHistoryE
Constructors
| ConvergenceHistoryE | Initializes a new default instance of ConvergenceHistoryE. |
Fields
| Energy | Gets or sets the current energy flow value in watts (W). |
| Energy0 | Gets or sets the previous energy flow value in watts (W). |
| EnergyE | Gets or sets the current convergence error in watts (W). |
| EnergyE0 | Gets or sets the previous convergence error in watts (W). |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |