Rocstar
1.0
Rocstar multiphysics simulation application
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
RFLU_SetModuleType.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 module type.
26
!
27
! Description: None.
28
!
29
! Input:
30
! global Pointer to global data
31
! moduleType Module type
32
!
33
! Output: None.
34
!
35
! Notes: None.
36
!
37
! ******************************************************************************
38
39
SUBROUTINE
rflu_setmoduletype
(global,moduleType)
40
41
USE
modglobal
, ONLY
:
t_global
42
43
IMPLICIT NONE
44
45
! ******************************************************************************
46
! Declarations and definitions
47
! ******************************************************************************
48
49
! ==============================================================================
50
! Arguments
51
! ==============================================================================
52
53
INTEGER
,
INTENT(IN)
:: moduletype
54
TYPE(
t_global
)
,
POINTER
:: global
55
56
! ******************************************************************************
57
! Start, set module type
58
! ******************************************************************************
59
60
global%moduleType = moduletype
61
62
! ******************************************************************************
63
! End
64
! ******************************************************************************
65
66
END SUBROUTINE
rflu_setmoduletype
67
68
69
70
71
72
modglobal
Definition:
ModGlobal.F90:39
rflu_setmoduletype
subroutine rflu_setmoduletype(global, moduleType)
Definition:
RFLU_SetModuleType.F90:39
modglobal::t_global
Definition:
ModGlobal.F90:50
RocfluidMP
libflu
RFLU_SetModuleType.F90
Generated on Wed Nov 30 2016 16:56:17 for Rocstar by
1.8.5