|
| 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 > |
| V | olb::spaldingWallFunction (Par_f ¶ms) any_platform |
| |
| template<typename V , typename Par_d > |
| V | olb::spaldingDerivative (Par_d ¶m) any_platform |
| |
| template<typename V , typename Funcf , typename Funcd , typename Par_f , typename Par_d > |
| V | 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 |
| |