Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RFLU_ModInterfacesExternal.F90
Go to the documentation of this file.
1 ! *********************************************************************
2 ! * Rocstar Simulation Suite *
3 ! * Copyright@2015, Illinois Rocstar LLC. All rights reserved. *
4 ! * *
5 ! * Illinois Rocstar LLC *
6 ! * Champaign, IL *
7 ! * www.illinoisrocstar.com *
8 ! * sales@illinoisrocstar.com *
9 ! * *
10 ! * License: See LICENSE file in top level of distribution package or *
11 ! * http://opensource.org/licenses/NCSA *
12 ! *********************************************************************
13 ! *********************************************************************
14 ! * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, *
15 ! * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES *
16 ! * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND *
17 ! * NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR *
18 ! * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER *
19 ! * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, *
20 ! * Arising FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
21 ! * USE OR OTHER DEALINGS WITH THE SOFTWARE. *
22 ! *********************************************************************
23 ! ******************************************************************************
24 !
25 ! Purpose: Set explicit interfaces to external subroutines and functions for
26 ! Rocflu.
27 !
28 ! Description: None
29 !
30 ! Notes: None.
31 !
32 ! ******************************************************************************
33 !
34 ! $Id: RFLU_ModInterfacesExternal.F90,v 1.8 2008/12/06 08:44:22 mtcampbe Exp $
35 !
36 ! Copyright: (c) 2003-2004 by the University of Illinois
37 !
38 ! ******************************************************************************
39 
41 
42  IMPLICIT NONE
43 
44  INTERFACE
45 
46 #ifdef GENX
47  SUBROUTINE rflu_checkcouplinginput(regions)
48  USE moddatastruct, ONLY: t_region
49  TYPE(t_region), DIMENSION(:) :: regions
50  END SUBROUTINE rflu_checkcouplinginput
51 
52  SUBROUTINE fluid_compute_integrals(globalGenx,integ)
53  USE modrocstar
54  DOUBLE PRECISION, DIMENSION(MAN_INTEG_SIZE) :: integ
55  TYPE(t_globalgenx), POINTER :: globalgenx
56  END SUBROUTINE fluid_compute_integrals
57 
58  SUBROUTINE fluid_finalize(globalGenx)
59  USE modrocstar, ONLY: t_globalgenx
60  TYPE(t_globalgenx), POINTER :: globalgenx
61  END SUBROUTINE fluid_finalize
62 
63  SUBROUTINE fluid_prehdfoutput( globalGenx )
64  USE modrocstar, ONLY : t_globalgenx
65  TYPE(t_globalgenx), POINTER :: globalgenx
66  END SUBROUTINE fluid_prehdfoutput
67 
68  SUBROUTINE fluid_posthdfoutput( globalGenx )
69  USE modrocstar, ONLY : t_globalgenx
70  TYPE(t_globalgenx), POINTER :: globalgenx
71  END SUBROUTINE fluid_posthdfoutput
72 
73  SUBROUTINE rflu_flowsolverdummy(globalGenx,timeSystem,dTimeSystem, &
74  genxhandlebc,genxhandlegm)
75  USE moddatatypes
76  USE modrocstar, ONLY: t_globalgenx
77  INTEGER, INTENT(in) :: genxhandlebc, genxhandlegm
78  DOUBLE PRECISION, INTENT(IN) :: dtimesystem,timesystem
79  TYPE(t_globalgenx), POINTER :: globalgenx
80  END SUBROUTINE rflu_flowsolverdummy
81 
82  SUBROUTINE rflu_getboundaryvalues(region)
83  USE moddatastruct, ONLY: t_region
84  TYPE(t_region) :: region
85  END SUBROUTINE rflu_getboundaryvalues
86 
87  SUBROUTINE rflu_getdeformation(region)
88  USE moddatatypes
89  USE moddatastruct, ONLY: t_region
90  TYPE(t_region) :: region
91  END SUBROUTINE rflu_getdeformation
92 
93  SUBROUTINE rflu_putboundaryvalues(region)
94  USE moddatastruct, ONLY: t_region
95  TYPE(t_region) :: region
96  END SUBROUTINE rflu_putboundaryvalues
97 
98  SUBROUTINE rflu_putboundaryvaluesalpha(region)
99  USE moddatastruct, ONLY: t_region
100  TYPE(t_region) :: region
101  END SUBROUTINE rflu_putboundaryvaluesalpha
102 
103  SUBROUTINE rflu_updateinbuffgm(globalGenx,dAlpha)
104  USE moddatatypes
105  USE modrocstar, ONLY: t_globalgenx
106  DOUBLE PRECISION, INTENT(in) :: dalpha
107  TYPE(t_globalgenx), POINTER :: globalgenx
108  END SUBROUTINE rflu_updateinbuffgm
109 #endif
110 
111  END INTERFACE
112 
114 
115 ! ******************************************************************************
116 !
117 ! RCS Revision history:
118 !
119 ! $Log: RFLU_ModInterfacesExternal.F90,v $
120 ! Revision 1.8 2008/12/06 08:44:22 mtcampbe
121 ! Updated license.
122 !
123 ! Revision 1.7 2008/11/19 22:17:33 mtcampbe
124 ! Added Illinois Open Source License/Copyright
125 !
126 ! Revision 1.6 2006/01/07 10:18:16 wasistho
127 ! added Fluid_pre/postHdfOutput
128 !
129 ! Revision 1.5 2004/10/19 19:28:06 haselbac
130 ! Removed interfaces of routines moved into GENX modules, cosmetics
131 !
132 ! Revision 1.4 2003/10/03 20:45:08 haselbac
133 ! Removed interface for RFLU_UpdateInbuffWrapper
134 !
135 ! Revision 1.3 2003/05/01 14:10:18 haselbac
136 ! Added RFLU_CheckCouplingInput
137 !
138 ! Revision 1.2 2003/04/24 15:38:10 haselbac
139 ! Deleted input argument in RFLU_PutBoundaryValues
140 !
141 ! Revision 1.1 2003/04/10 14:37:10 haselbac
142 ! Initial revision
143 !
144 ! ******************************************************************************
145 
146 
147 
148 
149 
150 
subroutine rflu_updateinbuffgm(globalGenx, dAlpha)
subroutine fluid_posthdfoutput(globalGenx)
subroutine rflu_putboundaryvalues(region)
subroutine rflu_putboundaryvaluesalpha(region)
subroutine rflu_flowsolverdummy(globalGenx, timeSystem, dTimeSystem, genxHandleBc, genxHandleGm)
subroutine fluid_compute_integrals(globalGenx, integ)
subroutine fluid_finalize(globalGenx)
subroutine rflu_getboundaryvalues(region)
subroutine fluid_prehdfoutput(globalGenx)
subroutine rflu_checkcouplinginput(regions)
subroutine rflu_getdeformation(region)