Skip to content

Commit

Permalink
Fix failing tests idaholab#99
Browse files Browse the repository at this point in the history
  • Loading branch information
SudiptaBiswas committed Nov 16, 2020
1 parent a152e13 commit 394ba89
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 1 addition & 4 deletions test/tests/rebar_bondslip/RCBeam_constraint.i
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
strain = finite
incremental = true
generate_output = 'stress_xx stress_xy stress_yy strain_xx strain_xy strain_yy
max_principal_stress mid_principal_stress min_principal_stress
secondinv_stress thirdinv_stress vonmises_stress
secondinv_strain thirdinv_strain
elastic_strain_xx elastic_strain_xy elastic_strain_yy'
vonmises_stress elastic_strain_xx elastic_strain_xy elastic_strain_yy'
save_in = 'resid_x resid_y'
[../]
[]
Expand Down
3 changes: 3 additions & 0 deletions test/tests/rebar_bondslip/gold/RCBeam_constraint_out.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
time,axial_stress,deformation_x,deformation_y,node1_dx,node1_dy,node1_fx,node1_fx2,node1_fy,react_x,react_x2,react_y,react_y2,strain_xx,stress_xx
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
1,47450.38093279,0.00080004745038093,-4.9527997390471e-10,4.6524399000211e-08,-5.7441994171806e-11,0.43338321376041,13028.059546252,4.2789048601961e-09,-10422.804881813,10422.804881553,4.242795205144e-07,4.242795205144e-07,0.0009994988237708,521173.25776804
Binary file modified test/tests/rebar_bondslip/gold/RCBeam_constraint_out.e
Binary file not shown.
6 changes: 6 additions & 0 deletions test/tests/rebar_bondslip/tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
exodiff = 'RCBeam_constraint_out.e'
abs_zero = 1e-5
[../]
[./bondslip_csv]
type = 'CSVDiff'
input = 'RCBeam_constraint.i'
csvdiff = 'RCBeam_constraint_out.csv'
abs_zero = 1e-5
[../]
[]

0 comments on commit 394ba89

Please sign in to comment.