template<class
GridGeometry, class Scalar, class Implementation>
class Dumux::PoreNetwork::BaseSpatialParams< GridGeometry, Scalar, Implementation >
The base class for spatial parameters for pore-network models.
|
| BaseSpatialParams (std::shared_ptr< const GridGeometry > gridGeometry) |
|
template<class ElementVolumeVariables > |
Scalar | throatLength (const Element &element, const ElementVolumeVariables &elemVolVars) const |
| Length of the throat \([m]\). Can be solution-dependent. More...
|
|
template<class ElementVolumeVariables > |
Scalar | throatInscribedRadius (const Element &element, const ElementVolumeVariables &elemVolVars) const |
| Inscribed radius of the throat \([m]\). Can be solution-dependent. More...
|
|
template<class ElementVolumeVariables > |
Scalar | throatCrossSectionalArea (const Element &element, const ElementVolumeVariables &elemVolVars) const |
| Cross-sectional area of the throat \([m]\). Can be solution-dependent. More...
|
|
template<class ElementSolutionVector > |
Scalar | poreInscribedRadius (const Element &element, const SubControlVolume &scv, const ElementSolutionVector &elemSol) const |
| Inscribed radius of the pore body \([m]\). Can be solution-dependent. More...
|
|
const GridView & | gridView () const |
| Returns a reference to the gridview. More...
|
|
template<class ElementSolutionVector > |
Scalar | permeability (const Element &element, const SubControlVolume &scv, const ElementSolutionVector &elemSol) const |
|
const GlobalPosition & | gravity (const GlobalPosition &pos) const |
| Returns the acceleration due to gravity \(\mathrm{[m/s^2]}\). More...
|
|
const GridGeometry & | gridGeometry () const |
| The finite volume grid geometry. More...
|
|
template<class ElementSolution > |
Scalar | porosity (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const |
| Function for defining the porosity. That is possibly solution dependent. More...
|
|
Scalar | porosityAtPos (const GlobalPosition &globalPos) const |
|
template<class SolidSystem , class ElementSolution , typename std::enable_if_t< SolidSystem::isInert() &&SolidSystem::numInertComponents==1 &&!decltype(isValid(Detail::hasInertVolumeFractionAtPos< GlobalPosition, SolidSystem >())(std::declval< Implementation >()))::value, int > = 0> |
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. More...
|
|
template<class SolidSystem , class ElementSolution , typename std::enable_if_t< SolidSystem::numInertComponents==0, int > = 0> |
Scalar | inertVolumeFraction (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol, int compIdx) const |
|
template<class SolidSystem , class ElementSolution , typename std::enable_if_t<(SolidSystem::numInertComponents > 1)||((SolidSystem::numInertComponents > 0) &&(!SolidSystem::isInert()||decltype(isValid(Detail::hasInertVolumeFractionAtPos< GlobalPosition, SolidSystem >())(std::declval< Implementation >()))::value)), int > = 0> |
Scalar | inertVolumeFraction (const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol, int compIdx) const |
|