compute_outflow_params Subroutine

public subroutine compute_outflow_params(self, out_vel, flow_rate_diff)

Type Bound

case_cylinder_t

Arguments

Type IntentOptional Attributes Name
class(case_cylinder_t) :: self
real(kind=dp), intent(out) :: out_vel
real(kind=dp), intent(out) :: flow_rate_diff

Calls

proc~~compute_outflow_params~~CallsGraph proc~compute_outflow_params m_case_cylinder::case_cylinder_t%compute_outflow_params mpi_allreduce mpi_allreduce proc~compute_outflow_params->mpi_allreduce proc~get_dims m_mesh::mesh_t%get_dims proc~compute_outflow_params->proc~get_dims slice_max_sum slice_max_sum proc~compute_outflow_params->slice_max_sum proc~get_dims_dataloc m_mesh::get_dims_dataloc proc~get_dims->proc~get_dims_dataloc

Called by

proc~~compute_outflow_params~~CalledByGraph proc~compute_outflow_params m_case_cylinder::case_cylinder_t%compute_outflow_params proc~apply_outflow_bc_cylinder m_case_cylinder::case_cylinder_t%apply_outflow_bc_cylinder proc~apply_outflow_bc_cylinder->proc~compute_outflow_params proc~boundary_conditions_cylinder m_case_cylinder::case_cylinder_t%boundary_conditions_cylinder proc~boundary_conditions_cylinder->proc~apply_outflow_bc_cylinder proc~pre_correction_cylinder m_case_cylinder::case_cylinder_t%pre_correction_cylinder proc~pre_correction_cylinder->proc~apply_outflow_bc_cylinder