OpenLB 1.8.1
Loading...
Searching...
No Matches
turbulentWallModelPostProcessor.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  olb::TurbulentWallModelPostProcessor< bodyForce, interpolateSampleVelocity, useVanDriest, wallFunctionProfile, movingWall >
 
class  olb::TurbulentWallModelFneqGuoPostProcessor< rhoMethod >
 
class  olb::TurbulentWallModelFneqFDMPostProcessor< rhoMethod >
 
class  olb::TurbulentWallModelPorousFneqFDMPostProcessor< rhoMethod >
 
class  olb::TurbulentWallModelFneqZeroPostProcessor< rhoMethod >
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Functions

template<typename CELL , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t>
void olb::interpolateVelocity (CELL &cell, Vector< V, DESCRIPTOR::d > distance, V u_y2[DESCRIPTOR::d]) any_platform
 
template<typename CELL , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t>
void olb::interpolateStrainRate (CELL &cell, Vector< V, DESCRIPTOR::d > distance, V pi[util::TensorVal< DESCRIPTOR >::n]) any_platform
 
template<typename V , typename Par_f >
olb::spaldingWallFunction (Par_f &params) any_platform
 
template<typename V , typename Par_d >
olb::spaldingDerivative (Par_d &param) any_platform
 
template<typename V , typename Funcf , typename Funcd , typename Par_f , typename Par_d >
olb::newtonSpalding (Funcf f, Funcd d, Par_f &argsf, Par_d &argsd, int optArg, V convergeCrit, int iter) any_platform
 
template<typename V >
Vector< V, 2 > olb::powerLawWallFunction (V nu, V u2, V y2, V y1) any_platform