FEM: calculix writer, do not write integration point results into dat file, because we do not have a reader for this ATM
This commit is contained in:
committed by
Yorik van Havre
parent
be40b73bef
commit
158ef0d27f
@@ -1074,11 +1074,13 @@ class FemInputWriterCcx(FemInputWriter.FemInputWriter):
|
||||
f.write('S, E, PEEQ\n')
|
||||
else:
|
||||
f.write('S, E\n')
|
||||
f.write('** outputs --> dat file\n')
|
||||
f.write('*NODE PRINT , NSET=' + self.ccx_nall + '\n')
|
||||
f.write('U \n')
|
||||
f.write('*EL PRINT , ELSET=' + self.ccx_eall + '\n')
|
||||
f.write('S \n')
|
||||
# there is no need to write all integration point results as long as there is no reader for this
|
||||
# see https://forum.freecadweb.org/viewtopic.php?f=18&t=29060
|
||||
# f.write('** outputs --> dat file\n')
|
||||
# f.write('*NODE PRINT , NSET=' + self.ccx_nall + '\n')
|
||||
# f.write('U \n')
|
||||
# f.write('*EL PRINT , ELSET=' + self.ccx_eall + '\n')
|
||||
# f.write('S \n')
|
||||
|
||||
def write_step_end(self, f):
|
||||
f.write('\n***********************************************************\n')
|
||||
|
||||
@@ -462,11 +462,6 @@ Evolumes
|
||||
U
|
||||
*EL FILE
|
||||
S, E
|
||||
** outputs --> dat file
|
||||
*NODE PRINT , NSET=Nall
|
||||
U
|
||||
*EL PRINT , ELSET=Eall
|
||||
S
|
||||
|
||||
***********************************************************
|
||||
** written by write_step_end function
|
||||
|
||||
@@ -588,11 +588,6 @@ FemConstraintFixed,3
|
||||
U
|
||||
*EL FILE
|
||||
S, E
|
||||
** outputs --> dat file
|
||||
*NODE PRINT , NSET=Nall
|
||||
U
|
||||
*EL PRINT , ELSET=Eall
|
||||
S
|
||||
|
||||
***********************************************************
|
||||
** written by write_step_end function
|
||||
|
||||
@@ -1280,11 +1280,6 @@ ConstraintFixed,3
|
||||
U
|
||||
*EL FILE
|
||||
S, E
|
||||
** outputs --> dat file
|
||||
*NODE PRINT , NSET=Nall
|
||||
U
|
||||
*EL PRINT , ELSET=Eall
|
||||
S
|
||||
|
||||
***********************************************************
|
||||
** written by write_step_end function
|
||||
|
||||
@@ -197,11 +197,6 @@ FemConstraintTemperature,11,11,310.93
|
||||
U, NT
|
||||
*EL FILE
|
||||
S, E
|
||||
** outputs --> dat file
|
||||
*NODE PRINT , NSET=Nall
|
||||
U
|
||||
*EL PRINT , ELSET=Eall
|
||||
S
|
||||
|
||||
***********************************************************
|
||||
** written by write_step_end function
|
||||
|
||||
Reference in New Issue
Block a user