Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ModInterfacesEulerian.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 subroutines and functions.
26 !
27 ! Description: none
28 !
29 ! Notes: none.
30 !
31 !******************************************************************************
32 !
33 ! $Id: ModInterfacesEulerian.F90,v 1.10 2008/12/06 08:44:18 mtcampbe Exp $
34 !
35 ! Copyright: (c) 2001 by the University of Illinois
36 !
37 !******************************************************************************
38 
40 
41  IMPLICIT NONE
42 
43  INTERFACE
44 
45 ! =============================================================================
46 ! Eulerian particles
47 ! =============================================================================
48 
49  SUBROUTINE peul_allocatedatabuffers( regions,iReg )
50  USE moddatastruct, ONLY : t_region
51  TYPE(t_region), POINTER :: regions(:)
52  INTEGER, INTENT(IN) :: ireg
53  END SUBROUTINE peul_allocatedatabuffers
54 
55  SUBROUTINE peul_allocatememory( region )
56  USE moddatastruct, ONLY : t_region
57  TYPE(t_region), INTENT(INOUT) :: region
58  END SUBROUTINE peul_allocatememory
59 
60  SUBROUTINE peul_boundaryconditionsrecv( regions,iReg )
61  USE moddatastruct, ONLY : t_region
62  TYPE(t_region), POINTER :: regions(:)
63  INTEGER, INTENT(IN) :: ireg
64  END SUBROUTINE peul_boundaryconditionsrecv
65 
66  SUBROUTINE peul_boundaryconditionssend( regions,iReg )
67  USE moddatastruct, ONLY : t_region
68  TYPE(t_region), POINTER :: regions(:)
69  INTEGER, INTENT(IN) :: ireg
70  END SUBROUTINE peul_boundaryconditionssend
71 
72  SUBROUTINE peul_boundaryconditionsset( regions,iReg )
73  USE moddatastruct, ONLY : t_region
74  TYPE(t_region), POINTER :: regions(:)
75  INTEGER, INTENT(IN) :: ireg
76  END SUBROUTINE peul_boundaryconditionsset
77 
78  SUBROUTINE peul_buildversionstring( versionString )
79  CHARACTER(*) :: versionstring
80  END SUBROUTINE peul_buildversionstring
81 
82  SUBROUTINE peul_centraldissipation( region )
83  USE moddatastruct, ONLY : t_region
84  TYPE(t_region), INTENT(INOUT) :: region
85  END SUBROUTINE peul_centraldissipation
86 
87  SUBROUTINE peul_clearsendrequests( regions,iReg )
88  USE moddatastruct, ONLY : t_region
89  TYPE(t_region), POINTER :: regions(:)
90  INTEGER, INTENT(IN) :: ireg
91  END SUBROUTINE peul_clearsendrequests
92 
93  SUBROUTINE peul_convectivefluxes( region )
94  USE moddatastruct, ONLY : t_region
95  TYPE(t_region), INTENT(INOUT) :: region
96  END SUBROUTINE peul_convectivefluxes
97 
98  SUBROUTINE peul_enforcepositivity( region )
99  USE moddatastruct, ONLY : t_region
100  TYPE(t_region), INTENT(INOUT) :: region
101  END SUBROUTINE peul_enforcepositivity
102 
103  SUBROUTINE peul_initsolution( iReg,region )
104  USE moddatastruct, ONLY : t_region
105  INTEGER, INTENT(IN) :: ireg
106  TYPE(t_region), INTENT(INOUT) :: region
107  END SUBROUTINE peul_initsolution
108 
109  SUBROUTINE peul_printuserinput( region )
110  USE moddatastruct, ONLY : t_region
111  TYPE(t_region), INTENT(IN) :: region
112  END SUBROUTINE peul_printuserinput
113 
114  SUBROUTINE peul_readsolution( regions )
115  USE moddatastruct, ONLY : t_region
116  TYPE(t_region), POINTER :: regions(:)
117  END SUBROUTINE peul_readsolution
118 
119  SUBROUTINE peul_readsolutionregion( iReg,regions )
120  USE moddatastruct, ONLY : t_region
121  INTEGER, INTENT(IN) :: ireg
122  TYPE(t_region), POINTER :: regions(:)
123  END SUBROUTINE peul_readsolutionregion
124 
125  SUBROUTINE peul_residualsmoothing( region )
126  USE moddatastruct, ONLY : t_region
127  TYPE(t_region), INTENT(INOUT) :: region
128  END SUBROUTINE peul_residualsmoothing
129 
130  SUBROUTINE peul_residualsmoothingcoeffs( region )
131  USE moddatastruct, ONLY : t_region
132  TYPE(t_region), INTENT(INOUT) :: region
133  END SUBROUTINE peul_residualsmoothingcoeffs
134 
135  SUBROUTINE peul_sourceterms( region )
136  USE moddatastruct, ONLY : t_region
137  TYPE(t_region), INTENT(INOUT) :: region
138  END SUBROUTINE peul_sourceterms
139 
140  SUBROUTINE peul_spectralradii( region )
141  USE moddatastruct, ONLY : t_region
142  TYPE(t_region), INTENT(INOUT) :: region
143  END SUBROUTINE peul_spectralradii
144 
145  SUBROUTINE peul_statmapping( global )
146  USE modglobal, ONLY : t_global
147  TYPE(t_global), POINTER :: global
148  END SUBROUTINE peul_statmapping
149 
150  SUBROUTINE peul_userinput( regions )
151  USE moddatastruct, ONLY : t_region
152  TYPE(t_region), POINTER :: regions(:)
153  END SUBROUTINE peul_userinput
154 
155  SUBROUTINE peul_writesolution( regions )
156  USE moddatastruct, ONLY : t_region
157  TYPE(t_region), POINTER :: regions(:)
158  END SUBROUTINE peul_writesolution
159 
160  END INTERFACE
161 
162 END MODULE modinterfaceseulerian
163 
164 !******************************************************************************
165 !
166 ! RCS Revision history:
167 !
168 ! $Log: ModInterfacesEulerian.F90,v $
169 ! Revision 1.10 2008/12/06 08:44:18 mtcampbe
170 ! Updated license.
171 !
172 ! Revision 1.9 2008/11/19 22:17:29 mtcampbe
173 ! Added Illinois Open Source License/Copyright
174 !
175 ! Revision 1.8 2004/12/29 23:27:06 wasistho
176 ! prepared statistics for PLAG and PEUL
177 !
178 ! Revision 1.7 2004/12/01 00:09:14 wasistho
179 ! added BuildVersionString
180 !
181 ! Revision 1.6 2004/05/03 15:09:41 jferry
182 ! added equilibrium Eulerian capability for smoke
183 !
184 ! Revision 1.5 2004/03/02 21:44:51 jferry
185 ! Added clipping options
186 !
187 ! Revision 1.4 2003/05/07 15:09:23 jferry
188 ! Added interface for PEUL_ReadSolutionRegion
189 !
190 ! Revision 1.3 2003/04/09 14:12:44 fnajjar
191 ! Added Interfaces of MPI communication routines
192 !
193 ! Revision 1.2 2003/02/11 22:52:50 jferry
194 ! Initial import of Rocsmoke
195 !
196 ! Revision 1.1 2002/12/27 22:07:14 jblazek
197 ! Splitted up RFLO_ModInterfaces and ModInterfaces.
198 !
199 !******************************************************************************
200 
201 
202 
203 
204 
205 
subroutine peul_enforcepositivity(region)
subroutine peul_boundaryconditionsset(regions, iReg)
subroutine peul_buildversionstring(versionString)
subroutine peul_spectralradii(region)
subroutine peul_readsolution(regions)
subroutine peul_writesolution(regions)
subroutine peul_userinput(regions)
subroutine peul_clearsendrequests(regions, iReg)
subroutine peul_initsolution(iReg, region)
subroutine peul_boundaryconditionssend(regions, iReg)
subroutine peul_readsolutionregion(iReg, regions)
subroutine peul_residualsmoothing(region)
subroutine peul_printuserinput(region)
subroutine peul_allocatememory(region)
subroutine peul_residualsmoothingcoeffs(region)
subroutine peul_boundaryconditionsrecv(regions, iReg)
subroutine peul_convectivefluxes(region)
subroutine peul_centraldissipation(region)
subroutine peul_allocatedatabuffers(regions, iReg)
subroutine peul_sourceterms(region)