penalization_interface Abstract Interface

abstract interface

To calculate the penalization term for density, momentum and energy


private subroutine penalization_interface(equation, poly_proj, nodal_data, scheme_min, penalizationData, iElem, material)

Arguments

Type IntentOptional Attributes Name
type(atl_Equations_type), intent(in) :: equation

The equation system we are working with

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

The projection datatype for the projection information

real(kind=rk), intent(in), optional :: nodal_data(:,:)

The state data in the nodal form

type(atl_scheme_type), intent(inout) :: scheme_min

The scheme information of the min level (This is needed for the temp

type(atl_penalizationData_type), intent(inout) :: penalizationData

The Penalization data

integer, intent(in) :: iElem

The current element index

type(atl_material_type), intent(inout) :: material

The material information