MaterialStream(String, String, IFlowsheet, PropertyPackage) Constructor

Initializes a new instance of MaterialStream attached to a flowsheet and property package.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public MaterialStream(
	string name,
	string description,
	IFlowsheet flowsheet,
	PropertyPackage proppack
)

Parameters

name  String
Display name of the stream.
description  String
Description of the stream.
flowsheet  IFlowsheet
The parent flowsheet.
proppack  PropertyPackage
The property package to use for calculations.

See Also