|
| | 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...
|
| |
| | 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 |
| |
| | 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 void | execute () |
| | Executes the numerical procedure. More...
|
| |
| virtual void | init () |
| | Builds the necesery internal data and kernels. More...
|
| |
| virtual | ~SingleKernelNM () |
| |
| virtual | ~NumMethod () |
| |
| virtual | ~NumMethod () |
| |
- Examples:
- locomotive.cc.
Definition at line 163 of file aslLBGK.h.