Local residual for the hyperelastic model.  
#include <dumux/solidmechanics/hyperelastic/localresidual.hh>
|  | 
| void | evalStorage (ElementResidualVector &residual, const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &prevElemVolVars, const ElementVolumeVariables &curElemVolVars, const SubControlVolume &scv) const | 
|  | Evaluate the storage contribution to the residual: rho*d^2u/dt^2. 
 | 
|  | 
| NumEqVector | computeFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const ElementFluxVariablesCache &elemFluxVarsCache) const | 
|  | Evaluate the fluxes over a face of a sub control volume flux: -div(P) where P is the 1st Piola-Kirchoff stress tensor (stress in reference configuration) 
 | 
|  | 
| NumEqVector | computeSource (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolume &scv) const | 
|  | 
◆ ElementResidualVector
◆ computeFlux()
template<class TypeTag> 
  
  | 
        
          | NumEqVector Dumux::HyperelasticLocalResidual< TypeTag >::computeFlux | ( | const Problem & | problem, |  
          |  |  | const Element & | element, |  
          |  |  | const FVElementGeometry & | fvGeometry, |  
          |  |  | const ElementVolumeVariables & | elemVolVars, |  
          |  |  | const SubControlVolumeFace & | scvf, |  
          |  |  | const ElementFluxVariablesCache & | elemFluxVarsCache ) const |  | inline | 
 
 
◆ computeSource()
template<class TypeTag> 
  
  | 
        
          | NumEqVector Dumux::HyperelasticLocalResidual< TypeTag >::computeSource | ( | const Problem & | problem, |  
          |  |  | const Element & | element, |  
          |  |  | const FVElementGeometry & | fvGeometry, |  
          |  |  | const ElementVolumeVariables & | elemVolVars, |  
          |  |  | const SubControlVolume & | scv ) const |  | inline | 
 
 
◆ evalStorage()
template<class TypeTag> 
  
  | 
        
          | void Dumux::HyperelasticLocalResidual< TypeTag >::evalStorage | ( | ElementResidualVector & | residual, |  
          |  |  | const Problem & | problem, |  
          |  |  | const Element & | element, |  
          |  |  | const FVElementGeometry & | fvGeometry, |  
          |  |  | const ElementVolumeVariables & | prevElemVolVars, |  
          |  |  | const ElementVolumeVariables & | curElemVolVars, |  
          |  |  | const SubControlVolume & | scv ) const |  | inline | 
 
 
The documentation for this class was generated from the following file: