Binary interaction parameters fitting problem.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | nc | = | 2 |
Fit the binary interaction parameters of a mixtures.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(EquilibriumState), | public, | allocatable | :: | experimental_points(:) |
Experimental points to fit |
||
logical, | public | :: | fit_kij | = | .false. |
Fit the parameter |
|
logical, | public | :: | fit_kij_exp_t | = | .false. |
Fit |
|
logical, | public | :: | fit_lij | = | .false. |
Fit the parameter |
|
class(ArModel), | public, | allocatable | :: | model |
Residual Helmholtz Model to fit |
||
logical, | public | :: | verbose | = | .false. |
If true log the fitting process |
procedure, public :: get_model_from_X => model_from_X |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FitKijLij), | intent(inout) | :: | problem | |||
real(kind=pr), | intent(in) | :: | X(:) |