OpenLB 1.7
|
#include <stokesDragForceForHomVelField3D.h>
Public Member Functions | |
StokesDragForceForHomVelField3D (T dynVisc, Vector< T, 3 > fluidVel) | |
StokesDragForceForHomVelField3D (StokesDragForceForHomVelField3D< T, PARTICLETYPE, DESCRIPTOR > &f) | |
~StokesDragForceForHomVelField3D () override | |
void | applyForce (typename std::deque< PARTICLETYPE< T > >::iterator p, int pInt, ParticleSystem3D< T, PARTICLETYPE > &psSys) override |
Public Member Functions inherited from olb::Force3D< T, PARTICLETYPE > | |
Force3D () | |
Force3D (Force3D< T, PARTICLETYPE > &) | |
Force3D (const Force3D< T, PARTICLETYPE > &) | |
virtual | ~Force3D () |
Additional Inherited Members | |
Protected Attributes inherited from olb::Force3D< T, PARTICLETYPE > | |
OstreamManager | clout |
Definition at line 38 of file stokesDragForceForHomVelField3D.h.
olb::StokesDragForceForHomVelField3D< T, PARTICLETYPE, DESCRIPTOR >::StokesDragForceForHomVelField3D | ( | T | dynVisc, |
Vector< T, 3 > | fluidVel ) |
Definition at line 34 of file stokesDragForceForHomVelField3D.hh.
olb::StokesDragForceForHomVelField3D< T, PARTICLETYPE, DESCRIPTOR >::StokesDragForceForHomVelField3D | ( | StokesDragForceForHomVelField3D< T, PARTICLETYPE, DESCRIPTOR > & | f | ) |
|
inlineoverride |
Definition at line 44 of file stokesDragForceForHomVelField3D.h.
|
overridevirtual |
Implements olb::Force3D< T, PARTICLETYPE >.
Definition at line 41 of file stokesDragForceForHomVelField3D.hh.
References M_PI.