Next: Package FL.ELASTICITY, Previous: Package FL.CDR, Up: Reference manual
This package contains the problem definition of systems of convection-diffusion-reaction equations. The system is given in the following form which is suited for a fixed-point iteration:
-div(a(x,u_old,nabla u_old) nabla u) - div(b(x,u_old,nabla u_old) u) + + c(x,u_old,nabla u_old) u = f(x,u_old, nabla u_old) - div(g(x,u_old, nabla u_old)) - div(a(x,u_old,nabla u_old) h(x,u_old, nabla u_old))
where u:G to R^N. Note that the last two terms are introduced in the variational formulation and imply a natural Neumann boundary condition derivativeun = (g+a h) cdot n at boundaries where no Dirichlet constraints are posed.
Systems of convection-diffusion-reaction equations. The coefficients should be vector-valued functions in this case.
Superclasses: <PDE-PROBLEM>
Direct slots:
- NR-OF-COMPONENTS: NIL
Generates a rather general elliptic problem on the given domain.