Function to calculate pressure (pres) based on T and density
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FLUID), | intent(in) | :: | fl | fluid type |
||
real(kind=R8), | intent(in) | :: | rho | density |
||
real(kind=R8), | intent(in) | :: | t | absolute temperature |