Reply To: Approximate Deconvolution Method
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Approximate Deconvolution Method › Reply To: Approximate Deconvolution Method
October 8, 2020 at 4:44 pm
#5210
stephan
Moderator
Dear Raffaele,
the general application is similar, yes.
For example, you may have a look at ./examples/turbulence/nozzle3d/nozzle3d.cpp, define a flag similar to the other models (#define ADM) which in turn triggers the if-condition further below.
To make that work however, you have to uncomment and probably modify the corresponding functors in ./src/functors/lattice/turbulentF3D.h, .hh, .cpp.
BR
Stephan