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(:,:) |
|
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=pr), | public | :: | Aij | ||||
real(kind=pr), | public | :: | Eij | ||||
integer, | public | :: | i | ||||
integer, | public | :: | j | ||||
integer, | public | :: | ngroups |