|
METHOD
|
#include <initFunc.h>


Public Member Functions | |
| CurrentSheetSingleFluid (Data *data, int direction=0) | |
| virtual | ~CurrentSheetSingleFluid () |
Public Member Functions inherited from InitialFunc | |
| InitialFunc (Data *data) | |
| virtual | ~InitialFunc () |
Additional Inherited Members | |
Public Attributes inherited from InitialFunc | |
| Data * | data |
Single-fluid current sheet
See Dionysopoulou 2016 for explanation. Set up is one dimensional and starts in hydrodynamic equilibrium, with initial By field given by the error function. Behaviour should be diffusive for moderate resistivities. See Amano 2016 for two fluid details.
Definition at line 109 of file initFunc.h.
| CurrentSheetSingleFluid::CurrentSheetSingleFluid | ( | Data * | data, |
| int | direction = 0 |
||
| ) |
Current sheet initial data for two fluids.
Stores a pointer to the Data class for reference in its methods
| [in] | *data | pointer to Data class containing global simulation data |
| [in] | direction | the axis the magnetic field is along (default is x) |
|
inlinevirtual |
Destructor.
Definition at line 122 of file initFunc.h.