Skip to content

Reply To: applying the force into Fluid in the openLB code not DEFINITION

OpenLB – Open Source Lattice Boltzmann Code Forums on OpenLB General Topics applying the force into Fluid in the openLB code not DEFINITION Reply To: applying the force into Fluid in the openLB code not DEFINITION

#7828
FBukreev
Keymaster

Hello,

the application of the force takes place in the dynamics, in that case SmagorinskyForcedBGKdynamics. You can find these definitions in src/dynamics/smagorinskyBGKdynamics.h
The force is then taked from the force fiels and applied in the collision.