| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_hcf_viscosity_exp), | intent(in) | :: | self | |||
| real(kind=real64), | intent(in) | :: | temperature |
type, extends(abst_hcf_viscosity) :: type_hcf_viscosity_exp contains procedure :: calc_viscosity => calc_viscosity_exp end type type_hcf_viscosity_exp