VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
MacroscopicQuantities.h File Reference

Go to the source code of this file.

Namespaces

namespace  vf
 
namespace  vf::lbm
 

Functions

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)