FEM: fix, use uniqe names for materials in CalculiX input file

This commit is contained in:
Bernd Hahnebach
2016-01-21 19:16:40 +01:00
parent 37b1bdbe27
commit 60cdca01a8
3 changed files with 23 additions and 19 deletions

View File

@@ -468,7 +468,8 @@ Eall
** Materials
** written by write_materials function
** Young's modulus unit is MPa = N/mm2
*MATERIAL, NAME=Steel
**FreeCAD material name: Steel
*MATERIAL, NAME=MechanicalMaterial
*ELASTIC
200000 ,
0.300
@@ -478,7 +479,7 @@ Eall
***********************************************************
** Sections
** written by write_femelementsets function
*SOLID SECTION, ELSET=MechanicalMaterialSolid, MATERIAL=Steel
*SOLID SECTION, ELSET=MechanicalMaterialSolid, MATERIAL=MechanicalMaterial
***********************************************************
** One step is needed to calculate the mechanical analysis of FreeCAD

View File

@@ -473,7 +473,8 @@ Eall
** Materials
** written by write_materials function
** Young's modulus unit is MPa = N/mm2
*MATERIAL, NAME=Steel
**FreeCAD material name: Steel
*MATERIAL, NAME=MechanicalMaterial
*ELASTIC
200000 ,
0.300
@@ -483,7 +484,7 @@ Eall
***********************************************************
** Sections
** written by write_femelementsets function
*SOLID SECTION, ELSET=MechanicalMaterialSolid, MATERIAL=Steel
*SOLID SECTION, ELSET=MechanicalMaterialSolid, MATERIAL=MechanicalMaterial
***********************************************************
** One step is needed to calculate the mechanical analysis of FreeCAD