UnitOpBaseClassSetPropertyPackageInstance Method

Assigns an externally supplied property package instance to this unit operation, bypassing the flowsheet-level property package lookup.

Definition

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

Parameters

PP  IPropertyPackage
The IPropertyPackage instance to assign.

See Also