OpenLB 1.7
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
olb::particles::conditions::valid_particle_surfaces Struct Reference

#include <particleConditions.h>

+ Collaboration diagram for olb::particles::conditions::valid_particle_surfaces:

Static Public Member Functions

template<typename T , typename PARTICLETYPE >
static bool value (Particle< T, PARTICLETYPE > &particle, int globiC)
 

Static Public Attributes

static constexpr bool dynamic =true
 

Detailed Description

Definition at line 80 of file particleConditions.h.

Member Function Documentation

◆ value()

template<typename T , typename PARTICLETYPE >
static bool olb::particles::conditions::valid_particle_surfaces::value ( Particle< T, PARTICLETYPE > & particle,
int globiC )
inlinestatic

Definition at line 82 of file particleConditions.h.

82 {
83 using namespace descriptors;
84 bool valid = access::isValid( particle );
85 bool hasCentre = true;
86 if constexpr ( PARTICLETYPE::template providesNested<PARALLELIZATION,IC>() ) {
87 hasCentre = (particle.template getField<PARALLELIZATION,IC>() == globiC);
88 }
89 return (valid && !hasCentre);
90 }
bool isValid(Particle< T, PARTICLETYPE > particle)

References olb::particles::access::isValid().

+ Here is the call graph for this function:

Member Data Documentation

◆ dynamic

constexpr bool olb::particles::conditions::valid_particle_surfaces::dynamic =true
staticconstexpr

Definition at line 92 of file particleConditions.h.


The documentation for this struct was generated from the following file: