Closed ali-ramadhan closed 5 years ago
Can also just serialize the ParticleAdvecter
to disk after time stepping is over, then it's loaded by the InteractionSimulator
.
This might also solve #17 at the same time!
We can now as the interaction simulator just loads everything it needs from particle_data.nc
.
Right now the
InteractionSimulator
contains aParticleAdvecter
which isn't good because we can't run multiple interaction simulations by themselves, they need to be tied to aParticleAdvecter
at run time.They should be decoupled!