Rocstar
1.0
Rocstar multiphysics simulation application
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
ModPeriodic.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: define data types related to periodic flows (rocperi).
26
!
27
! Description: none.
28
!
29
! Notes: none.
30
!
31
!******************************************************************************
32
!
33
! $Id: ModPeriodic.F90,v 1.6 2008/12/06 08:44:19 mtcampbe Exp $
34
!
35
! Copyright: (c) 2001 by the University of Illinois
36
!
37
!******************************************************************************
38
39
MODULE
modperiodic
40
41
USE
moddatatypes
42
IMPLICIT NONE
43
44
! input -----------------------------------------------------------------------
45
46
TYPE
t_peri_input
47
48
! - general PERI input
49
50
INTEGER
:: flowKind
! 1:cpr, 2:channel
51
INTEGER
:: nVar
! number of MPI-send/recv variables
52
INTEGER
:: split(3)
! parallel decomposition directions
53
REAL(RFREAL)
:: minmax(2)
! min/max of wall normal coordinat
54
REAL(RFREAL)
:: meanPgrad
! mean pressure gradient
55
REAL(RFREAL)
:: bulkmFlux
! bulk mass flux
56
! = 2.delta.mRate/cprEpsilon (CPR)
57
! = 2.delta.ubulk (CHANNEL)
58
! - CPR input
59
60
REAL(RFREAL)
:: minjRate
! mass injection rate = rhoinj.vinj
61
REAL(RFREAL)
:: cprEpsilon
! ratio between injection/bulk mrate
62
REAL(RFREAL)
:: headPres
! head end pressure
63
REAL(RFREAL)
:: headTemp
! head end temperature
64
65
! - CHANNEL input
66
67
INTEGER
:: pgradType
! type of pressure gradient calc. method
68
REAL(RFREAL)
:: cnlRetau
! Reynolds number based on friction velocity
69
REAL(RFREAL)
:: cnlCvel
! mean center velocity by Dean`s relation
70
REAL(RFREAL)
:: cnlUtau
! friction velocity
71
72
END TYPE
t_peri_input
73
74
! data ------------------------------------------------------------------------
75
76
TYPE
t_peri
77
78
! - CPR data
79
80
REAL(RFREAL)
,
POINTER
:: cprVar(:,:), varSend(:,:), varRecv(:,:)
81
REAL(RFREAL)
,
POINTER
:: cvMean(:,:)
82
83
END TYPE
t_peri
84
85
END MODULE
modperiodic
86
87
!******************************************************************************
88
!
89
! RCS Revision history:
90
!
91
! $Log: ModPeriodic.F90,v $
92
! Revision 1.6 2008/12/06 08:44:19 mtcampbe
93
! Updated license.
94
!
95
! Revision 1.5 2008/11/19 22:17:30 mtcampbe
96
! Added Illinois Open Source License/Copyright
97
!
98
! Revision 1.4 2005/03/07 05:06:12 wasistho
99
! install hybrid DESSA turbulence model
100
!
101
! Revision 1.3 2004/06/10 22:46:33 wasistho
102
! removed Rflu periInput
103
!
104
! Revision 1.2 2003/09/18 01:56:00 wasistho
105
! added ijksplit and pgradType in PERI_PgradUpdate
106
!
107
! Revision 1.1 2003/03/29 03:29:13 wasistho
108
! install ROCPERI
109
!
110
!
111
!******************************************************************************
112
113
114
115
116
117
modperiodic
Definition:
ModPeriodic.F90:39
modperiodic::t_peri
Definition:
ModPeriodic.F90:76
modperiodic::t_peri_input
Definition:
ModPeriodic.F90:46
moddatatypes
Definition:
ModDataTypes.F90:40
RocfluidMP
modfloflu
ModPeriodic.F90
Generated on Wed Nov 30 2016 16:56:09 for Rocstar by
1.8.5