diff --git a/src/Mod/Fem/FemInputWriterCcx.py b/src/Mod/Fem/FemInputWriterCcx.py index fc04f9d98..0b7fa25c0 100644 --- a/src/Mod/Fem/FemInputWriterCcx.py +++ b/src/Mod/Fem/FemInputWriterCcx.py @@ -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') diff --git a/src/Mod/Fem/test_files/ccx/cube_frequency.inp b/src/Mod/Fem/test_files/ccx/cube_frequency.inp index 2f86ee98a..e3ee6565f 100644 --- a/src/Mod/Fem/test_files/ccx/cube_frequency.inp +++ b/src/Mod/Fem/test_files/ccx/cube_frequency.inp @@ -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 diff --git a/src/Mod/Fem/test_files/ccx/cube_static.inp b/src/Mod/Fem/test_files/ccx/cube_static.inp index dd9bc3831..e8edf9e0d 100644 --- a/src/Mod/Fem/test_files/ccx/cube_static.inp +++ b/src/Mod/Fem/test_files/ccx/cube_static.inp @@ -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