Skip to content

Commit

Permalink
FEM: writer base, add some comment for elemnt faces constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Feb 19, 2020
1 parent 0e37011 commit 66c1bfd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Mod/Fem/femsolver/writerbase.py
Expand Up @@ -339,6 +339,13 @@ def get_constraints_contact_faces(self):
# FreeCAD.Console.PrintLog("{}\n".format(femobj["ContactSlaveFaces"]))
# FreeCAD.Console.PrintLog("{}\n".format(femobj["ContactMasterFaces"]))

# information in the regard of element faces constraints
# forum post: https://forum.freecadweb.org/viewtopic.php?f=18&t=42783&p=370286#p366723
# contact: master and slave could be the same face: rubber of a damper
# tie: master and slave have to be separate faces AFA UR_ K
# section print: only the element faces of solid elements
# from one side of the geometric face are needed

def get_constraints_tie_faces(self):
if not self.femnodes_mesh:
self.femnodes_mesh = self.femmesh.Nodes
Expand Down

0 comments on commit 66c1bfd

Please sign in to comment.