Flux variables cache for the single-phase-flow PNM Store data required for flux calculation. More...
#include <dumux/porenetwork/1p/fluxvariablescache.hh>
Flux variables cache for the single-phase-flow PNM Store data required for flux calculation.
Public Member Functions | |
template<class Problem , class Element , class FVElementGeometry , class ElementVolumeVariables > | |
void | update (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const typename FVElementGeometry::SubControlVolumeFace &scvf) |
Throat::Shape | throatCrossSectionShape () const |
Returns the throats's cross-sectional shape. More... | |
Scalar | throatShapeFactor () const |
Returns the throats's shape factor. More... | |
Scalar | transmissibility (const int phaseIdx=0) const |
Returns the throats's transmissibility. More... | |
Scalar | throatCrossSectionalArea (const int phaseIdx=0) const |
Returns the throats's cross-sectional area. More... | |
Scalar | throatLength () const |
Returns the throats's length. More... | |
Scalar | throatInscribedRadius () const |
Returns the throats's inscribed radius. More... | |
Scalar | poreToPoreDistance () const |
Returns the throats's pore-to-pore-center distance. More... | |
const auto & | singlePhaseFlowVariables () const |
Returns the throats's cached flow variables for single-phase flow. More... | |
|
inline |
Returns the throats's pore-to-pore-center distance.
|
inline |
Returns the throats's cached flow variables for single-phase flow.
|
inline |
Returns the throats's cross-sectional area.
|
inline |
Returns the throats's cross-sectional shape.
|
inline |
Returns the throats's inscribed radius.
|
inline |
Returns the throats's length.
|
inline |
Returns the throats's shape factor.
|
inline |
Returns the throats's transmissibility.
|
inline |