|
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) |
|