Material Stream(String, String, IFlowsheet, Property Package) 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
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public MaterialStream(
string name,
string description,
IFlowsheet flowsheet,
PropertyPackage proppack
)VB
Public Sub New (
name As String,
description As String,
flowsheet As IFlowsheet,
proppack As PropertyPackage
)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.