|
TYPE thermal_conductivity_model_type = EXTENSIBLE ENUMERATION OF ( unspecified, application_defined, independent, power_law, Sutherland_law, constant_Prandtl ); END_TYPE; -- thermal_conductivity_model_type |
Usersthermal_conductivity_model.model_type |