|
METHOD
|
#include <boundaryConds.h>


Public Member Functions | |
| Flow (Data *data) | |
| virtual | ~Flow () |
| void | apply (double *cons, double *prims=NULL, double *aux=NULL) |
Additional Inherited Members | |
Protected Member Functions inherited from Bcs | |
| Bcs (Data *data) | |
| virtual | ~Bcs () |
Protected Attributes inherited from Bcs | |
| Data * | data |
Flow boundary conditions
Boundary conditions used for the Kelvin Helmholtz instability. The x-direction is periodic and y- and z-directions are outflow.
Definition at line 185 of file boundaryConds.h.
|
inline |
Constructor.
Calls constructor of base class to store the pointer to the Data class.
| [in] | *data | pointer to Data class |
Definition at line 196 of file boundaryConds.h.
|
inlinevirtual |
Destructor.
Definition at line 198 of file boundaryConds.h.
|
virtual |
Application function.
Applies the Flow boundary conditions to the ghost cells.
| [in,out] | *cons | pointer to the conservative (sized) vector |
| [in,out] | *prims | optional pointer to the primitive vector |
| [in,out] | *aux | optional pointer to the primitive vector |
Implements Bcs.