MAST
fluid_elem_base.h File Reference
#include <ostream>
#include <map>
#include "base/mast_data_types.h"
#include "numerics/fem_operator_matrix.h"
#include "libmesh/fe_base.h"
Include dependency graph for fluid_elem_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MAST::SmallPerturbationPrimitiveSolution< ValType >
 Class defines basic operations and calculation of the small disturbance primitive variables. More...
 
class  MAST::FluidElemBase
 This class provides the necessary functions to evaluate the flux vectors and their Jacobians for both inviscid and viscous flows. More...
 

Namespaces

 MAST
 

Enumerations

enum  MAST::FluidPrimitiveVars {
  MAST::RHO_PRIM, MAST::VEL1, MAST::VEL2, MAST::VEL3,
  MAST::TEMP
}
 enumeration of the primitive fluid variables More...
 
enum  MAST::FluidConservativeVars {
  MAST::RHO_CONS, MAST::RHOVEL1, MAST::RHOVEL2, MAST::RHOVEL3,
  MAST::ETOT
}
 enumeration of the conservative fluid variables More...