compute_face_area_from_bounds Interface

interface
public pure module function compute_face_area_from_bounds(inject_face, pos_low, pos_high) result(area)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: inject_face
real(kind=dp), intent(in) :: pos_low(3)
real(kind=dp), intent(in) :: pos_high(3)

Return Value real(kind=dp)

Description

注入面上矩形開口の面積 [m^2] を計算する。