|
METHOD
|
#include <initFunc.h>


Public Member Functions | |
| ResistiveReconnectionSingleFluid (Data *data) | |
| virtual | ~ResistiveReconnectionSingleFluid () |
Public Member Functions inherited from InitialFunc | |
| InitialFunc (Data *data) | |
| virtual | ~InitialFunc () |
Additional Inherited Members | |
Public Attributes inherited from InitialFunc | |
| Data * | data |
Resistive Magnetic Reconnection initial data, single fluid
Set up is lifted from the PLUTO code, see Mignone et al 2012. This is a two-dimensional resistive problem, in which magnetic field lines with opposing directions reconnect, releasing energy in the form of kinetic motion and temperature. The rate of the reconnection should scale with the root of the resistivity.
Definition at line 283 of file initFunc.h.
| ResistiveReconnectionSingleFluid::ResistiveReconnectionSingleFluid | ( | Data * | data | ) |
Constructor
| [in] | *data | Pointer to Data class containing global simulation data |
|
inlinevirtual |
Destructor.
Definition at line 292 of file initFunc.h.