The Classical PDE Interfaces branch contains some classical PDEs that are special cases of the Coefficient Form PDE: Laplace Equation, Poisson's Equation, Wave Equation, Heat Equation, Helmholtz Equation, and Convection-Diffusion Equation interfaces.
The ODE and DAE Interfaces are used to add global, space-independent equations that can represent additional states. The equations can be ODEs, algebraic equations, DAEs, and transcendental equations, either as global equations or as distributed ODEs/DAEs (on domains, boundaries, edges, or at points). For more information about global equations and ODEs, see
Modeling with ODEs and DAEs.
The Events Interface is used to create solver events. An event can be explicit or implicit, and the difference is that for explicit events, you must specify the exact time when the event occurs. When an event occurs, the solver stops and provides a possibility to reinitialize the values of states and dependent variables.
The Wall Distance Interface solves a modified eikonal equation for computing the distance to walls, which is an important quantity for turbulence modeling in fluid-flow simulations.
Use the Curvilinear Coordinates interface to create a curvilinear coordinate system for defining anisotropic material properties following the shape of a geometric object. Three different methods are available for computing the coordinate system: a diffusion method, an elasticity method, and a flow method. You can also provide user-defined coordinate directions.