CalculatorGet Interaction Parameter Set Method
"Returns the interaction parameters stored in DWSIM's database for a given binary/model combination.
Definition
Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
[DispIdAttribute(37)]
public InteractionParameter GetInteractionParameterSet(
string Model,
string Compound1,
string Compound2
)VB
<DispIdAttribute(37)>
Public Function GetInteractionParameterSet (
Model As String,
Compound1 As String,
Compound2 As String
) As InteractionParameterParameters
- 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.