modelworldModel

Extends from PDE.Icons.BlockIcon.

Information

The worldModel block provides information that are propagated to other blocks. If for example the user
change the number of grid points, n, this change will propagate to all blocks in the model that need this information.
Other information that are propagated are listed in the table below. It is for example also possible to
to chose the order of the derivation.

Release Notes:

    Parameters

    TypeNameDefaultDescription
    Integern10Number of grid points or cells
    Integerqss1First-order space derivative (qss 1: second-order, 2: fourth-order, 3: sixth-order)
    Integeru_xx1Second-order space derivative(u_xx Method 1: second-order, 2: fourth-order)
    Integergcl2|Finite Volume Method| Number of left ghost cells
    Integergcr2|Finite Volume Method| Number of right ghost cells
    Realdeltax1/n|Finite Volume Method| Space interval
    Realdeltat0|Finite Volume Method| Time interval
    Integerm0|Finite Volume Method| Flux Limiter: Number of unknowns in the system of equations
    Integerfls1|Finite Volume Method| Flux Limiter Method 1: Upwind, 2: Lax Wendroff, 3: Beam Warming, 4: Fromm, 5: van Leer