Detailed Description

#include "core/DataTypes.h"
#include <cmath>

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

Vector3< real_t > walberla::pe_coupling::discrete_particle_methods::liftForceSaffman (const Vector3< real_t > &fluidVel, const Vector3< real_t > &curlFluidVel, const Vector3< real_t > &particleVel, real_t diameter, real_t fluidDynamicViscosity, real_t fluidDensity)
 Correlation functions for the lift force. More...
 
Vector3< real_t > walberla::pe_coupling::discrete_particle_methods::noLiftForce (const Vector3< real_t > &, const Vector3< real_t > &, const Vector3< real_t > &, real_t, real_t, real_t)