Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPEC_ModParameters.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 parameters for species.
26 !
27 ! Description: None
28 !
29 ! Notes: None.
30 !
31 ! ******************************************************************************
32 !
33 ! $Id: SPEC_ModParameters.F90,v 1.3 2008/12/06 08:44:40 mtcampbe Exp $
34 !
35 ! Copyright: (c) 2005 by the University of Illinois
36 !
37 ! ******************************************************************************
38 
40 
41  IMPLICIT NONE
42 
43  INTEGER, PARAMETER :: EEV_SPEC_XVEL = 1, &
44  EEV_SPEC_YVEL = 2, &
45  EEV_SPEC_ZVEL = 3, &
46  EEV_SPEC_TEMP = 4, &
47  EEV_SPEC_NVAR = 4
48 
49 END MODULE spec_modparameters
50 
51 ! ******************************************************************************
52 !
53 ! RCS Revision history:
54 !
55 ! $Log: SPEC_ModParameters.F90,v $
56 ! Revision 1.3 2008/12/06 08:44:40 mtcampbe
57 ! Updated license.
58 !
59 ! Revision 1.2 2008/11/19 22:17:52 mtcampbe
60 ! Added Illinois Open Source License/Copyright
61 !
62 ! Revision 1.1 2005/11/27 01:47:26 haselbac
63 ! Initial revision
64 !
65 ! ******************************************************************************
66 
67 
68 
69 
70 
71