You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the IVP state vector supports isothermal-1d, hd-1d, and hd physics types. Adding MHD just requires hooking up the magnetic vector potential components (a1, a2, a3) which are already declared but not yet wired to initial conditions.
Tasks:
Add ic_magnetic_t (or reuse ic_velocity_t) to mod_iv_initial_conditions.f08 for a1, a2, a3
Currently the IVP state vector supports isothermal-1d, hd-1d, and hd physics types. Adding MHD just requires hooking up the magnetic vector potential components (a1, a2, a3) which are already declared but not yet wired to initial conditions.
Tasks: