Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rocmanf90.h
Go to the documentation of this file.
1 !!! $Id: rocmanf90.h,v 1.3 2004/05/05 14:15:29 brtnfld Exp $
2 
3 !!! **********************************************************************
4 !!! * *
5 !!! * Author: X. Jiao, A. Haselbacher, and M. Breitenfeld *
6 !!! * Created on: Nov. 14, 2002 *
7 !!! * Purpose: Defines parameters in GENx that are used in more than *
8 !!! * one physics component. Added initially for computing *
9 !!! * integrals in sanity checking (such as mass conservation). *
10 !!! **********************************************************************
11 
12 
13 !!! Name of the variable containing the integrals to be registered with Roccom.
14 CHARACTER(*), PARAMETER :: MAN_INTEG_NAME = "integrals"
15 
16 !!! Name of the function that computes the integrals to be registered with Roccom.
17 CHARACTER(*), PARAMETER :: MAN_COMP_INTEG_NAME = "compute_integrals"
18 
19 !!! Length of the array for storing integrals
21 
22 !!! Indices of the entries in the array
26 INTEGER, PARAMETER :: MAN_INTEG_IBAREA=7 ! Area of burning f-s interface
27 INTEGER, PARAMETER :: MAN_INTEG_INBAREA=8 ! Area of non-burning f-s interface
29 
30 !!! Double precision data type
31 INTEGER, PARAMETER :: MAN_DBL = SELECTED_REAL_KIND(P=14,R=30)
!$Id A and M Breitenfeld **Created on
Definition: rocmanf90.h:1
!$Id A Haselbacher
Definition: rocmanf90.h:1
double s
Definition: blastest.C:80
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do subject to the following this list of conditions and the following disclaimers ****Redistributions in binary form must reproduce the above **copyright this list of conditions and the following **disclaimers in the documentation and or other materials **provided with the distribution ****Neither the names of the Center for Simulation of Advanced the University of nor the names of its **contributors may be used to endorse or promote products derived **from this Software without specific prior written permission ****THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE v
Definition: roccomf90.h:20
systems whose!Fortran compilers support!instead of just C or *for comments can!globally replace a C in the first column with
rational * A
Definition: vinci_lass.c:67
int volume(const block *b)
Definition: split.cpp:181
**********************************************************************Rocstar Simulation Suite Illinois Rocstar LLC All rights reserved ****Illinois Rocstar LLC IL **www illinoisrocstar com **sales illinoisrocstar com WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **Arising OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE **********************************************************************INTERFACE SUBROUTINE POINTER::global INTEGER
Definition: SplitQuadFace.h:27
makefloParam parameters
Definition: makeflo.cpp:101
#define MAN_INTEG_SIZE
Definition: rocman.h:38
!$Id A and M Breitenfeld **Created ** Purpose
Definition: rocmanf90.h:1