Skip to content

Commit

Permalink
FEM: splitted input file, fix if there is no constraint fix but const…
Browse files Browse the repository at this point in the history
…raint displacement and plane rotation instead
  • Loading branch information
berndhahnebach committed Jan 22, 2017
1 parent 1347c7b commit d553d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/FemInputWriterCcx.py
Expand Up @@ -213,7 +213,7 @@ def write_calculix_splitted_input_file(self):
inpfileMain.write('** written by write_node_sets_constraints_fixed\n')
inpfileMain.write('** written by write_node_sets_constraints_displacement\n')
inpfileMain.write('** written by write_node_sets_constraints_planerotation\n')
if self.fixed_objects:
if self.fixed_objects or self.displacement_objects or self.planerotation_objects:
inpfileMain.write('*INCLUDE,INPUT=' + include_name + "_Node_sets.inp \n")

inpfileMain.write('\n***********************************************************\n')
Expand Down

0 comments on commit d553d50

Please sign in to comment.