atl_append_euler_primVars Subroutine

public subroutine atl_append_euler_primVars(varSys, primVar, solverData)

Append primitive variables for euler equation

Arguments

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

The Euler variable system to modify. It has to contain the conservative variables already.

integer, intent(out), allocatable :: primVar(:)

Indices of the primitive variables in the overall system.

type(atl_varSys_solverData_type), target :: solverData

the pointer to the data required for the varsys to fulfill all operations and derivations on the variables