Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | nc | = | 2 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(EquilibriumState), | public, | allocatable | :: | experimental_points(:) |
Experimental points to fit |
||
logical, | public | :: | fit_lij | = | .false. | ||
logical, | public | :: | fit_nrtl | = | .false. | ||
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(FitMHVNRTL), | intent(inout) | :: | problem | |||
real(kind=pr), | intent(in) | :: | X(:) |