vtf-logo

weno/applications/euler_chem/3d/ShearLayer/src/Problem.h

00001 // -*- C++ -*-
00002 
00003 #ifndef AMROC_PROBLEM_H
00004 #define AMROC_PROBLEM_H
00005 
00006 #define DIM  3
00007 #define NEQUATIONS 9  // Euler equations for gases in 3D (5 fields), 
00008                        // +1 fields for passive scalars
00009                        // +1 field for the temperature
00010                        // +1 field to output dcflag and 
00011                        // +1 field for sgske
00012 #define NVARS     6   // Fixup used only for vector of state and 2 scalars
00013   
00014 #include "WENOProblem.h"