#include <aslLBGK.h>
|
| LBGKTurbulence (DataD v, Param nu, const VectorTemplate *vT) |
|
| LBGKTurbulence (Block b, Param nu, const VectorTemplate *vT, bool compVel=true, bool compRho=true, acl::CommandQueue queue=acl::hardware.defaultQueue) |
|
virtual void | init0 () |
| full initialisation but without kernel->setup() More...
|
|
| LBGK () |
|
| LBGK (DataD v, Param nu, const VectorTemplate *vT) |
|
| LBGK (Block b, Param nu, const VectorTemplate *vT, bool compVel=true, bool compRho=true, acl::CommandQueue queue=acl::hardware.defaultQueue) |
|
void | setViscosity (Param nu) |
|
double | getViscosity (unsigned int i=0) |
|
void | setOmega (Param w) |
| sets angular velocity for Coriolis term in noninertial reference frame More...
|
|
void | setVectorTemplate (const VectorTemplate *vT) |
|
const VectorTemplate * | getVectorTemplate () const |
|
Data | getF () |
|
DataD | getRho () |
|
DataD | getVelocity () |
|
void | setCompressible (bool flag=true) |
|
const bool & | getCompressible () const |
|
virtual void | execute () |
| Executes the numerical procedure. More...
|
|
virtual void | init () |
| Builds the necesery internal data and kernels. More...
|
|
virtual | ~SingleKernelNM () |
|
virtual | ~NumMethod () |
|
- Examples
- locomotive.cc.
Definition at line 163 of file aslLBGK.h.
◆ LBGKTurbulence() [1/2]
◆ LBGKTurbulence() [2/2]
◆ init0()
virtual void asl::LBGKTurbulence::init0 |
( |
| ) |
|
|
virtual |
full initialisation but without kernel->setup()
Reimplemented from asl::LBGK.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ASL-0.1.7/src/num/aslLBGK.h