public function get_subgroups_cij(self, subgroup_i_id, subgroup_j_id) result(cij)
get_subgroups_cij
Get the interaction parameter
Description
Get the interaction parameter of the subgroups 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 subgroups i:1, j:16 interaction parameter cij (CH3-H2O)! with maingroups 1 and 7 respectively.print*,parameters%get_subgroups_cij(1,16)! prints: 0.0000
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.
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.