Return fluid constant R=cp-cv.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(eos_compressible), | intent(in) | :: | self | Equation of state. |
Fluid constant value.
elemental function R(self) result(R_)
!< Return fluid constant `R=cp-cv`.
class(eos_compressible), intent(in) :: self !< Equation of state.
real(R8P) :: R_ !< Fluid constant value.
R_ = self%R_
endfunction R