atl_eqn_filNvrStk_var_module Module


Uses

Used by

  • module~~atl_eqn_filnvrstk_var_module~~UsedByGraph module~atl_eqn_filnvrstk_var_module atl_eqn_filNvrStk_var_module module~atl_eqn_filnvrstk_hlp_module atl_eqn_filnvrStk_hlp_module module~atl_eqn_filnvrstk_hlp_module->module~atl_eqn_filnvrstk_var_module module~atl_laxfriedrichflux_module atl_laxFriedrichFlux_module module~atl_eqn_filnvrstk_hlp_module->module~atl_laxfriedrichflux_module module~atl_physfluxfilnvrstk_module atl_physFluxFilNvrStk_module module~atl_physfluxfilnvrstk_module->module~atl_eqn_filnvrstk_var_module module~atl_modg_filnvrstk_kernel_module atl_modg_filNvrStk_kernel_module module~atl_modg_filnvrstk_kernel_module->module~atl_physfluxfilnvrstk_module module~atl_modg_2d_filnvrstk_kernel_module atl_modg_2d_filNvrStk_kernel_module module~atl_modg_2d_filnvrstk_kernel_module->module~atl_physfluxfilnvrstk_module module~atl_numflux_filnvrstk_module atl_numFlux_filNvrStk_module module~atl_modg_2d_filnvrstk_kernel_module->module~atl_numflux_filnvrstk_module module~atl_modg_2d_kernel_module atl_modg_2d_kernel_module module~atl_modg_2d_kernel_module->module~atl_physfluxfilnvrstk_module module~atl_numflux_filnvrstk_module->module~atl_physfluxfilnvrstk_module module~atl_equation_init_module atl_equation_init_module module~atl_equation_init_module->module~atl_eqn_filnvrstk_hlp_module module~atl_eqn_euler_hlp_module atl_eqn_euler_hlp_module module~atl_equation_init_module->module~atl_eqn_euler_hlp_module module~atl_eqn_lineareuler_hlp_module atl_eqn_LinearEuler_hlp_module module~atl_equation_init_module->module~atl_eqn_lineareuler_hlp_module module~atl_laxfriedrichflux_module->module~atl_physfluxfilnvrstk_module module~atl_eqn_euler_hlp_module->module~atl_laxfriedrichflux_module module~atl_eqn_lineareuler_hlp_module->module~atl_laxfriedrichflux_module module~atl_initialize_module atl_initialize_module module~atl_initialize_module->module~atl_equation_init_module module~atl_container_module atl_container_module module~atl_initialize_module->module~atl_container_module proc~compute_rhs_cubes_modg_2d compute_rhs_cubes_modg_2d proc~compute_rhs_cubes_modg_2d->module~atl_modg_2d_filnvrstk_kernel_module proc~compute_rhs_cubes_modg_2d->module~atl_modg_2d_kernel_module proc~compute_rhs_cubes_modg compute_rhs_cubes_modg proc~compute_rhs_cubes_modg->module~atl_modg_filnvrstk_kernel_module proc~postprocess_rhs_cubes postprocess_rhs_cubes proc~postprocess_rhs_cubes->module~atl_modg_2d_kernel_module module~atl_container_module->module~atl_modg_2d_kernel_module proc~preprocess_rhs_cubes preprocess_rhs_cubes proc~preprocess_rhs_cubes->module~atl_modg_2d_kernel_module program~ateles ateles program~ateles->module~atl_container_module module~atl_program_module atl_program_module module~atl_program_module->module~atl_initialize_module module~atl_program_module->module~atl_container_module proc~implicit_update implicit_update proc~implicit_update->module~atl_eqn_euler_hlp_module module~atl_eqn_nvrstk_hlp_module atl_eqn_nvrstk_hlp_module module~atl_eqn_nvrstk_hlp_module->module~atl_eqn_euler_hlp_module program~atl_harvesting atl_harvesting program~atl_harvesting->module~atl_initialize_module program~atl_harvesting->module~atl_container_module

