Interface subroutine for UNIFAC models temperature dependent functions
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(PsiFunction) | :: | self |
PsiFunction type variable |
|||
class(Groups) | :: | systems_groups |
Groups type variable containig all the system’s groups. See the
|
|||
real(kind=pr), | intent(in) | :: | T |
Temperature [K] |
||
real(kind=pr), | intent(out), | optional | :: | psi(:,:) |
|
|
real(kind=pr), | intent(out), | optional | :: | dpsi_dt(:,:) |
|
|
real(kind=pr), | intent(out), | optional | :: | dpsi_dt2(:,:) |
|
UNIFAC functions abstract type
procedure(temperature_dependence), public, deferred :: psi |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=pr), | public, | allocatable | :: | Aij(:,:) | |||
real(kind=pr), | public, | allocatable | :: | Bij(:,:) | |||
real(kind=pr), | public, | allocatable | :: | Cij(:,:) |
procedure, public :: psi => Quadratic_temperature_dependence |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=pr), | public, | allocatable | :: | Aij(:,:) |
procedure, public :: psi => UNIFAC_temperature_dependence |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(QuadraticPsi) | :: | self |
function |
|||
class(Groups) | :: | systems_groups |
Groups in the system |
|||
real(kind=pr), | intent(in) | :: | T |
Temperature [K] |
||
real(kind=pr), | intent(out), | optional | :: | psi(:,:) |
|
|
real(kind=pr), | intent(out), | optional | :: | dpsi_dt(:,:) |
|
|
real(kind=pr), | intent(out), | optional | :: | dpsi_dt2(:,:) |
|
Implementation of the function of the UNIFAC model.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(UNIFACPsi) | :: | self |
function |
|||
class(Groups) | :: | systems_groups |
Groups in the system |
|||
real(kind=pr), | intent(in) | :: | T |
Temperature [K] |
||
real(kind=pr), | intent(out), | optional | :: | psi(:,:) |
|
|
real(kind=pr), | intent(out), | optional | :: | dpsi_dt(:,:) |
|
|
real(kind=pr), | intent(out), | optional | :: | dpsi_dt2(:,:) |
|