FEM: element geometry types, same name type system as Python constraints

This commit is contained in:
Bernd Hahnebach
2020-03-02 20:44:35 +01:00
parent a7ea47847a
commit 6ba47bb7af
7 changed files with 24 additions and 24 deletions

View File

@@ -310,7 +310,7 @@ class _FemElementFluid1D:
obj.InletFlowRateActive = False
obj.OutletFlowRateActive = False
obj.Proxy = self
self.Type = "Fem::FemElementFluid1D"
self.Type = "Fem::ElementFluid1D"
def execute(self, obj):
return

View File

@@ -79,7 +79,7 @@ class _FemElementGeometry1D:
obj.SectionType = _FemElementGeometry1D.known_beam_types
obj.SectionType = "Rectangular"
obj.Proxy = self
self.Type = "Fem::FemElementGeometry1D"
self.Type = "Fem::ElementGeometry1D"
def execute(self, obj):
return

View File

@@ -44,7 +44,7 @@ class _FemElementGeometry2D:
"List of shell thickness shapes"
)
obj.Proxy = self
self.Type = "Fem::FemElementGeometry2D"
self.Type = "Fem::ElementGeometry2D"
def execute(self, obj):
return

View File

@@ -45,7 +45,7 @@ class _FemElementRotation1D:
"List of beam rotation shapes"
)
obj.Proxy = self
self.Type = "Fem::FemElementRotation1D"
self.Type = "Fem::ElementRotation1D"
def execute(self, obj):
return