FEM: ccx writer: change some wrong ccx input file comments and fix FEM unit tests

This commit is contained in:
Bernd Hahnebach 2016-08-01 21:56:24 +01:00 committed by wmayer
parent 03ca2ebe55
commit 1224d6e039
3 changed files with 5 additions and 8 deletions

View File

@ -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')

View File

@ -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

View File

@ -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