BEACH
0.7.3
BEACH ドキュメント一覧
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
compute_face_area_from_bounds
Interface
Apache-2.0
76 statements
Source File
bem_app_config_parser.f90
bem_app_config_parser
compute_face_area_from_bounds
Contents
None
interface
public pure module function compute_face_area_from_bounds(inject_face, pos_low, pos_high) result(area)
Arguments
Type
Intent
Optional
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]
を計算する。