Return specific heats ratio gamma=cp/cv.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(eos_compressible), | intent(in) | :: | self | Equation of state. |
Specific heats ratio value.
elemental function g(self) result(g_)
!< Return specific heats ratio `gamma=cp/cv`.
class(eos_compressible), intent(in) :: self !< Equation of state.
real(R8P) :: g_ !< Specific heats ratio value.
g_ = self%g_
endfunction g