FEM: ccx writer, delete space in input file
This commit is contained in:
@@ -607,7 +607,7 @@ class FemInputWriterCcx(writerbase.FemInputWriter):
|
||||
name = "DEP" + str(obj)
|
||||
else:
|
||||
name = "IND" + str(obj)
|
||||
f.write("*SURFACE, NAME =" + name + "\n")
|
||||
f.write("*SURFACE, NAME=" + name + "\n")
|
||||
|
||||
v = self.mesh_object.FemMesh.getccxVolumesByFace(ref_shape)
|
||||
if len(v) > 0:
|
||||
|
||||
@@ -23072,7 +23072,7 @@ Efaces
|
||||
** Surfaces for contact constraint
|
||||
** written by write_surfaces_contraints_contact function
|
||||
** ConstraintContact
|
||||
*SURFACE, NAME =DEP1
|
||||
*SURFACE, NAME=DEP1
|
||||
329,S2
|
||||
330,S2
|
||||
331,S2
|
||||
@@ -30571,7 +30571,7 @@ Efaces
|
||||
7824,S2
|
||||
7825,S2
|
||||
7826,S2
|
||||
*SURFACE, NAME =IND1
|
||||
*SURFACE, NAME=IND1
|
||||
7827,S2
|
||||
7828,S2
|
||||
7829,S2
|
||||
|
||||
Reference in New Issue
Block a user