CalculatorSetupPropertyPackage Method

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

Definition

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[DispIdAttribute(42)]
public void SetupPropertyPackage(
	PropertyPackage proppack,
	string[] compounds,
	double[] molefractions
)

Parameters

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

Implements

Calculator_CalculatorSetupPropertyPackage(PropertyPackage, String, Double)

See Also