![]() |
OpenLB 1.8.1
|
#include <wallFunctionBoundaryPostProcessors3D.h>
Collaboration diagram for olb::wallFunctionParam< T >:Public Attributes | |
| int | rhoMethod = 1 |
| int | fneqMethod = 1 |
| int | wallProfile = 0 |
| bool | bodyForce |
| check if descriptor with body force is used | |
| bool | curved = true |
| special formulation for straight boundaries | |
| bool | useVanDriest = true |
| use van Driest damping function in boundary cell, stabilizes LES | |
| T | vonKarman = 0.375 |
| von Karman constant for van Driest model (~0.3-0.5) | |
| T | latticeWalldistance = 0.5 |
| distance from cell to real wall in lattice units | |
Definition at line 34 of file wallFunctionBoundaryPostProcessors3D.h.
| bool olb::wallFunctionParam< T >::bodyForce |
check if descriptor with body force is used
Definition at line 57 of file wallFunctionBoundaryPostProcessors3D.h.
| bool olb::wallFunctionParam< T >::curved = true |
special formulation for straight boundaries
Definition at line 60 of file wallFunctionBoundaryPostProcessors3D.h.
| int olb::wallFunctionParam< T >::fneqMethod = 1 |
Definition at line 48 of file wallFunctionBoundaryPostProcessors3D.h.
| T olb::wallFunctionParam< T >::latticeWalldistance = 0.5 |
distance from cell to real wall in lattice units
Definition at line 69 of file wallFunctionBoundaryPostProcessors3D.h.
| int olb::wallFunctionParam< T >::rhoMethod = 1 |
Definition at line 40 of file wallFunctionBoundaryPostProcessors3D.h.
| bool olb::wallFunctionParam< T >::useVanDriest = true |
use van Driest damping function in boundary cell, stabilizes LES
Definition at line 63 of file wallFunctionBoundaryPostProcessors3D.h.
| T olb::wallFunctionParam< T >::vonKarman = 0.375 |
von Karman constant for van Driest model (~0.3-0.5)
Definition at line 66 of file wallFunctionBoundaryPostProcessors3D.h.
| int olb::wallFunctionParam< T >::wallProfile = 0 |
Definition at line 54 of file wallFunctionBoundaryPostProcessors3D.h.