Detailed Description

Namespaces

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 walberla::pe_coupling
 
 walberla::pe_coupling::discrete_particle_methods
 

Functions

real_t walberla::pe_coupling::discrete_particle_methods::dragCoeffSchillerNaumann (real_t reynoldsNumber)
 Various correlation functions for the drag force. More...
 
real_t walberla::pe_coupling::discrete_particle_methods::dragCoeffStokes (real_t fluidVolumeFraction, real_t diameter, real_t fluidDynamicViscosity)
 
Vector3< real_t > walberla::pe_coupling::discrete_particle_methods::dragForceStokes (const Vector3< real_t > &fluidVel, const Vector3< real_t > &particleVel, real_t solidVolumeFraction, real_t diameter, real_t fluidDynamicViscosity, real_t)
 
Vector3< real_t > walberla::pe_coupling::discrete_particle_methods::dragForceErgunWenYu (const Vector3< real_t > &fluidVel, const Vector3< real_t > &particleVel, real_t solidVolumeFraction, real_t diameter, real_t fluidDynamicViscosity, real_t fluidDensity)
 
Vector3< real_t > walberla::pe_coupling::discrete_particle_methods::dragForceTang (const Vector3< real_t > &fluidVel, const Vector3< real_t > &particleVel, real_t solidVolumeFraction, real_t diameter, real_t fluidDynamicViscosity, real_t fluidDensity)
 
Vector3< real_t > walberla::pe_coupling::discrete_particle_methods::dragForceFelice (const Vector3< real_t > &fluidVel, const Vector3< real_t > &particleVel, real_t solidVolumeFraction, real_t diameter, real_t fluidDynamicViscosity, real_t fluidDensity)
 
Vector3< real_t > walberla::pe_coupling::discrete_particle_methods::dragForceTenneti (const Vector3< real_t > &fluidVel, const Vector3< real_t > &particleVel, real_t solidVolumeFraction, real_t diameter, real_t fluidDynamicViscosity, real_t fluidDensity)
 
Vector3< real_t > walberla::pe_coupling::discrete_particle_methods::noDragForce (const Vector3< real_t > &, const Vector3< real_t > &, real_t, real_t, real_t, real_t)
 

Variables

const real_t walberla::pe_coupling::discrete_particle_methods::thresholdAbsoluteVelocityDifference = real_t(1e-10)