#include <dumux/porousmediumflow/solidenergy/model.hh>
|
template<class VolumeVariables , class SpatialParams , class Element , class FVGeometry > |
static VolumeVariables::PrimaryVariables::value_type | effectiveThermalConductivity (const VolumeVariables &volVars, const SpatialParams &spatialParams, const Element &element, const FVGeometry &fvGeometry, const typename FVGeometry::SubControlVolume &scv) |
| Relation for a simple effective thermal conductivity \(\mathrm{[W/(m K)]}\). More...
|
|
◆ effectiveThermalConductivity()
template<class VolumeVariables , class SpatialParams , class Element , class FVGeometry >
static VolumeVariables::PrimaryVariables::value_type Dumux::ThermalConductivitySolidEnergy::effectiveThermalConductivity |
( |
const VolumeVariables & |
volVars, |
|
|
const SpatialParams & |
spatialParams, |
|
|
const Element & |
element, |
|
|
const FVGeometry & |
fvGeometry, |
|
|
const typename FVGeometry::SubControlVolume & |
scv |
|
) |
| |
|
inlinestatic |
- Parameters
-
volVars | volume variables |
spatialParams | spatial parameters |
element | element (to be passed to spatialParams) |
fvGeometry | fvGeometry (to be passed to spatialParams) |
scv | scv (to be passed to spatialParams) |
- Returns
- effective thermal conductivity \(\mathrm{[W/(m K)]}\)
The documentation for this struct was generated from the following file: