The TELEMAC-MASCARET system
trunk
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | suspension_dispersion |
subroutine suspension_dispersion | ( | ) |
C. MOULIN (LNH) 13/12/2000 V5P1
N.DURAND (HRW), S.E.BOURBAN (HRW) 13/07/2010 V6P0 Translation of French comments within the FORTRAN sources into English comments
N.DURAND (HRW), S.E.BOURBAN (HRW) 21/08/2010 V6P0 Creation of DOXYGEN tags for automated documentation and cross-referencing of the FORTRAN sources
C.VILLARET (EDF-LNHE), P.TASSI (EDF-LNHE) 19/07/2011 V6P1 Name of variables
[in] | CODE | Hydrodynamic code in case of coupling |
[in] | DISP | Viscosity coefficients along x,y and z IF P0 : PER ELEMENT IF P1 : PER POINT |
[in] | HN | Water depth |
[in,out] | KX | Coefficients of the dispersion tensor (dim. npoin) |
[in,out] | KY | Coefficients of the dispersion tensor (dim. npoin) |
[in,out] | KZ | Coefficients of the dispersion tensor (dim. npoin) |
[in] | NPOIN | Number of points |
[in] | OPTDIF | Option for the dispersion |
[in,out] | T1 | Work bief_obj structure |
[in,out] | T2 | Work bief_obj structure |
[in,out] | T3 | Work bief_obj structure |
[in] | TOB | Bed shear stress (total friction) |
[in] | U2D | Mean flow velocity x-direction |
[in] | V2D | Mean flow velocity y-direction |
[in] | VISC_TEL | Velocity diffusivity (telemac) |
[in] | XKX | Coefficient used for computing the dispersion DEPENDS OF OPTIONS |
[in] | XKY | Coefficient used for computing the dispersion DEPENDS OF OPTIONS |
[in] | XMVE | Fluid density |
Definition at line 4 of file suspension_dispersion.f.