Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(type_materials_hcf), | public | :: | hcf | ||||
real(kind=real64), | public | :: | hydraulic_conductivity | ||||
real(kind=real64), | public | :: | impedance_factor | ||||
integer(kind=int32), | public | :: | model_number | ||||
integer(kind=int32), | public | :: | water_viscosity_model |
type :: type_materials_hydraulic integer(int32) :: model_number real(real64) :: impedance_factor real(real64) :: hydraulic_conductivity type(type_materials_hcf) :: hcf integer(int32) :: water_viscosity_model end type type_materials_hydraulic