Go to the source code of this file.
|
template<int GlobalDim> |
Eigen::Matrix< double, GlobalDim, GlobalDim > | MaterialPropertyLib::formEffectiveThermalConductivity (MaterialPropertyLib::PropertyDataType const &solid_thermal_conductivity, const double fluid_thermal_conductivity, const double porosity) |
|
template Eigen::Matrix< double, 1, 1 > | MaterialPropertyLib::formEffectiveThermalConductivity< 1 > (MaterialPropertyLib::PropertyDataType const &solid_thermal_conductivity, const double fluid_thermal_conductivity, const double porosity) |
|
template Eigen::Matrix< double, 2, 2 > | MaterialPropertyLib::formEffectiveThermalConductivity< 2 > (MaterialPropertyLib::PropertyDataType const &solid_thermal_conductivity, const double fluid_thermal_conductivity, const double porosity) |
|
template Eigen::Matrix< double, 3, 3 > | MaterialPropertyLib::formEffectiveThermalConductivity< 3 > (MaterialPropertyLib::PropertyDataType const &solid_thermal_conductivity, const double fluid_thermal_conductivity, const double porosity) |
|