OGS
anonymous_namespace{CreateSaturationWeightedThermalConductivity.cpp} Namespace Reference

Functions

template<MaterialPropertyLib::MeanType MeanType, int Dim>
std::unique_ptr< MaterialPropertyLib::PropertycreateSaturationWeightedThermalConductivity (std::string name, ParameterLib::Parameter< double > const &dry_thermal_conductivity, ParameterLib::Parameter< double > const &wet_thermal_conductivity)

Function Documentation

◆ createSaturationWeightedThermalConductivity()

template<MaterialPropertyLib::MeanType MeanType, int Dim>
std::unique_ptr< MaterialPropertyLib::Property > anonymous_namespace{CreateSaturationWeightedThermalConductivity.cpp}::createSaturationWeightedThermalConductivity ( std::string name,
ParameterLib::Parameter< double > const & dry_thermal_conductivity,
ParameterLib::Parameter< double > const & wet_thermal_conductivity )

Definition at line 20 of file CreateSaturationWeightedThermalConductivity.cpp.

24{
25 return std::make_unique<
27 Dim>>(
28 std::move(name), dry_thermal_conductivity, wet_thermal_conductivity);
29}
Saturation dependent thermal conductivity model for soil.