get_dropletsArea Subroutine

public subroutine get_dropletsArea(droplets, AreaMin, AreaMax)

飛沫配列内の飛沫の座標の最大最小を返す

Arguments

Type IntentOptional Attributes Name
type(virusDroplet_t) :: droplets(:)
double precision, intent(out) :: AreaMin(3)
double precision, intent(out) :: AreaMax(3)

Contents