FEM: ccx writer: change some wrong ccx input file comments and fix FEM unit tests
This commit is contained in:
parent
03ca2ebe55
commit
1224d6e039
|
@ -223,8 +223,7 @@ class FemInputWriterCcx(FemInputWriter.FemInputWriter):
|
|||
|
||||
def write_step_begin(self, f):
|
||||
f.write('\n***********************************************************\n')
|
||||
f.write('** One step is needed to calculate the mechanical analysis of FreeCAD\n')
|
||||
f.write('** loads are applied quasi-static, means without involving the time dimension\n')
|
||||
f.write('** One step is needed to run the mechanical analysis of FreeCAD\n')
|
||||
f.write('** written by {} function\n'.format(sys._getframe().f_code.co_name))
|
||||
f.write('*STEP\n')
|
||||
f.write('*STATIC\n')
|
||||
|
|
|
@ -481,9 +481,8 @@ Eall
|
|||
*SOLID SECTION, ELSET=MechanicalMaterialSolid, MATERIAL=MechanicalMaterial
|
||||
|
||||
***********************************************************
|
||||
** One step is needed to calculate the mechanical analysis of FreeCAD
|
||||
** loads are applied quasi-static, means without involving the time dimension
|
||||
** written by write_step_begin function
|
||||
** One step is needed to run the mechanical analysis of FreeCAD
|
||||
** written by write_step_begin_static_frequency function
|
||||
*STEP
|
||||
*STATIC
|
||||
|
||||
|
|
|
@ -481,9 +481,8 @@ Eall
|
|||
*SOLID SECTION, ELSET=MechanicalMaterialSolid, MATERIAL=MechanicalMaterial
|
||||
|
||||
***********************************************************
|
||||
** One step is needed to calculate the mechanical analysis of FreeCAD
|
||||
** loads are applied quasi-static, means without involving the time dimension
|
||||
** written by write_step_begin function
|
||||
** One step is needed to run the mechanical analysis of FreeCAD
|
||||
** written by write_step_begin_static_frequency function
|
||||
*STEP
|
||||
*STATIC
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user