Go to the source code of this file.
|
subroutine | reaer (FORMK2, K2, K22, NPOIN2, NPLAN, UN, VN, H, EPS) |
|
◆ reaer()
subroutine reaer |
( |
integer, intent(in) |
FORMK2, |
|
|
type(bief_obj), intent(inout) |
K2, |
|
|
double precision, intent(in) |
K22, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
integer, intent(in) |
NPLAN, |
|
|
type(bief_obj), intent(in) |
UN, |
|
|
type(bief_obj), intent(in) |
VN, |
|
|
type(bief_obj), intent(in) |
H, |
|
|
double precision, intent(in) |
EPS |
|
) |
| |
- Parameters
-
[in] | formk2 | EPS To avoid division by 0 |
[in] | FORMK2 | Which fromula to compute k2 |
[in] | H | Water depth |
[out] | K2 | Coefficient of reaeration |
[in] | K22 | Coefficient of reaeration if it is constant |
[in] | NPLAN | Number of vertical layers |
[in] | NPOIN2 | Number of mesh nodes of the surface layer |
[in] | npoin2 | EPS To avoid division by 0 |
[in] | FORMK2 | Which fromula to compute k2 |
[in] | H | Water depth |
[out] | K2 | Coefficient of reaeration |
[in] | K22 | Coefficient of reaeration if it is constant |
[in] | NPLAN | Number of vertical layers |
[in] | NPOIN2 | Number of mesh nodes of the surface layer |
[in] | nplan | EPS To avoid division by 0 |
[in] | FORMK2 | Which fromula to compute k2 |
[in] | H | Water depth |
[out] | K2 | Coefficient of reaeration |
[in] | K22 | Coefficient of reaeration if it is constant |
[in] | NPLAN | Number of vertical layers |
[in] | NPOIN2 | Number of mesh nodes of the surface layer |
Definition at line 7 of file reaer.f.