FEM: splitted input file, fix if there is no constraint fix but constraint displacement and plane rotation instead
This commit is contained in:
parent
1347c7b645
commit
d553d50432
|
@ -213,7 +213,7 @@ class FemInputWriterCcx(FemInputWriter.FemInputWriter):
|
||||||
inpfileMain.write('** written by write_node_sets_constraints_fixed\n')
|
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_displacement\n')
|
||||||
inpfileMain.write('** written by write_node_sets_constraints_planerotation\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('*INCLUDE,INPUT=' + include_name + "_Node_sets.inp \n")
|
||||||
|
|
||||||
inpfileMain.write('\n***********************************************************\n')
|
inpfileMain.write('\n***********************************************************\n')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user