3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::MatrixFractureSpatialParams< GridGeometry, Scalar > Class Template Reference

Definition of the spatial parameters for the matrix and fracture problem. More...

#include <test/multidomain/embedded/2d3d/1p_1p/spatialparams.hh>

Inheritance diagram for Dumux::MatrixFractureSpatialParams< GridGeometry, Scalar >:
Inheritance graph

Description

template<class GridGeometry, class Scalar>
class Dumux::MatrixFractureSpatialParams< GridGeometry, Scalar >

Definition of the spatial parameters for the matrix and fracture problem.

Public Types

using PermeabilityType = Scalar

Public Member Functions

 MatrixFractureSpatialParams (std::shared_ptr< const GridGeometry > gridGeometry, const std::string &paramGroup="")
template<class ElementSolution>
PermeabilityType permeability (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const
 Defines the intrinsic permeability \(\mathrm{[m^2]}\).
template<class ElementSolution>
Scalar porosity (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const
 Defines the porosity \(\mathrm{[-]}\).
const GlobalPosition & gravity (const GlobalPosition &pos) const
 Returns the acceleration due to gravity \(\mathrm{[m/s^2]}\).
Scalar harmonicMean (const Scalar T1, const Scalar T2, const GlobalPosition &normal) const
 Harmonic average of a discontinuous scalar field at discontinuity interface (for compatibility reasons with the function below).
Scalar inertVolumeFraction (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol, int compIdx) const
 Function for defining the solid volume fraction. That is possibly solution dependent.
Scalar beaversJosephCoeffAtPos (const GlobalPosition &globalPos) const
 Function for defining the Beavers-Joseph coefficient for multidomain problems \(\mathrm{[-]}\).
Scalar forchCoeff (const SubControlVolumeFace &scvf) const
 Apply the Forchheimer coefficient for inertial forces calculation.
const GridGeometry & fvGridGeometry () const
 The finite volume grid geometry.
const GridGeometry & gridGeometry () const
 The finite volume grid geometry.

Static Public Member Functions

static constexpr bool evaluatePermeabilityAtScvfIP ()
 If the permeability should be evaluated directly at the scvf integration point (for convergence tests with analytical and continuous perm functions) or is evaluated at the scvs (for permeability fields with discontinuities) -> default.

Protected Member Functions

MatrixFractureSpatialParams< GridGeometry, Scalar > & asImp_ ()

Member Typedef Documentation

◆ PermeabilityType

template<class GridGeometry, class Scalar>
using Dumux::MatrixFractureSpatialParams< GridGeometry, Scalar >::PermeabilityType = Scalar

Constructor & Destructor Documentation

◆ MatrixFractureSpatialParams()

template<class GridGeometry, class Scalar>
Dumux::MatrixFractureSpatialParams< GridGeometry, Scalar >::MatrixFractureSpatialParams ( std::shared_ptr< const GridGeometry > gridGeometry,
const std::string & paramGroup = "" )
inline

Member Function Documentation

◆ asImp_()

MatrixFractureSpatialParams< GridGeometry, Scalar > & Dumux::FVSpatialParamsOneP< GridGeometry, Scalar, MatrixFractureSpatialParams< GridGeometry, Scalar > >::asImp_ ( )
inlineprotectedinherited

◆ beaversJosephCoeffAtPos()

Scalar Dumux::FVSpatialParamsOneP< GridGeometry, Scalar, MatrixFractureSpatialParams< GridGeometry, Scalar > >::beaversJosephCoeffAtPos ( const GlobalPosition & globalPos) const
inlineinherited

Function for defining the Beavers-Joseph coefficient for multidomain problems \(\mathrm{[-]}\).

Returns
Beavers-Joseph coefficient \(\mathrm{[-]}\)
Parameters
globalPosThe global position

◆ evaluatePermeabilityAtScvfIP()

constexpr bool Dumux::FVSpatialParamsOneP< GridGeometry, Scalar, MatrixFractureSpatialParams< GridGeometry, Scalar > >::evaluatePermeabilityAtScvfIP ( )
inlinestaticconstexprinherited

If the permeability should be evaluated directly at the scvf integration point (for convergence tests with analytical and continuous perm functions) or is evaluated at the scvs (for permeability fields with discontinuities) -> default.

◆ forchCoeff()

Scalar Dumux::FVSpatialParamsOneP< GridGeometry, Scalar, MatrixFractureSpatialParams< GridGeometry, Scalar > >::forchCoeff ( const SubControlVolumeFace & scvf) const
inlineinherited

Apply the Forchheimer coefficient for inertial forces calculation.

Parameters
scvfThe sub-control volume face where the intrinsic velocity ought to be calculated.

◆ fvGridGeometry()

const GridGeometry & Dumux::FVSpatialParamsOneP< GridGeometry, Scalar, MatrixFractureSpatialParams< GridGeometry, Scalar > >::fvGridGeometry ( ) const
inlineinherited

The finite volume grid geometry.

◆ gravity()

const GlobalPosition & Dumux::FVSpatialParamsOneP< GridGeometry, Scalar, MatrixFractureSpatialParams< GridGeometry, Scalar > >::gravity ( const GlobalPosition & pos) const
inlineinherited

Returns the acceleration due to gravity \(\mathrm{[m/s^2]}\).

The default behaviour is a constant gravity vector; if the Problem.EnableGravity parameter is true, \(\boldsymbol{g} = ( 0,\dots,\ -9.81)^T \), else \(\boldsymbol{g} = ( 0,\dots, 0)^T \).

Parameters
posthe spatial position at which to evaulate the gravity vector

◆ gridGeometry()

const GridGeometry & Dumux::FVSpatialParamsOneP< GridGeometry, Scalar, MatrixFractureSpatialParams< GridGeometry, Scalar > >::gridGeometry ( ) const
inlineinherited

The finite volume grid geometry.

◆ harmonicMean()

Scalar Dumux::FVSpatialParamsOneP< GridGeometry, Scalar, MatrixFractureSpatialParams< GridGeometry, Scalar > >::harmonicMean ( const Scalar T1,
const Scalar T2,
const GlobalPosition & normal ) const
inlineinherited

Harmonic average of a discontinuous scalar field at discontinuity interface (for compatibility reasons with the function below).

Returns
the averaged scalar
Parameters
T1first scalar parameter
T2second scalar parameter
normalThe unit normal vector of the interface

◆ inertVolumeFraction()

Scalar Dumux::FVSpatialParamsOneP< GridGeometry, Scalar, MatrixFractureSpatialParams< GridGeometry, Scalar > >::inertVolumeFraction ( const Element & element,
const SubControlVolume & scv,
const ElementSolution & elemSol,
int compIdx ) const
inlineinherited

Function for defining the solid volume fraction. That is possibly solution dependent.

Parameters
elementThe current element
scvThe sub-control volume inside the element.
elemSolThe solution at the dofs connected to the element.
compIdxThe solid component index
Returns
the volume fraction of the inert solid component with index compIdx
Note
this overload is enable if there is only one inert solid component and the user didn't choose to implement a inertVolumeFractionAtPos overload. It then forwards to the simpler porosity interface. With more than one solid components or active solid components (i.e. dissolution) please overload the more general inertVolumeFraction/inertVolumeFractionAtPos interface.

◆ permeability()

template<class GridGeometry, class Scalar>
template<class ElementSolution>
PermeabilityType Dumux::MatrixFractureSpatialParams< GridGeometry, Scalar >::permeability ( const Element & element,
const SubControlVolume & scv,
const ElementSolution & elemSol ) const
inline

Defines the intrinsic permeability \(\mathrm{[m^2]}\).

Parameters
elementThe element
scvThe sub control volume
elemSolThe element solution vector

◆ porosity()

template<class GridGeometry, class Scalar>
template<class ElementSolution>
Scalar Dumux::MatrixFractureSpatialParams< GridGeometry, Scalar >::porosity ( const Element & element,
const SubControlVolume & scv,
const ElementSolution & elemSol ) const
inline

Defines the porosity \(\mathrm{[-]}\).

Parameters
elementThe current finite element
scvThe sub control volume
elemSolThe current element solution vector

The documentation for this class was generated from the following file: