CalculatorGetInteractionParameterSet Method |
"Returns the interaction parameters stored in DWSIM's database for a given binary/model combination.
Namespace: DWSIM.Thermodynamics.CalculatorInterfaceAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax [DispIdAttribute(37)]
public InteractionParameter GetInteractionParameterSet(
string Model,
string Compound1,
string Compound2
)
<DispIdAttribute(37)>
Public Function GetInteractionParameterSet (
Model As String,
Compound1 As String,
Compound2 As String
) As InteractionParameter
Request Example
View SourceParameters
- 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
InteractionParameterImplements
Calculator_CalculatorGetInteractionParameterSet(String, String, String)See Also