1 #ifndef BOUNDARYCONDS_H 2 #define BOUNDARYCONDS_H 46 virtual void apply(
double * cons,
double * prims = NULL,
double * aux = NULL) = 0;
93 void apply(
double * cons,
double * prims = NULL,
double * aux = NULL);
127 void apply(
double * cons,
double * prims = NULL,
double * aux = NULL);
176 void apply(
double * cons,
double * prims = NULL,
double * aux = NULL);
209 void apply(
double * cons,
double * prims = NULL,
double * aux = NULL);
OutflowRotatedBW(Data *data)
Constructor.
Periodic(Data *data)
Constructor.
virtual ~Outflow()
Destructor.
Out flow boundary conditions for the rotated 2D Brio-Wu
virtual ~Bcs()
Destructor.
virtual ~Periodic()
Destructor.
Periodic boundary conditions
Outflow(Data *data)
Constructor.
virtual void apply(double *cons, double *prims=NULL, double *aux=NULL)=0
Application function.
int bcsSet
Indicator that boundary conditions have been created (before this information about the domain decomp...
Bcs(Data *data)
Constructor store data about simulation (needed for domain)
Flow(Data *data)
Constructor.
Data * data
Pointer to Data class containing global simulation data.
virtual ~OutflowRotatedBW()
Destructor.
Outflow boundary conditions
virtual ~Flow()
Destructor.