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