2D Axisymmetric Heat Transfer Problem with uniform Neumann BCs¶
Files¶
- Comprehensive test file: main.cpp
- Reference results for comparison: convergence_output_ref.csv
Statement of the Problem¶
This test corresponds to a 2D axisymmetric simulation of heat transfer in a solid. The domain is an axisymmetric domain . The axis of symmetry is located at .
In equation (1), is the source term allowing the exact solution:
A convergence analysis is carried out to ensure the consistency of the results.
Initial condition¶
The initial condition is given by:
Boundary Conditions¶
- Uniform Neumann boundary conditions are prescribed on the upper and lower surfaces.
- Homogeneous Neumann boundary conditions are prescribed on the left and right boundaries.
Parameters Used for the Test¶
For this test, all physical parameters are equal to one.
Numerical Scheme¶
- Time integration: Euler Implicit over the interval with a time-step .
- Spatial discretization for convergence analysis: uniform grid with nodes in each spatial direction, with
Results¶
Figures 1 shows the results of convergence analysis with .