Next: Package FL.DISCRETIZATION, Previous: Package FL.NAVIER-STOKES, Up: Reference manual
This package contains some definitions for systems of convection-diffusion-reaction equations. These are a special case of general elliptic systems defined in ellsys.lisp.
Problem class for a system of convection-diffusion-reaction equations.
Superclasses: <ELLSYS-PROBLEM>
Generates a system of convection-diffusion-reaction equations. Defaults are identity diffusion, right-hand-side equal 1, and Dirichlet zero boundary conditions for each component. Ordinary function are converted into coefficient functions depending on a global coordinate. The first argument can be either a domain or an integer n which is interpreted as the n-dimensional unit cube.