Calculates the element-wise residual for the staggered FV scheme. More...
#include <dumux/assembly/staggeredlocalresidual.hh>
Calculates the element-wise residual for the staggered FV scheme.
Public Types | |
using | CellCenterResidualValue = GetPropType< TypeTag, Properties::CellCenterPrimaryVariables > |
using | FaceResidualValue = GetPropType< TypeTag, Properties::FacePrimaryVariables > |
using | ElementResidualVector = CellCenterResidualValue |
Public Member Functions | |
StaggeredLocalResidual (const Problem *problem, const TimeLoop *timeLoop=nullptr) | |
the constructor More... | |
CellCenterResidualValue | evalFluxAndSourceForCellCenter (const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFaceVariables &elemFaceVars, const ElementBoundaryTypes &bcTypes, const ElementFluxVariablesCache &elemFluxVarsCache) const |
Convenience function to evaluate the flux and source terms for the cell center residual. More... | |
void | evalFluxForCellCenter (CellCenterResidualValue &residual, const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFaceVariables &elemFaceVars, const ElementBoundaryTypes &elemBcTypes, const ElementFluxVariablesCache &elemFluxVarsCache, const SubControlVolumeFace &scvf) const |
Evaluate the flux terms for a cell center residual. More... | |
void | evalSourceForCellCenter (CellCenterResidualValue &residual, const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &curElemVolVars, const ElementFaceVariables &curElemFaceVars, const SubControlVolume &scv) const |
Evaluate the source terms for a cell center residual. More... | |
CellCenterResidualValue | evalStorageForCellCenter (const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &prevElemVolVars, const ElementVolumeVariables &curElemVolVars) const |
Evaluate the storage terms for a cell center residual. More... | |
void | evalStorageForCellCenter (CellCenterResidualValue &residual, const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &prevElemVolVars, const ElementVolumeVariables &curElemVolVars, const SubControlVolume &scv) const |
Evaluate the storage terms for a cell center residual. More... | |
template<class... Args> | |
CellCenterResidualValue | evalFluxAndSource (Args &&... args) const |
for compatibility with FVLocalAssemblerBase More... | |
template<class... Args> | |
CellCenterResidualValue | evalStorage (Args &&... args) const |
for compatibility with FVLocalAssemblerBase More... | |
User interface | |
| |
FaceResidualValue | evalFluxAndSourceForFace (const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFaceVariables &elemFaceVars, const ElementBoundaryTypes &bcTypes, const ElementFluxVariablesCache &elemFluxVarsCache, const SubControlVolumeFace &scvf) const |
Convenience function to evaluate the flux and source terms for the face residual. More... | |
void | evalFluxForFace (FaceResidualValue &residual, const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFaceVariables &elemFaceVars, const ElementBoundaryTypes &elemBcTypes, const ElementFluxVariablesCache &elemFluxVarsCache, const SubControlVolumeFace &scvf) const |
Evaluate the flux terms for a face residual. More... | |
void | evalSourceForFace (FaceResidualValue &residual, const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFaceVariables &elemFaceVars, const SubControlVolumeFace &scvf) const |
Evaluate the source terms for a face residual. More... | |
FaceResidualValue | evalStorageForFace (const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &prevElemVolVars, const ElementVolumeVariables &curElemVolVars, const ElementFaceVariables &prevElemFaceVars, const ElementFaceVariables &curElemFaceVars, const SubControlVolumeFace &scvf) const |
Evaluate the storage terms for a face residual. More... | |
void | evalStorageForFace (FaceResidualValue &residual, const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &prevElemVolVars, const ElementVolumeVariables &curElemVolVars, const ElementFaceVariables &prevElemFaceVars, const ElementFaceVariables &curElemFaceVars, const SubControlVolumeFace &scvf) const |
Evaluate the storage terms for a face residual. More... | |
bool | isStationary () const |
If no solution has been set, we treat the problem as stationary. More... | |
const Problem & | problem () const |
the problem More... | |
Implementation & | asImp_ () |
const Implementation & | asImp_ () const |
TimeLoop & | timeLoop () |
const TimeLoop & | timeLoop () const |
Implementation & | asImp () |
const Implementation & | asImp () const |
using Dumux::StaggeredLocalResidual< TypeTag >::CellCenterResidualValue = GetPropType<TypeTag, Properties::CellCenterPrimaryVariables> |
using Dumux::StaggeredLocalResidual< TypeTag >::ElementResidualVector = CellCenterResidualValue |
using Dumux::StaggeredLocalResidual< TypeTag >::FaceResidualValue = GetPropType<TypeTag, Properties::FacePrimaryVariables> |
|
inline |
the constructor
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
for compatibility with FVLocalAssemblerBase
|
inline |
Convenience function to evaluate the flux and source terms for the cell center residual.
|
inline |
Convenience function to evaluate the flux and source terms for the face residual.
|
inline |
Evaluate the flux terms for a cell center residual.
|
inline |
Evaluate the flux terms for a face residual.
|
inline |
Evaluate the source terms for a cell center residual.
|
inline |
Evaluate the source terms for a face residual.
|
inline |
for compatibility with FVLocalAssemblerBase
|
inline |
Evaluate the storage terms for a cell center residual.
|
inline |
Evaluate the storage terms for a cell center residual.
|
inline |
Evaluate the storage terms for a face residual.
|
inline |
Evaluate the storage terms for a face residual.
|
inline |
If no solution has been set, we treat the problem as stationary.
|
inline |
the problem
|
inlineprotected |
|
inlineprotected |