Scrambler  1
ProcessingDeclarations Module Reference

Module containing processing related variables. More...

+ Collaboration diagram for ProcessingDeclarations:

List of all members.

Data Types

type  DiagnosticListDef

Public Member Functions

subroutine AddDiagnosticVar (i, str)
 Adds a diagnostic field and assigns it to slot i.

Public Attributes

INTEGER NrDiagnosticVars
INTEGER, parameter VOLUME = -999
INTEGER, parameter MASS = -998
REAL(KIND=qPREC), parameter MINOVERALL = 1e30
REAL(KIND=qPREC), parameter MAXOVERALL = -1e30
INTEGER Processing_mbc = 0
TYPE(DiagnosticListDef), pointer FirstDiagnostic = >NULL()
TYPE(DiagnosticListDef), pointer LastDiagnostic = >NULL()

Detailed Description

Module containing processing related variables.

Definition at line 32 of file processing_declarations.f90.


Member Function/Subroutine Documentation

subroutine AddDiagnosticVar ( INTEGER  i,
CHARACTER(LEN=*), optional  str 
)

Adds a diagnostic field and assigns it to slot i.

Parameters:
iinteger to assign next slot
stroptional string to define variable

Definition at line 56 of file processing_declarations.f90.


Member Data Documentation

Definition at line 39 of file processing_declarations.f90.

INTEGER, parameter VOLUME = -999

Definition at line 40 of file processing_declarations.f90.

INTEGER, parameter MASS = -998

Definition at line 40 of file processing_declarations.f90.

REAL(KIND=qPREC), parameter MINOVERALL = 1e30

Definition at line 41 of file processing_declarations.f90.

REAL(KIND=qPREC), parameter MAXOVERALL = -1e30

Definition at line 41 of file processing_declarations.f90.

INTEGER Processing_mbc = 0

Definition at line 42 of file processing_declarations.f90.

TYPE(DiagnosticListDef), pointer FirstDiagnostic = >NULL()

Definition at line 49 of file processing_declarations.f90.

TYPE(DiagnosticListDef), pointer LastDiagnostic = >NULL()

Definition at line 49 of file processing_declarations.f90.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables