under development ...


Overview

The Square 2D case involves thermal diffusion in a horizontal flow on a unit square domain. The numerical heat flux at the bottom boundary (y=0) is checked with the analytical heat flux to a specified tolerance. All boundaries are set to a thermal condition which is a function of x and y, and the initial condition is set to 1.

Temperature Distribution:

Solver Parameters:
  • Equation Set: Scalar 2D
  • Nonlinear Solver: Newton
  • Basis Type: Hierarchical
  • Initial/Max CFL: 1030

Tested Outputs

  • Numerical heat flux on bottom boundary (y=0)
  • Exact heat flux error on inner boundary
  • L of the exact heat flux error
Flow Conditions:
  • Horizontal Flow
  • Boundary Condition:
  • Non-dimensional viscosity:

Case Specific Details

Case 1 (ILU):
  • Solution Order: 3
  • Target residual: 10-11
  • Preconditioning:
    • Type: ILU (Left)
    • Reordering: MDF
    • Outer GMRES iterations (# restarts): 20
    • Inner GMRES iterations (# Krylov vectors): 200
  • Iterations to solve: 2
  • Heat flux output tested to a tolerance of 10-12

Job File:
Square_Scalar2d_GMRES_ILU

Case 1 Jacobi


Case 2 (Jacobi):
  • Solution Order: 0
  • Target residual: 10-12
  • Preconditioning:
    • Type: Jacobi (Left)
    • Reordering: MDF
    • Outer GMRES iterations (# restarts): 20
    • Inner GMRES iterations (# Krylov vectors): 200
  • Iterations to solve: 2
  • Heat flux output tested to a tolerance of 10-12

Job File:
Square_Scalar2d_GMRES_Jacobi

Case 2 ILU:


  • No labels