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 28 of file CreateSaturationWeightedThermalConductivity.cpp.

32{
33 return std::make_unique<
35 Dim>>(
36 std::move(name), dry_thermal_conductivity, wet_thermal_conductivity);
37}
Saturation dependent thermal conductivity model for soil.