MaterialStreamSetPropertyPackageInstance Method

Assigns a property package instance directly to this stream, bypassing the flowsheet lookup.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public override void SetPropertyPackageInstance(
	IPropertyPackage PP
)

Parameters

PP  IPropertyPackage
The property package instance to assign.

See Also