Element-wise calculation of the energy residual for isothermal problems.  
#include <dumux/porousmediumflow/nonisothermal/localresidual.hh>
|  | 
| template<typename T = void> | 
| static void | fluidPhaseStorage (NumEqVector &storage, const SubControlVolume &scv, const VolumeVariables &volVars, int phaseIdx) | 
|  | 
| static void | fluidPhaseStorage (NumEqVector &storage, const Problem &problem, const SubControlVolume &scv, const VolumeVariables &volVars, int phaseIdx) | 
|  | The energy storage in the fluid phase with index phaseIdx. 
 | 
|  | 
| static void | solidPhaseStorage (NumEqVector &storage, const SubControlVolume &scv, const VolumeVariables &volVars) | 
|  | The energy storage in the solid matrix. 
 | 
|  | 
| static void | heatConvectionFlux (NumEqVector &flux, FluxVariables &fluxVars, int phaseIdx) | 
|  | The advective phase energy fluxes. 
 | 
|  | 
| static void | heatConductionFlux (NumEqVector &flux, FluxVariables &fluxVars) | 
|  | The diffusive energy fluxes. 
 | 
|  | 
| static void | heatDispersionFlux (NumEqVector &flux, FluxVariables &fluxVars) | 
|  | The dispersive energy fluxes. 
 | 
|  | 
◆ fluidPhaseStorage() [1/2]
template<class TypeTag> 
  
  | 
        
          | static void Dumux::EnergyLocalResidualImplementation< TypeTag, false >::fluidPhaseStorage | ( | NumEqVector & | storage, |  
          |  |  | const Problem & | problem, |  
          |  |  | const SubControlVolume & | scv, |  
          |  |  | const VolumeVariables & | volVars, |  
          |  |  | int | phaseIdx ) |  | inlinestatic | 
 
 
◆ fluidPhaseStorage() [2/2]
template<class TypeTag> 
template<typename T = void> 
 
 
◆ heatConductionFlux()
- Parameters
- 
  
    | flux | The flux |  | fluxVars | The flux variables. |  
 
 
 
◆ heatConvectionFlux()
- Parameters
- 
  
    | flux | The flux |  | fluxVars | The flux variables. |  | phaseIdx | The phase index |  
 
 
 
◆ heatDispersionFlux()
- Parameters
- 
  
    | flux | The flux |  | fluxVars | The flux variables. |  
 
 
 
◆ solidPhaseStorage()
- Parameters
- 
  
    | storage | The mass of the component within the sub-control volume |  | scv | The sub-control volume |  | volVars | The volume variables |  
 
 
 
The documentation for this class was generated from the following file: