![]() |
OpenLB 1.8.1
|
#include <advectionDiffusionForces.h>
Public Member Functions | |
AdvDiffBuoyancyForce3D (UnitConverter< T, DESCRIPTOR > const &converter_, Vector< T, 3 > g, T pRho_) | |
~AdvDiffBuoyancyForce3D () override | |
void | applyForce (T force[], Cell< T, DESCRIPTOR > *nsCell, Cell< T, ADLattice > *adCell, T vel[], int latticeR[]) override |
![]() | |
AdvectionDiffusionForce3D () | |
virtual | ~AdvectionDiffusionForce3D () |
int | getInitArg () |
Definition at line 130 of file advectionDiffusionForces.h.
olb::AdvDiffBuoyancyForce3D< T, DESCRIPTOR, ADLattice >::AdvDiffBuoyancyForce3D | ( | UnitConverter< T, DESCRIPTOR > const & | converter_, |
Vector< T, 3 > | g, | ||
T | pRho_ ) |
Definition at line 83 of file advectionDiffusionForces.hh.
References olb::UnitConverter< T, DESCRIPTOR >::getConversionFactorTime(), olb::UnitConverter< T, DESCRIPTOR >::getLatticeVelocity(), and olb::UnitConverter< T, DESCRIPTOR >::getPhysDensity().
|
inlineoverride |
Definition at line 133 of file advectionDiffusionForces.h.
|
overridevirtual |
Implements olb::AdvectionDiffusionForce3D< T, DESCRIPTOR, ADLattice >.
Definition at line 94 of file advectionDiffusionForces.hh.