WLJS LogoWLJS Notebook

MassTransportPDEComponent

MassTransportPDEComponent[vars, pars] yields a mass transport PDE term with variables vars and parameters pars.

This is used for modeling mass transport in partial differential equations.

Examples

MassTransportPDEComponent[{c[x, t], {x}}, {D, v}]
MassTransportPDEComponent[{u[x, y, t], {x, y}}, params]
pde = MassTransportPDEComponent[vars, {diffusion, velocity}]

*See the official Wolfram Language Reference for more details.

On this page