Skip to content

Commit

Permalink
FEM: Cleaning ccxInpWriter
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and wwmayer committed Apr 27, 2015
1 parent b61bb54 commit ed82676
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Mod/Fem/ccxInpWriter.py
Expand Up @@ -118,7 +118,7 @@ def write_calculix_input_file(self):
if material_object['Object'].Name == 'MechanicalMaterial':
inpfile.write('*SOLID SECTION, ELSET=' + material_object['Object'].Name + ', MATERIAL=' + material_name + '\n\n')

# write step beginn
# write step begin
inpfile.write('\n\n\n\n***********************************************************\n')
inpfile.write('** one step is needed to calculate the mechanical analysis of FreeCAD\n')
inpfile.write('** loads are applied quasi-static, means without involving the time dimension\n')
Expand All @@ -134,8 +134,6 @@ def write_calculix_input_file(self):
inpfile.write(fixed_object['Object'].Name + ',3\n\n')

# write loads
#inpfile.write('*DLOAD\n')
#inpfile.write('Eall,NEWTON\n')
inpfile.write('\n** loads\n')
inpfile.write('** node loads, see load node sets for how the value is calculated!\n')
for force_object in self.force_objects:
Expand Down

0 comments on commit ed82676

Please sign in to comment.