asnowcappedromance Posted August 1, 2010 Share Posted August 1, 2010 Hey, I've just installed the new Houdini 11 apprentice version and was eager to test out the new voronoi fracturing workflow. Somewhere in this forum I found a way to visualize the fracturing process within the Sop Level and then pass the data via python code to the doplevel. That seems to work just fine, but when I actually start cooking the simulation, it takes awefully long to process. (seems to run multiple fracturings instead of only one fracturing per impact) Can someone help me fix my file? just basic stuff ... thanks in advance, Manuel hou_fracture_test.hipnc Quote Link to comment Share on other sites More sharing options...
johner Posted August 1, 2010 Share Posted August 1, 2010 (edited) Hi Manuel, I put an example file here, but sounds like you may have already seen it. Somehow in your setup you set the "Number of Objects" in the rbdobject1 DOP to 6, meaning you created 6 overlapping cubes. When they started fracturing, they all overlap and cause all kinds of problems. Just set it back to 1, or use an expression based on $OBJ to offset them from each other if that's what you were trying to do. Also, you might try setting the Substeps of the DOPnet to 2 (makes for a smoother transition from intact to fractured), and turn the number of collision passes down on the RigidBodySolver, like 2,2,2 for Collision, Contact, Subcontact passes. Hope that helps. Edited August 1, 2010 by johner Quote Link to comment Share on other sites More sharing options...
asnowcappedromance Posted August 1, 2010 Author Share Posted August 1, 2010 wow, that was helpful !! turning down the passes brings some nice speed into the simulation - and the value "6" ... I must have set this parameter by accident, 1 cube is sufficient thanks a lot, Manuel Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.