eval_source_rans2D Subroutine

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

Arguments

Type IntentOptional Attributes Name
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.


Calls

proc~~eval_source_rans2d~~CallsGraph proc~eval_source_rans2d eval_source_rans2D interface~ply_poly_project_m2n ply_poly_project_m2n proc~eval_source_rans2d->interface~ply_poly_project_m2n interface~ply_poly_project_n2m ply_poly_project_n2m proc~eval_source_rans2d->interface~ply_poly_project_n2m proc~atl_get_lower_bound_turb_disscipation atl_get_lower_bound_turb_disscipation proc~eval_source_rans2d->proc~atl_get_lower_bound_turb_disscipation proc~atl_get_pointwise_velocity_gradient_2d atl_get_pointwise_velocity_gradient_2D proc~eval_source_rans2d->proc~atl_get_pointwise_velocity_gradient_2d proc~atl_get_pointwise_visc_stress_tensor_2d atl_get_pointwise_visc_stress_tensor_2D proc~eval_source_rans2d->proc~atl_get_pointwise_visc_stress_tensor_2d proc~get_rans_reynolds_tensor_2d get_rans_reynolds_tensor_2D proc~eval_source_rans2d->proc~get_rans_reynolds_tensor_2d proc~ply_calcdiff_leg_2d ply_calcDiff_leg_2d proc~eval_source_rans2d->proc~ply_calcdiff_leg_2d proc~ply_convert2oversample ply_convert2oversample proc~eval_source_rans2d->proc~ply_convert2oversample proc~ply_convertfromoversample ply_convertFromOversample proc~eval_source_rans2d->proc~ply_convertfromoversample val val proc~eval_source_rans2d->val proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar proc~ply_poly_project_n2m_multivar ply_poly_project_n2m_multiVar interface~ply_poly_project_n2m->proc~ply_poly_project_n2m_multivar proc~ply_calcdiff_leg_2d_normal ply_calcDiff_leg_2d_normal proc~ply_calcdiff_leg_2d->proc~ply_calcdiff_leg_2d_normal proc~ply_convert2oversample_1d ply_convert2oversample_1d proc~ply_convert2oversample->proc~ply_convert2oversample_1d proc~ply_convert2oversample_2d ply_convert2oversample_2d proc~ply_convert2oversample->proc~ply_convert2oversample_2d proc~ply_convert2oversample_3d ply_convert2oversample_3d proc~ply_convert2oversample->proc~ply_convert2oversample_3d proc~ply_convertfromoversample_1d ply_convertFromOversample_1d proc~ply_convertfromoversample->proc~ply_convertfromoversample_1d proc~ply_convertfromoversample_2d ply_convertFromOversample_2d proc~ply_convertfromoversample->proc~ply_convertfromoversample_2d proc~ply_convertfromoversample_3d ply_convertFromOversample_3d proc~ply_convertfromoversample->proc~ply_convertfromoversample_3d