Topology Optimization in an empty space without any wall #227
chairmanmao256
started this conversation in
General
Replies: 1 comment 1 reply
-
Yes, you have to have at least one wall patch and set it as the design surface. If you do not have a wall, you have to hack pyDAFoam. This line: Line 3083 in e49c736
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'd like to carry out a Topology Optimization in an empty space without any wall. I've run a case of which the computational domain is rectangular and
inout
is used for boundary condition. However, DAFoam fails during mesh check before evaluating the objective function. All quantities related to mesh check (bounding box, min volume and so on) arenan
. I checkedpyDAFoam.py
and it says that thedesignSurface
must be a wall. Is there a way to do Topology Optimization in a computational domain with nowall
boundary condition imposed? Or do I have to include at least onewall
boundary for any optimization even if the design variable is a field?Thank you!!!
Beta Was this translation helpful? Give feedback.
All reactions