|
| template<size_t direction> |
| constexpr real | vf::lbm::advection_diffusion::computeInterpolatedPopulation (const real *populations, const real concentration, const real velocityX, const real velocityY, const real velocityZ, const real subgridDistance, const real relaxationFrequency) |
| |
| template<size_t direction> |
| constexpr real | vf::lbm::advection_diffusion::computePopulationSimpleBounceBackWithFlux (const real *populations, const real fluxX, const real fluxY, const real fluxZ) |
| |
| template<size_t direction> |
| constexpr real | vf::lbm::advection_diffusion::computePopulationInterpolatedBounceBackWithFlux (const real subgridDistance, const real *populations, const real vx1, const real vx2, const real vx3, const real relaxationFrequency, const real concentration, const real fluxX, const real fluxY, const real fluxZ) |
| |
| template<size_t direction> |
| constexpr real | vf::lbm::advection_diffusion::computePopulationSimpleAntiBounceBack (const real *populations, const real concentrationWall, const real velocityWallX, const real velocityWallY, const real velocityWallZ) |
| |
| template<size_t direction> |
| constexpr real | vf::lbm::advection_diffusion::computePopulationInterpolatedAntiBounceBack (const real subgridDistance, const real *populations, const real concentrationNode, const real concentrationWall, const real vx1, real vx2, const real vx3, const real velocityWallX, const real velocityWallY, const real velocityWallZ, const real relaxationFrequency) |
| |
| constexpr real | vf::lbm::advection_diffusion::equilibrium (real weight, real concentration, real velocity, real cu_sq) |
| |
| template<size_t direction> |
| constexpr real | vf::lbm::advection_diffusion::computeEquilibrium (real concentration, real velocityX, real velocityY, real velocityZ) |
| |
| | TEST (ChimeraTest, forwardChimeraWithInverseK) |
| |
| | TEST (ChimeraTest, backwardChimeraWithInverseK) |
| |
| | TEST (ChimeraTest, forwardChimera) |
| |
| | TEST (ChimeraTest, backwardChimera) |
| |
| | TEST (ChimeraTest, forwardChimeraWithK) |
| |
| | TEST (ChimeraTest, backwardChimeraWithK) |
| |
| | TEST_F (MacroscopicQuantitiesTest, check_density) |
| |
| | TEST_F (MacroscopicQuantitiesTest, whenFsAreEqual_velocityInEachDirectionShouldBeZero) |
| |
| | TEST_F (MacroscopicQuantitiesTest, givenAllFsAreOne_when_Eis2_velocityInX1ShouldBeOne) |
| |
| | TEST_F (MacroscopicQuantitiesTest, givenAllFsAreOne_when_Nis2_velocityInX2ShouldBeOne) |
| |
| | TEST_F (MacroscopicQuantitiesTest, givenAllFsAreOne_when_Tis2_velocityInX3ShouldBeOne) |
| |
| | TEST_F (MacroscopicQuantitiesTest, givenAllFsAreOne_checkCompressibleValues) |
| |