The TELEMAC-MASCARET system
trunk
sources
artemis
user_borh.f
Go to the documentation of this file.
1
! ********************
2
SUBROUTINE
user_borh
3
! ********************
4
!
5
!
6
!***********************************************************************
7
! ARTEMIS
8
!***********************************************************************
9
!
10
!brief TAKES INTO ACCOUNT USER-SPECIFIED BOUNDARY CONDITIONS.
11
!+ THEY ARE GIVEN BY SEGMENT.
12
!
13
!history J-M HERVOUET (LNH)
14
!+
15
!+
16
!
17
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
!
20
USE
bief
21
USE
declarations_telemac
22
USE
declarations_artemis
23
!
24
USE
declarations_special
25
IMPLICIT NONE
26
!
27
!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
28
!
29
!
30
!+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
31
!
32
!
33
!-----------------------------------------------------------------------
34
!
35
! ALL ANGLES ARE IN DEGREES
36
! -------
37
! ---------------------------------------
38
! EXAMPLE
39
! ---------------------------------------
40
!
41
! DO I=1,NPTFR
42
! JB=BOUNDARY_COLOUR%I(I)
43
!! SOLID BOUNDARY
44
! IF(JB.GE.2.AND.JB.LE.139)THEN
45
! RP%R(I) = 1.D0
46
! TETAP%R(I) = 90.D0
47
! ALFAP%R(I) = 0.D0
48
! ENDIF
49
! ENDDO
50
!
51
!-----------------------------------------------------------------------
52
!
53
RETURN
54
END
user_borh
subroutine user_borh
Definition:
user_borh.f:4
declarations_special
Definition:
declarations_special.F:3
declarations_telemac
Definition:
declarations_telemac.f:3
declarations_artemis
Definition:
declarations_artemis.f:3
bief
Definition:
bief.f:3