scalar_transport
Note
We currently only support a linear formulation.
| Scalar transport solver configuration. | |
| Definitions of the spatial discretizations for the scalar transport equation. | |
| Definitions of the temporal discretizations for the scalar transport equation. | |
| Definitions of riemann solvers for a scalar transport equation. | |
| Definitions of boundary/domain conditions for a scalar transport equation. | 
Scalar transport equation
A transport equation expresses a conservation principle by describing how a physical quantity \(\phi\) evolves in space and time due to the combined effects of convection and diffusion. A general form of this process is modeled by the (linear and scalar) convection–diffusion equation:
where \(\vec{b}\) is the advecting velocity field (possibly space-dependent) and \(\kappa\) is the diffusivity coefficient. Note, the dimension of \(\vec{b}\) is deduced from the spatial dimension of the input grid.
- note:
- A pure convection equation can be solved, by setting - is_inviscid()to- False.