Go to the source code of this file.
|
subroutine | section_khione (MESH, IKLE, NELMAX, IFABOR, F, U, V, QVC, CA, CV, H, S, LT) |
|
◆ section_khione()
subroutine section_khione |
( |
type(bief_mesh), intent(inout) |
MESH, |
|
|
integer, dimension(nelmax,*), intent(in) |
IKLE, |
|
|
integer, intent(in) |
NELMAX, |
|
|
integer, dimension(nelmax,*), intent(in) |
IFABOR, |
|
|
type(bief_obj), intent(in) |
F, |
|
|
type(bief_obj), intent(in) |
U, |
|
|
type(bief_obj), intent(in) |
V, |
|
|
double precision, dimension(nseclog), intent(inout) |
QVC, |
|
|
double precision, dimension(nseclog), intent(inout) |
CA, |
|
|
double precision, dimension(nseclog), intent(inout) |
CV, |
|
|
type(bief_obj), intent(in) |
H, |
|
|
type(bief_obj), intent(in) |
S, |
|
|
integer, intent(in) |
LT |
|
) |
| |
- Parameters
-
[in] | nelmax | CA Wet area of the section |
[in] | CV | Average concentration on the section |
[in] | F | Tracer values |
[in] | H | Water depth |
[in] | IFABOR | Table of element neighbors |
[in] | IKLE | Connectivity table |
[in] | LT | Number of time steps |
[in] | MESH | Mesh structure |
[in] | NELMAX | Maximum number of element |
[in] | QVC | Computed frazil flux across the section |
[in] | S | Void structure |
[in] | U | X-component of the velocity |
[in] | V | Y-component of the velocity |
[in] | lt | CA Wet area of the section |
[in] | CV | Average concentration on the section |
[in] | F | Tracer values |
[in] | H | Water depth |
[in] | IFABOR | Table of element neighbors |
[in] | IKLE | Connectivity table |
[in] | LT | Number of time steps |
[in] | MESH | Mesh structure |
[in] | NELMAX | Maximum number of element |
[in] | QVC | Computed frazil flux across the section |
[in] | S | Void structure |
[in] | U | X-component of the velocity |
[in] | V | Y-component of the velocity |
Definition at line 6 of file section_khione.f.