ConvergenceHistoryE 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
[SerializableAttribute]
public class ConvergenceHistoryE
Inheritance
Object    ConvergenceHistoryE

Constructors

ConvergenceHistoryEInitializes a new default instance of ConvergenceHistoryE.

Fields

EnergyGets or sets the current energy flow value in watts (W).
Energy0Gets or sets the previous energy flow value in watts (W).
EnergyEGets or sets the current convergence error in watts (W).
EnergyE0Gets or sets the previous convergence error in watts (W).

Extension Methods

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

See Also