public function get_maingroups_bij(self, maingroup_i_id, maingroup_j_id) result(bij)
get_maingroups_bij
Get the interaction parameter
Description
Get the interaction parameter of the maingroups i and j
ids.
Examples
use yaeos__models_ge_group_contribution_unifac_parameters,only:UNIFACParametersuse yaeos__models_ge_group_contribution_model_parameters,only:GeGCModelParameterstype(GeGCModelParameters)::parametersparameters=UNIFACParameters()! Get the maingroups i:1, j:7 interaction parameter bij (CH2-H2O)print*,parameters%get_maingroups_bij(1,7)! prints: 0.0
In the example we obtain 0.0 because UNIFAC only have
parameters
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.