OpenLB 1.7
|
#include <navierStokesAdvectionDiffusionCouplingPostProcessor3D.h>
Public Member Functions | |
SmagorinskyBoussinesqCouplingPostProcessor3D (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_, T gravity_, T T0_, T deltaTemp_, std::vector< T > dir_, T PrTurb_, T smagoPrefactor_, std::vector< BlockStructureD< 3 > * > partners_) | |
int | extent () const override |
Extent of application area (0 for purely local operations) | |
int | extent (int whichDirection) const override |
Extent of application area along a direction (0 or 1) | |
void | process (BlockLattice< T, DESCRIPTOR > &blockLattice) override |
Execute post-processing step. | |
void | processSubDomain (BlockLattice< T, DESCRIPTOR > &blockLattice, int x0_, int x1_, int y0_, int y1_, int z0_, int z1_) override |
Execute post-processing step on a sublattice. | |
![]() | |
PostProcessor3D () | |
virtual | ~PostProcessor3D () |
std::string & | getName () |
read and write access to name | |
std::string const & | getName () const |
read only access to name | |
int | getPriority () const |
read only access to priority | |
Additional Inherited Members | |
![]() | |
int | _priority |
Definition at line 91 of file navierStokesAdvectionDiffusionCouplingPostProcessor3D.h.
olb::SmagorinskyBoussinesqCouplingPostProcessor3D< T, DESCRIPTOR >::SmagorinskyBoussinesqCouplingPostProcessor3D | ( | int | x0_, |
int | x1_, | ||
int | y0_, | ||
int | y1_, | ||
int | z0_, | ||
int | z1_, | ||
T | gravity_, | ||
T | T0_, | ||
T | deltaTemp_, | ||
std::vector< T > | dir_, | ||
T | PrTurb_, | ||
T | smagoPrefactor_, | ||
std::vector< BlockStructureD< 3 > * > | partners_ ) |
Definition at line 197 of file navierStokesAdvectionDiffusionCouplingPostProcessor3D.hh.
References olb::PostProcessor3D< T, DESCRIPTOR >::getName(), olb::descriptors::invCs2(), and olb::util::sqrt().
|
inlineoverridevirtual |
Extent of application area (0 for purely local operations)
Implements olb::PostProcessor3D< T, DESCRIPTOR >.
Definition at line 96 of file navierStokesAdvectionDiffusionCouplingPostProcessor3D.h.
|
inlineoverridevirtual |
Extent of application area along a direction (0 or 1)
Implements olb::PostProcessor3D< T, DESCRIPTOR >.
Definition at line 100 of file navierStokesAdvectionDiffusionCouplingPostProcessor3D.h.
|
overridevirtual |
Execute post-processing step.
Implements olb::PostProcessor3D< T, DESCRIPTOR >.
Definition at line 283 of file navierStokesAdvectionDiffusionCouplingPostProcessor3D.hh.
|
overridevirtual |
Execute post-processing step on a sublattice.
Molecular realaxation time
Turbulent realaxation time
Effective realaxation time
Implements olb::PostProcessor3D< T, DESCRIPTOR >.
Definition at line 226 of file navierStokesAdvectionDiffusionCouplingPostProcessor3D.hh.
References olb::util::intersect(), and olb::util::sqrt().