EnergyStreamGetStructuredReport Method

Generates a structured report of the energy stream results as a list of labeled tuples for display.

Definition

Namespace: DWSIM.UnitOperations.Streams
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override List<Tuple<ReportItemType, string[]>> GetStructuredReport()

Return Value

ListTupleReportItemType, String
A list of TupleT1, T2 entries describing the energy stream results.

See Also