OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
subgridUtilities.h File Reference
#include "particles/functions/particleIoFunctions.h"
+ Include dependency graph for subgridUtilities.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 
namespace  olb::particles
 
namespace  olb::particles::subgrid
 

Functions

template<typename T , typename PARTICLETYPE , typename DESCRIPTOR >
void olb::particles::subgrid::initializeParticleVelocity (SuperLattice< T, DESCRIPTOR > &sLattice, SuperGeometry< T, DESCRIPTOR::d > &superGeometry, UnitConverter< T, DESCRIPTOR > const &converter, SuperParticleSystem< T, PARTICLETYPE > &supParticleSystem)
 
template<typename T , typename PARTICLETYPE >
void olb::particles::subgrid::addParticles (SuperParticleSystem< T, PARTICLETYPE > &supParticleSystem, IndicatorF3D< T > &ind, T partRho, T radius, const std::size_t noOfParticles, util::Randomizer< T > &randomizer)
 
template<typename T , typename PARTICLETYPE , bool verbose = true>
void olb::particles::subgrid::captureStatistics (SuperParticleSystem< T, PARTICLETYPE > &sParticleSystem, SuperIndicatorMaterial< T, PARTICLETYPE::d > &materialIndicatorOutput, std::size_t &noActive, std::size_t reprParticleID=0)