Element-wise calculation of the Jacobian matrix for problems using the three-phase three-component fully implicit model.  
#include <dumux/porousmediumflow/3p3c/localresidual.hh>
|  | 
| NumEqVector | computeStorage (const Problem &problem, const SubControlVolume &scv, const VolumeVariables &volVars) const | 
|  | Evaluates the amount of all conservation quantities (e.g. phase mass) within a sub-control volume. 
 | 
|  | 
| NumEqVector | computeFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const ElementFluxVariablesCache &elemFluxVarsCache) const | 
|  | Evaluates the total flux of all conservation quantities over a face of a sub-control volume. 
 | 
|  | 
◆ computeFlux()
template<class TypeTag> 
  
  | 
        
          | NumEqVector Dumux::ThreePThreeCLocalResidual< TypeTag >::computeFlux | ( | const Problem & | problem, |  
          |  |  | const Element & | element, |  
          |  |  | const FVElementGeometry & | fvGeometry, |  
          |  |  | const ElementVolumeVariables & | elemVolVars, |  
          |  |  | const SubControlVolumeFace & | scvf, |  
          |  |  | const ElementFluxVariablesCache & | elemFluxVarsCache ) const |  | inline | 
 
- Parameters
- 
  
    | problem | The problem |  | element | The element |  | fvGeometry | The finite volume element geometry |  | elemVolVars | The element volume variables |  | scvf | The sub control volume face |  | elemFluxVarsCache | The element flux variables cache |  
 
 
 
◆ computeStorage()
template<class TypeTag> 
  
  | 
        
          | NumEqVector Dumux::ThreePThreeCLocalResidual< TypeTag >::computeStorage | ( | const Problem & | problem, |  
          |  |  | const SubControlVolume & | scv, |  
          |  |  | const VolumeVariables & | volVars ) const |  | inline | 
 
The result should be averaged over the volume (e.g. phase mass inside a sub control volume divided by the volume)
- Parameters
- 
  
    | problem | The problem |  | scv | The sub control volume |  | volVars | The volume variables |  
 
 
 
The documentation for this class was generated from the following file: