The TELEMAC-MASCARET system  trunk
user_anacos.f
Go to the documentation of this file.
1 ! **********************
2  SUBROUTINE user_anacos
3 ! **********************
4 !***********************************************************************
5 ! TOMAWAC
6 !***********************************************************************
7 !
8 !brief SPECIFIES A ! STATIONARY ! ANALYTICAL CURRENT.
9 !
10 !
11 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12 !| NPOIN2 |-->| NUMBER OF POINTS IN 2D
13 !| UC |<--| CURRENT VELOCITY ALONG X AT THE MESH POINTS
14 !| VC |<--| CURRENT VELOCITY ALONG Y AT THE MESH POINTS
15 !| X |-->| ABSCISSAE OF POINTS IN THE MESH
16 !| Y |-->| ORDINATES OF POINTS IN THE MESH
17 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 !
20 ! USE DECLARATIONS_TOMAWAC, ONLY : UC, VC, X, Y, NPOIN2
21  USE interface_tomawac, ex_user_anacos => user_anacos
22  IMPLICIT NONE
23 !
24 !+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
25 !
26 !
27 !-----------------------------------------------------------------------
28 !
29 !
30 !-----------------------------------------------------------------------
31 !
32  RETURN
33  END
subroutine user_anacos
Definition: user_anacos.f:4