The porous medium flux variables class that computes advective / convective, molecular diffusive and heat conduction fluxes.
More...
template<class TypeTag, class UpScheme = UpwindScheme<GetPropType<TypeTag, Properties::GridGeometry>>>
class Dumux::PorousMediumFluxVariables< TypeTag, UpScheme >
The porous medium flux variables class that computes advective / convective, molecular diffusive and heat conduction fluxes.
- Parameters
-
TypeTag | The type tag for access to type traits |
UpScheme | The upwind scheme to be applied to advective fluxes |
- Note
- Not all specializations are currently implemented
|
| PorousMediumFluxVariables () |
| The constructor. More...
|
|
template<typename FunctionType > |
Scalar | advectiveFlux (const int phaseIdx, const FunctionType &upwindTerm) const |
| Returns the advective flux computed by the respective law. More...
|
|
Dune::FieldVector< Scalar, numComponents > | molecularDiffusionFlux (const int phaseIdx) const |
| Returns the diffusive fluxes computed by the respective law. More...
|
|
Scalar | heatConductionFlux () const |
| Returns the conductive flux computed by the respective law. More...
|
|
Scalar | heatConductionFlux (const int phaseIdx) const |
| Returns the conductive flux computed by the respective law. More...
|
|
void | init (const GetPropType< TypeTag, Properties::Problem > &problem, const Element &element, const GetPropType< TypeTag, Properties::GridGeometry >::LocalView &fvGeometry, const GetPropType< TypeTag, Properties::GridVolumeVariables >::LocalView &elemVolVars, const SubControlVolumeFace &scvFace, const GetPropType< TypeTag, Properties::GridFluxVariablesCache >::LocalView &elemFluxVarsCache) |
| Initialize the flux variables storing some temporary pointers. More...
|
|
const GetPropType< TypeTag, Properties::Problem > & | problem () const |
|
const Element & | element () const |
|
const SubControlVolumeFace & | scvFace () const |
|
const GetPropType< TypeTag, Properties::GridGeometry >::LocalView & | fvGeometry () const |
|
const GetPropType< TypeTag, Properties::GridVolumeVariables >::LocalView & | elemVolVars () const |
|
const GetPropType< TypeTag, Properties::GridFluxVariablesCache >::LocalView & | elemFluxVarsCache () const |
|
template<class TypeTag , class UpScheme = UpwindScheme<GetPropType<TypeTag, Properties::GridGeometry>>>
template<typename FunctionType >
Returns the advective flux computed by the respective law.
Give the upwind scheme access to the cached variables