atl_append_rans_primVars Subroutine

public subroutine atl_append_rans_primVars(varSys, primVar, solverData, nDim)

Arguments

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

The variable system to append primitive variables to

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

integer, intent(in) :: nDim