RecycleValues Property

Gets the dictionary of the last calculated stream values keyed by variable name (e.g., "Temperature", "MassFlow").

Definition

Namespace: DWSIM.UnitOperations.SpecialOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public Dictionary<string, double> Values { get; }

Property Value

DictionaryString, Double

Implements

IRecycleValues

See Also