The TELEMAC-MASCARET system
trunk
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | bedload_solvs_vf (MESH, QSX, QSY, LIMTEC, UNSV2D, EBOR, BREACH, NSEG, NPTFR, NPOIN, KENT, KDIR, KDDL, DT, ZFCL, FLUX, CSF_SABLE, FLBCLA, AVA, LIQBOR, QBOR, NUBO, VNOIN) |
subroutine bedload_solvs_vf | ( | type(bief_mesh), intent(inout) | MESH, |
type(bief_obj), intent(in) | QSX, | ||
type(bief_obj), intent(in) | QSY, | ||
type(bief_obj), intent(in) | LIMTEC, | ||
type(bief_obj), intent(in) | UNSV2D, | ||
type(bief_obj), intent(in) | EBOR, | ||
type(bief_obj), intent(in) | BREACH, | ||
integer, intent(in) | NSEG, | ||
integer, intent(in) | NPTFR, | ||
integer, intent(in) | NPOIN, | ||
integer, intent(in) | KENT, | ||
integer, intent(in) | KDIR, | ||
integer, intent(in) | KDDL, | ||
double precision, intent(in) | DT, | ||
type(bief_obj), intent(inout) | ZFCL, | ||
type(bief_obj), intent(inout) | FLUX, | ||
double precision, intent(in) | CSF_SABLE, | ||
type(bief_obj), intent(inout) | FLBCLA, | ||
double precision, dimension(npoin), intent(in) | AVA, | ||
type(bief_obj), intent(in) | LIQBOR, | ||
type(bief_obj), intent(in) | QBOR, | ||
integer, dimension(2,nseg), intent(in) | NUBO, | ||
double precision, dimension(3,nseg), intent(in) | VNOIN | ||
) |
[in,out] | mesh | [in] AVA Percentage of class in sediment |
[in,out] | BREACH | Indicator for non erodible bed |
[in] | DT | Time step |
[in,out] | EBOR | Boundary condition for bed evolution (dirichlet) |
[in,out] | FLBCLA | Fluxes at boundary for the class |
[in,out] | FLUX | Sediment flux |
[in] | KDIR | Convention for dirichlet value |
[in] | KDDL | Convention for degree of freedom |
[in] | KENT | Convention for prescribed value at entrance |
[in] | LIMTEC | Technical boundary conditions for bed evolution |
[in] | LIQBOR | Type of boundary conditions for bedload discharge |
[in,out] | MESH | Mesh structure |
[in] | NPOIN | Number of points |
[in] | NPTFR | Number of boundary points |
[in] | NSEG | Number of segments |
[in] | NUBO | Global number of edge extremities |
[in] | QBOR | Prescribed bedload discharges |
[in,out] | QSX | Bedload transport rate x-direction |
[in,out] | QSY | Bedload transport rate y-direction |
[in] | UNSV2D | Inverse of integrals of test functions |
[in] | VNOIN | Outward unit normals |
[in,out] | ZFCL | Bedload evolution for each sediment class |
Definition at line 9 of file bedload_solvs_vf.f.