Loading...
Searching...
No Matches
Go to the source code of this file.
|
| constexpr real | vf::lbm::getDensity (const real *const &f) |
| |
| constexpr real | vf::lbm::getIncompressibleVelocityX1 (const real *const &f) |
| |
| constexpr real | vf::lbm::getIncompressibleVelocityX2 (const real *const &f) |
| |
| constexpr real | vf::lbm::getIncompressibleVelocityX3 (const real *const &f) |
| |
| constexpr void | vf::lbm::getIncompressibleMacroscopicValues (const real *const &f, real &rho, real &vx1, real &vx2, real &vx3) |
| |
| constexpr real | vf::lbm::getCompressibleVelocityX1 (const real *const &f27, const real &rho) |
| |
| constexpr real | vf::lbm::getCompressibleVelocityX2 (const real *const &f27, const real &rho) |
| |
| constexpr real | vf::lbm::getCompressibleVelocityX3 (const real *const &f27, const real &rho) |
| |
| constexpr real | vf::lbm::getOneOverRho (real rho) |
| |
| constexpr void | vf::lbm::getCompressibleMacroscopicValues (const real *const &f, real &drho, real &oneOverRho, real &vx1, real &vx2, real &vx3) |
| |
| constexpr void | vf::lbm::getCompressibleMacroscopicValues (const real *const &f, real &drho, real &vx1, real &vx2, real &vx3) |
| |
| constexpr real | vf::lbm::getPressure (const real *const &f27, const real &rho, const real &vx, const real &vy, const real &vz) |
| |
| constexpr real | vf::lbm::computeRelaxationFrequency (real viscosity) |
| |