Datatypes

Advection Types

This page provides the documentation for the DataTypes defined in the Advection module

Subtype of AbstractParamType.

Static Parameters:

  • Tsol

  • Tres

  • Tdim

This is a container passed to all low level function, useful for storing miscellaneous parameters or constants

source

Convenient alias for all 2D ParamTypes

source

Convenient alias for all 3D ParamTypes

source

Direct subtype of AbstractSolutionData, inheriting Tsol and Tres as static parameter

source

Subtype of AbstractAdvectionData, inheriting its static parameters and adding Tdim.

source

AdvectionEquationMod.AdvectionData_

This type is an implementation of the abstract AdvectionData. It is parameterized by Tsol, the datatype of the solution variables and Tmsh, the datatype of the mesh variables. Tres is the 'maximum' type of Tsol and Tmsh. Tdim is the dimensionality of the equation being solve (2 or 3).

This type is (ultimately) a subtype of AbstractSolutionData and contains all the required fields.

source

This physics is named Advection

source