FEM: ccx input writer, use variables for elementset names instead of hardecoded values

This commit is contained in:
Bernd Hahnebach
2017-06-06 16:56:28 +01:00
committed by Yorik van Havre
parent b2b2f52536
commit 41757e4b29
5 changed files with 22 additions and 18 deletions

View File

@@ -426,7 +426,7 @@ Evolumes
** Element sets for materials and FEM element type (solid, shell, beam, fluid)
** written by write_element_sets_material_and_femelement_type function
*ELSET,ELSET=MechanicalMaterialSolid
Eall
Evolumes
***********************************************************
** Node sets for fixed constraint
@@ -519,9 +519,9 @@ U
*EL FILE
S, E
** outputs --> dat file
*NODE PRINT , NSET=Nall
*NODE PRINT , NSET=Nall
U
*EL PRINT , ELSET=Eall
*EL PRINT , ELSET=Eall
S
***********************************************************

View File

@@ -426,7 +426,7 @@ Evolumes
** Element sets for materials and FEM element type (solid, shell, beam, fluid)
** written by write_element_sets_material_and_femelement_type function
*ELSET,ELSET=MechanicalMaterialSolid
Eall
Evolumes
***********************************************************
** Node sets for fixed constraint
@@ -588,9 +588,9 @@ U
*EL FILE
S, E
** outputs --> dat file
*NODE PRINT , NSET=Nall
*NODE PRINT , NSET=Nall
U
*EL PRINT , ELSET=Eall
*EL PRINT , ELSET=Eall
S
***********************************************************

View File

@@ -74,7 +74,7 @@ Evolumes
** Element sets for materials and FEM element type (solid, shell, beam, fluid)
** written by write_element_sets_material_and_femelement_type function
*ELSET,ELSET=MechanicalMaterialSolid
Eall
Evolumes
***********************************************************
** Node sets for fixed constraint
@@ -197,9 +197,9 @@ U, NT
*EL FILE
S, E
** outputs --> dat file
*NODE PRINT , NSET=Nall
*NODE PRINT , NSET=Nall
U
*EL PRINT , ELSET=Eall
*EL PRINT , ELSET=Eall
S
***********************************************************