Enhanced simulation cc. Now magnetic fields diagnostics invoked if needed.

Also more exit condition so that the simulation will terminate if nan happens or timestep becomes too short.
This commit is contained in:
Miikka Vaisala
2020-09-11 14:59:32 +08:00
parent 450526b8e1
commit b815b62aa7
2 changed files with 145 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
#define LDENSITY (1)
#define LHYDRO (1)
// MV: Currenly only magnetic with entropy. Support for isothermal MHD required
// MV: (matter of switch combination).
#define LMAGNETIC (1)
#define LENTROPY (1)
#define LTEMPERATURE (0)