Contents


Subroutines

public subroutine atl_init_RANS_closure_coeffs(equation)

Arguments

TypeIntentOptionalAttributesName
type(atl_Equations_type), intent(inout) :: equation

The equation system

public subroutine atl_init_Rans_vars(equation, solverData)

Init the variable system for filtered NavierStokes equation.

Read more…

Arguments

TypeIntentOptionalAttributesName
type(atl_Equations_type), intent(inout) :: equation

The equation system

type(atl_varSys_solverData_type) :: solverData

the pointer to the data required for the varsys

public subroutine atl_init_rans_2d_vars(equation, solverData)

Arguments

TypeIntentOptionalAttributesName
type(atl_Equations_type), intent(inout) :: equation

The equation system

type(atl_varSys_solverData_type) :: solverData

the pointer to the data required for the varsys

public subroutine atl_append_rans_consVars(equation, solverData)

Arguments

TypeIntentOptionalAttributesName
type(atl_Equations_type), intent(inout) :: equation

The equation type.

type(atl_varSys_solverData_type), target:: solverData

the pointer to the data required for the varsys

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

Arguments

TypeIntentOptionalAttributesName
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

public subroutine atl_init_filNvrStk_sourceTerms(possVars, eval_source, model_type)

Init source terms for flow simulations. This routine initializes possible source variables and returns the filled up list of the poss_srcVars

Arguments

TypeIntentOptionalAttributesName
type(tem_possible_variable_type), intent(inout) :: possVars
type(atl_eqn_sourceMap_type), intent(out), allocatable:: eval_source(:)
character(len=32), intent(in) :: model_type

public subroutine atl_get_pointwise_velocity_gradient_2D(state_grad, state, res)

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: state_grad(:,:)
real(kind=rk), intent(in) :: state(:)
real(kind=rk), intent(inout) :: res(:,:)

public subroutine atl_get_pointwise_visc_stress_tensor_2D(velGrad, S)

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: velGrad(2,2)
real(kind=rk), intent(inout) :: S(2,2)

public subroutine atl_get_lower_bound_turb_disscipation(S, c_mu, omega, omega_r)

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: S(2,2)
real(kind=rk), intent(in) :: c_mu
real(kind=rk), intent(in) :: omega
real(kind=rk), intent(out) :: omega_r

private subroutine append_rans_2d_derivedVars(varSys, solverData)

Arguments

TypeIntentOptionalAttributesName
type(tem_varSys_type), intent(inout) :: varSys
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

private subroutine eval_source_rans2D(fun, varSys, time, mesh, poly_proj, currentLevel, state, material, sourcedata)

Arguments

TypeIntentOptionalAttributesName
class(atl_source_op_type), intent(in) :: fun

Description of method to update source

type(tem_varSys_type), intent(in) :: varSys

variable system

type(tem_time_type), intent(in) :: time

Point in time at which to evaluate the variable.

type(atl_cube_elem_type), intent(in) :: mesh

Current level mesh information

type(ply_poly_project_type), intent(inout) :: poly_proj

Parameters for projection

integer, intent(in) :: currentLevel

current level

real(kind=rk), intent(in) :: state(:,:,:)

The state in modal space. This is needed for several source terms that have to be applied to the current state

real(kind=rk), intent(in) :: material(:)

Material description for the background on the current level

real(kind=rk), intent(inout) :: sourcedata(:,:,:)

The source data to update. When all source terms are added to this buffer, it is applied to the state.

private subroutine get_rans_reynolds_tensor_2D(state, alpha, omega_r, velGrad, rey_stress_tensor)

current state

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: state(:)
real(kind=rk), intent(in) :: alpha
real(kind=rk), intent(in) :: omega_r
real(kind=rk), intent(in) :: velGrad(2,2)
real(kind=rk), intent(inout) :: rey_stress_tensor(:,:)