The ADRSolver is designed to solve partial differential equations of the form:
(7.1) |
in either discontinuous or continuous projections of the solution field. For a full list of the equations which are supported, and the capabilities of each equation, see the table below.
Equation to solve | EquationType | Dimensions | Projections |
u = f | Projection | All | Continuous/Discontinuous |
∇2u = 0 | Laplace | All | Continuous/Discontinuous |
∇2u = f | Poisson | All | Continuous/Discontinuous |
∇2u -λu = f | Helmholtz | All | Continuous/Discontinuous |
ϵ∇2u -V ⋅∇u = f | SteadyAdvectionDiffusion | 2D only | Continuous/Discontinuous |
ϵ∇2u -V ⋅∇u + λu = f | SteadyAdvectionDiffusionReaction | 2D only | Continuous/Discontinuous |
| UnsteadyAdvection | All | Continuous/Discontinuous |
| UnsteadyAdvectionDiffusion | All | Continuous/Discontinuous |
| UnsteadyDiffusion | All | Continuous/Discontinuous |
| UnsteadyReactionDiffusion | All | Continuous/Discontinuous |
| UnsteadyInviscidBurgers | 1D only | Continuous/Discontinuous |
| UnsteadyViscousBurgers | 1D only | Continuous/Discontinuous |