OpenLB 1.7
Loading...
Searching...
No Matches
Public Attributes | List of all members
olb::wallFunctionParam< T > Struct Template Reference

#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
 
vonKarman = 0.375
 von Karman constant for van Driest model (~0.3-0.5)
 
latticeWalldistance = 0.5
 distance from cell to real wall in lattice units
 

Detailed Description

template<typename T>
struct olb::wallFunctionParam< T >

Definition at line 34 of file wallFunctionBoundaryPostProcessors3D.h.

Member Data Documentation

◆ bodyForce

template<typename T >
bool olb::wallFunctionParam< T >::bodyForce

check if descriptor with body force is used

Definition at line 57 of file wallFunctionBoundaryPostProcessors3D.h.

◆ curved

template<typename T >
bool olb::wallFunctionParam< T >::curved = true

special formulation for straight boundaries

Definition at line 60 of file wallFunctionBoundaryPostProcessors3D.h.

◆ fneqMethod

template<typename T >
int olb::wallFunctionParam< T >::fneqMethod = 1

Definition at line 48 of file wallFunctionBoundaryPostProcessors3D.h.

◆ latticeWalldistance

template<typename T >
T olb::wallFunctionParam< T >::latticeWalldistance = 0.5

distance from cell to real wall in lattice units

Definition at line 69 of file wallFunctionBoundaryPostProcessors3D.h.

◆ rhoMethod

template<typename T >
int olb::wallFunctionParam< T >::rhoMethod = 1

Definition at line 40 of file wallFunctionBoundaryPostProcessors3D.h.

◆ useVanDriest

template<typename T >
bool olb::wallFunctionParam< T >::useVanDriest = true

use van Driest damping function in boundary cell, stabilizes LES

Definition at line 63 of file wallFunctionBoundaryPostProcessors3D.h.

◆ vonKarman

template<typename T >
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.

◆ wallProfile

template<typename T >
int olb::wallFunctionParam< T >::wallProfile = 0

Definition at line 54 of file wallFunctionBoundaryPostProcessors3D.h.


The documentation for this struct was generated from the following file: