The TELEMAC-MASCARET system  trunk
Functions/Subroutines
fluxpr.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine fluxpr (NSEC, CTRLSC, FLX, VOLNEG, VOLPOS, INFO, TPS, NSEG, NCSIZE, CUMFLO)
 

Function/Subroutine Documentation

◆ fluxpr()

subroutine fluxpr ( integer, intent(in)  NSEC,
integer, dimension(*), intent(in)  CTRLSC,
double precision, dimension(nsec), intent(in)  FLX,
double precision, dimension(nsec), intent(in)  VOLNEG,
double precision, dimension(nsec), intent(in)  VOLPOS,
logical, intent(in)  INFO,
double precision, intent(in)  TPS,
integer, dimension(nsec), intent(in)  NSEG,
integer, intent(in)  NCSIZE,
logical, intent(in)  CUMFLO 
)
Parameters
[in]nsecCTRLSC Numbers of points in the control sections
[in]CUMFLOKey-word: printing cumulated flowrates
[in]FLXFluxes through control sections
[in]INFOIf yes : information is printed
[in]NCSIZENumber of processors
[in]NSECNumber of control sections
[in]NSEGNumber of segments
[in]TPSTime
[in]VOLNEGCumulated negative volume through sections
[in]VOLPOSCumulated positive volume through sections
[in]ncsizeCTRLSC Numbers of points in the control sections
[in]CUMFLOKey-word: printing cumulated flowrates
[in]FLXFluxes through control sections
[in]INFOIf yes : information is printed
[in]NCSIZENumber of processors
[in]NSECNumber of control sections
[in]NSEGNumber of segments
[in]TPSTime
[in]VOLNEGCumulated negative volume through sections
[in]VOLPOSCumulated positive volume through sections

Definition at line 7 of file fluxpr.f.