FEM: split MechanicalMaterial into separate modules

This commit is contained in:
Bernd Hahnebach
2015-11-05 18:22:03 +01:00
committed by Yorik van Havre
parent 49c12c5e3d
commit 05a20ecc77
8 changed files with 501 additions and 359 deletions

View File

@@ -50,9 +50,9 @@ class FemWorkbench (Workbench):
import _CommandNewMechanicalAnalysis
import _CommandFemShellThickness
import _CommandFemBeamSection
import _CommandMechanicalMaterial
import MechanicalAnalysis
import MechanicalMaterial
import subprocess
from platform import system