MaterialStream(String, String) Constructor

Initializes a new instance of MaterialStream with a name and description, without a flowsheet.

Definition

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

Parameters

name  String
Display name of the stream.
description  String
Description of the stream.

See Also