Specialization of FacetCouplingTpfaDarcysLawCache for non-network grids.  
#include <dumux/multidomain/facet/cellcentered/tpfa/darcyslaw.hh>
|  | 
| template<class Problem, class ElementVolumeVariables> | 
| void | updateAdvection (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf) | 
|  | update subject to a given problem 
 | 
|  | 
| Scalar | advectionTij () const | 
|  | 
| Scalar | advectionTijInside () const | 
|  | returns the transmissibility associated with the inside cell 
 | 
|  | 
| Scalar | advectionTijOutside () const | 
|  | returns the transmissibility associated with the outside cell 
 | 
|  | 
| Scalar | advectionTijFacet () const | 
|  | returns the transmissibility associated with the outside cell 
 | 
|  | 
| const GravityCoefficients & | gravityCoefficients () const | 
|  | return the coefficients for the computation of gravity at the scvf 
 | 
|  | 
◆ AdvectionTransmissibilityContainer
template<class AdvectionType, class GridGeometry> 
      
 
 
◆ Filler
template<class AdvectionType, class GridGeometry> 
      
 
 
◆ GravityCoefficients
template<class AdvectionType, class GridGeometry> 
      
 
 
◆ advectionTij()
template<class AdvectionType, class GridGeometry> 
 
We use the same name as in the TpfaDarcysLawCache so that this cache and the law implementation for non-coupled models can be reused here on facets that do not lie on an interior boundary, i.e. do not coincide with a facet element 
 
 
◆ advectionTijFacet()
template<class AdvectionType, class GridGeometry> 
 
 
◆ advectionTijInside()
template<class AdvectionType, class GridGeometry> 
 
 
◆ advectionTijOutside()
template<class AdvectionType, class GridGeometry> 
 
 
◆ gravityCoefficients()
template<class AdvectionType, class GridGeometry> 
 
 
◆ updateAdvection()
template<class AdvectionType, class GridGeometry> 
template<class Problem, class ElementVolumeVariables> 
  
  | 
        
          | void Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, false >::updateAdvection | ( | const Problem & | problem, |  
          |  |  | const Element & | element, |  
          |  |  | const FVElementGeometry & | fvGeometry, |  
          |  |  | const ElementVolumeVariables & | elemVolVars, |  
          |  |  | const SubControlVolumeFace & | scvf ) |  | inline | 
 
 
◆ facetTijIdx
template<class AdvectionType, class GridGeometry> 
 
 
◆ insideTijIdx
template<class AdvectionType, class GridGeometry> 
 
we store the transmissibilities associated with the interior cell, outside cell, and the fracture facet in an array. Access to this array should be done using the following indices: 
 
 
◆ outsideTijIdx
template<class AdvectionType, class GridGeometry> 
 
 
The documentation for this class was generated from the following file: