Return specific heat at constant volume.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(eos_compressible), | intent(in) | :: | self | Equation of state. |
cv value.
elemental function cv(self) result(cv_)
!< Return specific heat at constant volume.
class(eos_compressible), intent(in) :: self !< Equation of state.
real(R8P) :: cv_ !< `cv` value.
cv_ = self%cv_
endfunction cv