Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytic solution is incorrect #16

Open
tkarna opened this issue Oct 18, 2022 · 0 comments
Open

Analytic solution is incorrect #16

tkarna opened this issue Oct 18, 2022 · 0 comments

Comments

@tkarna
Copy link

tkarna commented Oct 18, 2022

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).

minife_100x100x100_solution_comparison
Fig. Comparison of analytic and numerical solutions on z==0.5 plane.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant