|
METHOD
|
#include <initFunc.h>


Public Member Functions | |
| BrioWuTwoFluid (Data *data, int dir=0, int setUp=1) | |
| virtual | ~BrioWuTwoFluid () |
Public Member Functions inherited from InitialFunc | |
| InitialFunc (Data *data) | |
| virtual | ~InitialFunc () |
Additional Inherited Members | |
Public Attributes inherited from InitialFunc | |
| Data * | data |
Two-fluid Brio-Wu shock tube
Two, one-dimensional discontinuities. This tests the high-resolution shock capturing at discontinuous data.
Definition at line 157 of file initFunc.h.
| BrioWuTwoFluid::BrioWuTwoFluid | ( | Data * | data, |
| int | dir = 0, |
||
| int | setUp = 1 |
||
| ) |
Constructor Few options for the set up. All set ups will place a discontinuity along some axis, which is defined by dir where (0, 1, 2) = (x, y, z). The symmetric 3D generalisation is also selected by default (setUp=0), but for the values used in Amano 2016 use setUp=1. Stores a pointer to the Data class for reference in its methods
| [in] | *data | Pointer to Data class containing global simulation data |
| dir | direction in which to place the discontinuity: (0, 1, 2) = (x, y, z) | |
| setUp | Type of set up: 0=Palenzuela 2009, 1=Amano 2016 |
|
inlinevirtual |
Destructor.
Definition at line 175 of file initFunc.h.