-
Hello there, Is there any convenient way to obtain the sensitivity field (D Obj / D alphaPorosity) in the Topology Optimization case, preferably for every runtime.write() instance? I am using docker at the moment ... Many thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The sensitivity field will be printed to screen every optimization iteration. Check |
Beta Was this translation helpful? Give feedback.
The sensitivity field will be printed to screen every optimization iteration. Check
Info(funcsSens)
incalcObjFuncSens
from /home/dafoamuser/.local/lib/python3.6/site-packages/dafoam/optFuncs.py (or in the dafoam repo dafoam/dafoam/optFuncs.py). If the sensitivity has a lot of elements, it will only print the first and last five ones.