FEM: elmer writer, fix self weight

This commit is contained in:
Bernd Hahnebach
2020-07-07 12:25:51 +02:00
parent f33ddb8cca
commit d8a2da610f

View File

@@ -566,7 +566,7 @@ class Writer(object):
pass
def _handleElasticityBodyForces(self, bodies):
obj = self._getSingleMember("FemConstraintSelfWeight")
obj = self._getSingleMember("Fem::ConstraintSelfWeight")
if obj is not None:
for name in bodies:
gravity = getConstant("Gravity", "L/T^2")