12 int const geometry_dimension,
18 "EffectiveThermalConductivityPorosityMixing");
25 "Create effective thermal_conductivity property from porosity mixing "
29 if (geometry_dimension == 1)
31 return std::make_unique<
33 std::move(property_name), local_coordinate_system);
36 if (geometry_dimension == 2)
38 return std::make_unique<
40 std::move(property_name), local_coordinate_system);
43 return std::make_unique<
45 std::move(property_name), local_coordinate_system);