Click or drag to resize

CalculatorCreateMaterialStream Method

Setups a Material Stream with the specified compounds.

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[DispIdAttribute(41)]
public MaterialStream CreateMaterialStream(
	string[] compounds,
	double[] molefractions
)
Request Example View Source

Parameters

compounds  String
Compounds to add
molefractions  Double
Compound mole fractions

Return Value

MaterialStream

Implements

Calculator_CalculatorCreateMaterialStream(String, Double)
See Also