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:
Bernd Hahnebach
2018-06-03 22:23:17 +02:00
committed by Yorik van Havre
parent be40b73bef
commit 158ef0d27f
5 changed files with 7 additions and 25 deletions

View File

@@ -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')

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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