sandialabs / CACTUS

CACTUS (Code for Axial and Cross-flow TUrbine Simulation) is a turbine performance simulation code, based on a free wake vortex method, to study wind turbines and marine hydrokinetic (MHK) devices.
BSD 3-Clause "New" or "Revised" License
18 stars 12 forks source link

Request: restart from pause or interruption #34

Closed danrhouck closed 4 years ago

danrhouck commented 4 years ago

Perhaps there's a way to do this already, but it would be nice if there were a way to restart a simulation from where it left off if it got interrupted or if the user needed to pause it.

whophil commented 4 years ago

Unfortunately this feature doesn't exist right now, but it would be very nice to have. Implementing it would involve writing some methods to completely serialize/deserialize the simulation state.