[FEM] Change reference files to avoid failed tests
Fixes two errors introduced in/due to 7621382272ae712ebf4493d996d1a1a918e95df7. First one is a typo. The writer used "translations" where the reference file for the test used "translation". Went with "translation" since that was mentioned in the comment just above. Second one is some missed out new lines in the reference file `.../constraint_transform_beam_hinged.inp`. These lines were added in `.../frequency_beamsimple.inp` but not here.
This commit is contained in:
committed by
Bernd Hahnebach
parent
88744fcf52
commit
0a91d2e731
@@ -72,7 +72,7 @@ def write_step_output(f, ccxwriter):
|
||||
f.write("RF\n")
|
||||
if ccxwriter.member.cons_displacement:
|
||||
# reaction forces for Constraint displacement constraining translation
|
||||
f.write("** reaction forces for Constraint displacement constraining translations\n")
|
||||
f.write("** reaction forces for Constraint displacement constraining translation\n")
|
||||
for femobj in ccxwriter.member.cons_displacement:
|
||||
if not femobj["Object"].xFree or not femobj["Object"].yFree or not femobj["Object"].zFree:
|
||||
# femobj --> dict, FreeCAD document object is femobj["Object"]
|
||||
|
||||
@@ -3780,6 +3780,11 @@ FemConstraintDisplacment,1
|
||||
U
|
||||
*EL FILE
|
||||
S, E
|
||||
** outputs --> dat file
|
||||
** reaction forces for Constraint displacement constraining translation
|
||||
*NODE PRINT, NSET=FemConstraintDisplacment, TOTALS=ONLY
|
||||
RF
|
||||
|
||||
|
||||
***********************************************************
|
||||
*END STEP
|
||||
|
||||
Reference in New Issue
Block a user