| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nc |
Number of components |
||
| integer, | intent(in) | :: | np |
Number of main phases |
||
| real(kind=pr), | intent(in) | :: | X(nc*np+np+2) |
Vector of variables |
||
| logical, | intent(out) | :: | near_crit |
If the system is near a critical point |
||
| integer, | intent(out) | :: | l |
Index of the near-critical phase |
||
| integer, | intent(out) | :: | i |
Index of the component with the maximum lnK |
||
| integer, | intent(out) | :: | j |
Index of the component with the minimum lnK |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=pr), | public | :: | cf | ||||
| integer, | public | :: | lb | ||||
| real(kind=pr), | public | :: | lnK(nc) | ||||
| integer, | public | :: | ub |