Click or drag to resize

CalculatorLink Method

Links/Associates a Material Stream with a Property Package and vice-versa.

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void Link(
	MaterialStream stream,
	PropertyPackage pp
)
Request Example View Source

Parameters

stream  MaterialStream
Material Stream instance
pp  PropertyPackage
Property Package instance

Implements

Calculator_CalculatorLink(MaterialStream, PropertyPackage)
See Also