|
METHOD
|
#include <initFunc.h>


Public Member Functions | |
| OTVortexSingleFluid (Data *data) | |
| virtual | ~OTVortexSingleFluid () |
Public Member Functions inherited from InitialFunc | |
| InitialFunc (Data *data) | |
| virtual | ~InitialFunc () |
Additional Inherited Members | |
Public Attributes inherited from InitialFunc | |
| Data * | data |
Single-fluid Orszag-Tang voretx
See Orszag and Tang 1979 or visit http://flash.uchicago.edu/site/flashcode/user_support/flash_ug_devel/node178.html for explanation and see 'Advanced Numerical Methods for Neutron Star Interfaces', John Muddle, for initial data, Table 5.8. Orignally from Beckwith 2011. This is a two-dimensional problem that tests the quality of the divergence cleaning.
Definition at line 135 of file initFunc.h.
| OTVortexSingleFluid::OTVortexSingleFluid | ( | Data * | data | ) |
Orzsang-Tang vortex initial data for single fluid.
Stores a pointer to the Data class for reference in its methods
| [in] | *data | pointer to Data class containing global simulation data |
|
inlinevirtual |
Destructor.
Definition at line 147 of file initFunc.h.