tyFlow Forum
TyCache - Extend frame range and resume simulation - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: Feature Requests (https://forum.tyflow.com/forum-4.html)
+--- Thread: TyCache - Extend frame range and resume simulation (/thread-4286.html)



TyCache - Extend frame range and resume simulation - BeyondReality.de - 06-06-2024

Hi,
It would be great if you could extend the frame range of a tyChache after a simulation is done.

Sometimes I need to have some more frames of an animation. Or I forgot to update the frame range after some changes.
So it would be great to resume from the last frame of the already simulated tyCache. Similiar to Phoenix where you can resume a simulation every 15 frames.

Is this possible?


RE: TyCache - Extend frame range and resume simulation - tyFlow - 06-07-2024

Unfortunately not possible.

A grid-based simulator like PhoenixFD is easy to resume, because you simply need to fill each cell with the grid values of the previous frame in order to step forward.

Resuming a tyFlow simulation would be exponentially more complex, as you not only need to restore particle values, but also the internal state of every operator and every internal solver.


RE: TyCache - Extend frame range and resume simulation - BeyondReality.de - 06-10-2024

Could it be possible for VDB simulations?


RE: TyCache - Extend frame range and resume simulation - tyFlow - 06-11-2024

It should already be possible with VDBs - you can load them with a Birth VDB operator (file mode), and as long as you load in the proper velocity channels and such, that should given you an identical starting state relative to where it previously ended.