Calculates the Jacobian of the critical point function F_critical
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ArModel), | intent(in) | :: | model |
Equation of state model |
||
real(kind=pr), | intent(in) | :: | X(4) |
Vector of variables |
||
integer, | intent(in) | :: | ns |
Position of the specification variable |
||
real(kind=pr), | intent(in) | :: | S |
Specification variable value |
||
real(kind=pr), | intent(in) | :: | z0(:) |
Molar fractions of the first fluid |
||
real(kind=pr), | intent(in) | :: | zi(:) |
Molar fractions of the second fluid |
||
real(kind=pr), | intent(in) | :: | u(:) |
Eigen-vector |
Jacobian of the critical point function
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=pr), | public | :: | F1(4) | ||||
real(kind=pr), | public | :: | F2(4) | ||||
real(kind=pr), | public | :: | dx(4) | ||||
real(kind=pr), | public | :: | eps | ||||
integer, | public | :: | i |