Jump to content

Saving Fluid Simulation


goldleaf

Recommended Posts

I have a fluids test that's been cooking for around 36 hours. When it's done solving, will simply saving the .hip file keep what the solver calculated? Or is that only for viewing the results as it is re-solved a render time? If necessary, how do I save the sim files? Thanks!

Link to comment
Share on other sites

I have a fluids test that's been cooking for around 36 hours. When it's done solving, will simply saving the .hip file keep what the solver calculated? Or is that only for viewing the results as it is re-solved a render time? If necessary, how do I save the sim files? Thanks!

Well...

Hopefully, you'll be able to simply append a rop_geometry node after your dop imports. You can then write out a .bgeo sequence of your temporarily cached simulation. There is a possibility depending on the complexity of your simulation that you could chew up all your ram durring this process and houdini will crash.

The best way to save simulations is to think ahead. When you're ready to do a simulation, you should use a file dop at the end of your network, and after naming the .sim file and choosing it's location, set the mode to Automatic.

.sim files are typically going to be a larger size on disk than .bgeos because you'll a: be saving *all* simulation data to disk, and b: be saving subframes to disk rather than just the frames you see. However, the advantage of using .sim files, is that you will be able to resume a sim from whatever frame you left off at in the case of a system crash/power failure/etc.

Never simulate at rendertime. Break that habit sooner than later, because it's a terribly inefficient workflow when you gain access to a renderfarm.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...