atl_eqn_advection_1d_module Module

A module describing the adection equation system in 1D.



Derived Types

type, public ::  atl_advection_1d_type

Components

Type Visibility Attributes Name Initial
real(kind=rk), public :: velocity

Subroutines

public subroutine atl_load_advection_1d(adv, conf, eq_table)

subroutine to initialize an equation of type advection equation as defined in the configuration file

Arguments

Type IntentOptional Attributes Name
type(atl_advection_1d_type), intent(out) :: adv

Resulting description of the advection equation parameters.

type(flu_State) :: conf

Handle to the configuration script, to load the parameters from.

integer, intent(in) :: eq_table

Handle to the table containing the description for the equation system.

public subroutine atl_save_advection_1d(me, eqn_name, conf)

Arguments

Type IntentOptional Attributes Name
type(atl_advection_1d_type), intent(in) :: me
character(len=*), intent(in) :: eqn_name
type(aot_out_type) :: conf