Removed the Restart function from ERF::particleData; instead, letting individual particle-based pieces to restart their particle containers themselves. This is needed because the particle container-type may differ.
Created the interface to restart Lagrangian microphysics particle containers
Lagrangian microphysics has separate Init and InitParticles because initializing particles in the former will not work for restart.
Removed the
Restart
function fromERF::particleData
; instead, letting individual particle-based pieces to restart their particle containers themselves. This is needed because the particle container-type may differ.Created the interface to restart Lagrangian microphysics particle containers
Lagrangian microphysics has separate
Init
andInitParticles
because initializing particles in the former will not work for restart.