Click or drag to resize

CalculatorGetInteractionParameterSet Method

"Returns the interaction parameters stored in DWSIM's database for a given binary/model combination.

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[DispIdAttribute(37)]
public InteractionParameter GetInteractionParameterSet(
	string Model,
	string Compound1,
	string Compound2
)
Request Example View Source

Parameters

Model  String
Thermodynamic Model (use 'GetModelList' to get a list of available models).
Compound1  String
The name of the first compound.
Compound2  String
The name of the second compound.

Return Value

InteractionParameter

Implements

Calculator_CalculatorGetInteractionParameterSet(String, String, String)
See Also