Helper class for reconstructing the velocity.  
#include <dumux/freeflow/navierstokes/momentum/velocityreconstruction.hh>
|  | 
| template<class VelocityHelper, class FVElementGeometry> | 
| static auto | cellCenterVelocity (const VelocityHelper &getFaceVelocity, const FVElementGeometry &fvGeometry) | 
|  | Return the velocity vector at the center of the primal grid. 
 | 
|  | 
| template<class SubControlVolume, class FVElementGeometry, class VelocityHelper> | 
| static auto | faceVelocity (const SubControlVolume &scv, const FVElementGeometry &fvGeometry, const VelocityHelper &getNormalVelocityDofValue) | 
|  | Return the velocity vector at dof position given an scv. 
 | 
|  | 
◆ cellCenterVelocity()
template<class VelocityHelper, class FVElementGeometry> 
  
  | 
        
          | static auto Dumux::StaggeredVelocityReconstruction::cellCenterVelocity | ( | const VelocityHelper & | getFaceVelocity, |  
          |  |  | const FVElementGeometry & | fvGeometry ) |  | inlinestatic | 
 
 
◆ faceVelocity()
template<class SubControlVolume, class FVElementGeometry, class VelocityHelper> 
  
  | 
        
          | static auto Dumux::StaggeredVelocityReconstruction::faceVelocity | ( | const SubControlVolume & | scv, |  
          |  |  | const FVElementGeometry & | fvGeometry, |  
          |  |  | const VelocityHelper & | getNormalVelocityDofValue ) |  | inlinestatic | 
 
 
The documentation for this struct was generated from the following file: