Skip to content

Commit

Permalink
fixed 3d thermal heatflux test
Browse files Browse the repository at this point in the history
  • Loading branch information
gtheler committed Sep 16, 2023
1 parent 76bcbd8 commit 7b0295b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/heater-cylinder-inches.fee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BC adiabatic q=0

SOLVE_PROBLEM
WRITE_RESULTS FORMAT vtk all
FIND_EXTREMA sqrt(qx(x,y,z)^2+qy(x,y,z)^2) MAX q_max
FIND_EXTREMA sqrt(qx(x,y,z)^2+qy(x,y,z)^2+qz(x,y,z)^2) MAX q_max

# reference says target temp is 476 which needs a very fine mesh
# TODO: axisymmetric
Expand Down

0 comments on commit 7b0295b

Please sign in to comment.