You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The analytic solution defined in fem/analytic_soln.hpp corresponds to a case where the internal heat source term Q is zero. In the miniapp code, however, the source term is set to 1 (Hex8::sourceVector: Scalar Q = 1.0;). Consequently, model error does not decrease as resolution is increased (e.g., absolute error at (0.5, 0.5, 0.5) is always between 0.05 and 0.06).
Fig. Comparison of analytic and numerical solutions on z==0.5 plane.
The text was updated successfully, but these errors were encountered:
The analytic solution defined in
fem/analytic_soln.hpp
corresponds to a case where the internal heat source termQ
is zero. In the miniapp code, however, the source term is set to 1 (Hex8::sourceVector
:Scalar Q = 1.0;
). Consequently, model error does not decrease as resolution is increased (e.g., absolute error at (0.5, 0.5, 0.5) is always between 0.05 and 0.06).Fig. Comparison of analytic and numerical solutions on z==0.5 plane.
The text was updated successfully, but these errors were encountered: