DrAmine
Ansys Employee
If you want to get the applied value in Fluent you need unfortunately to do that manual say by coding the force and applying it into a DEFINE_DPM_BODY_FORCE and store into particle user variable. Be careful here: forces coded done in this way are not considered for two-way coupling. You might for that reason use DEfINE_DPM_SOURCE or Scalar update to just store the force value for post-processing without returning it back to Fluent.n