atl_physCheck_Rans Function

private function atl_physCheck_Rans(statedata, euler, scheme, poly_proj, nElems_fluid, tolerance) result(isPhysical)

physically meaningful or not for the Filtered Navier Stokes equation.

Arguments

Type IntentOptional Attributes Name
type(atl_statedata_type), intent(in) :: statedata
type(atl_euler_type), intent(in) :: euler
type(atl_scheme_type), intent(in) :: scheme
type(ply_poly_project_type), intent(inout) :: poly_proj
integer, intent(in) :: nElems_fluid
real(kind=rk), intent(in) :: tolerance

Return Value logical