atl_eqn_advection_1d_var_module Module

Module to configure the variables of the Euler equations.



Subroutines

public subroutine atl_init_advection_1d_vars(varSys, hasPrimitiveVariables, methodData)

Init the variable system for simulations of advection equation.

Read more…

Arguments

Type IntentOptional Attributes Name
type(tem_varSys_type), intent(out) :: varSys

The resulting variable system used in the Euler equations

logical, intent(out) :: hasPrimitiveVariables

A flag indicating, that this system has primitive variables.

type(atl_varSys_solverData_type) :: methodData

Data required for the varsys to perform different operations of it's variables

private subroutine append_advection_1d_consVars(varSys, methodData)

Append conservative variables for Euler equations.

Read more…

Arguments

Type IntentOptional Attributes Name
type(tem_varSys_type), intent(inout) :: varSys

The variable system to append the variables to.

type(atl_varSys_solverData_type), target :: methodData

Data required for the varsys to perform different operations of it's variables