FEM: examples, flow 1D, add comment

This commit is contained in:
Sudhanshu Dubey
2020-06-22 13:08:43 +02:00
committed by Bernd Hahnebach
parent 4d731153d8
commit f30c9f3250

View File

@@ -235,6 +235,7 @@ def setup(doc=None, solvertype="ccxtools"):
outlet.OutletPressure = 0.1
outlet.References = [(geom_obj, "Edge13")]
# self_weight_constraint
self_weight = analysis.addObject(
ObjectsFem.makeConstraintSelfWeight(doc, "ConstraintSelfWeight")
)[0]