Click or drag to resize

CalculatorSetupPropertyPackage Method

Setups a Material Stream with the specified compounds and associated it with the property package.

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[DispIdAttribute(42)]
public void SetupPropertyPackage(
	PropertyPackage proppack,
	string[] compounds,
	double[] molefractions
)
Request Example View Source

Parameters

proppack  PropertyPackage
Property Package instance
compounds  String
Compounds to add
molefractions  Double
Compound mole fractions

Implements

Calculator_CalculatorSetupPropertyPackage(PropertyPackage, String, Double)
See Also