Hey guys,
Just want to make sure I understand this correctly. When using the shelf tools to make Cloth, Solid or Organic object they all use the finite element solver and when I tab in the cloth solver it turn into the finite element solver icon. Does that mean that they all just use that one solver and the only difference is what type of object you plug into it?
And does that mean that the sim time on them are all pretty much the same or does the type of object make a big difference?
Cloth and Finite element solver the same thing?
8566 4 1- Zybrand
- Member
- 91 posts
- Joined: 1月 2014
- Offline
- anon_user_37409885
- Member
- 4189 posts
- Joined: 6月 2012
- Offline
In general the answer is yes but there's a really cool way to check it out, that is at the heart of Houdini.
Make a cloth object and a solid object and you will see inside the AutoDopNetwork node that they are both attached to the fineteelementsolver.
You can then dive inside either the cloth or the solid object, press ‘i’ on the keyboard, and explore what they contain-> Go inside the cloth configureobject or the solidconfigureobject and have a look around.
Also explore the objects from the Scene level that you made into Cloth and Solid and you will see different nodes attached to them.
Make a cloth object and a solid object and you will see inside the AutoDopNetwork node that they are both attached to the fineteelementsolver.
You can then dive inside either the cloth or the solid object, press ‘i’ on the keyboard, and explore what they contain-> Go inside the cloth configureobject or the solidconfigureobject and have a look around.
Also explore the objects from the Scene level that you made into Cloth and Solid and you will see different nodes attached to them.
- Nima
- Member
- 471 posts
- Joined: 11月 2013
- Offline
- icarus551
- Member
- 22 posts
- Joined: 12月 2009
- Offline
- michiel
- スタッフ
- 429 posts
- Joined: 6月 2007
- Offline
The Solid Object expects tetrahedrons. The Solid Object shelf tool puts down a Tetrahedralize node for this purpose.
The Cloth Object expects polygons (triangles, quads, or a mix of these two).
Whenever you use Cloth Object or Deforming Collider, you must make sure that each polygon is either a triangle or a quad (3 or 4 vertices).
Any polygons with more than four sides will be ignored by the simulation and by the collision detection. The solver does give you a warning about this. You can triangulate your collision geometry using the Divide SOP. If you don't want to triangulate, you can get rid of the violating polygons with the “5+ edges” repair option on PolyDoctor.
Michiel
The Cloth Object expects polygons (triangles, quads, or a mix of these two).
Whenever you use Cloth Object or Deforming Collider, you must make sure that each polygon is either a triangle or a quad (3 or 4 vertices).
Any polygons with more than four sides will be ignored by the simulation and by the collision detection. The solver does give you a warning about this. You can triangulate your collision geometry using the Divide SOP. If you don't want to triangulate, you can get rid of the violating polygons with the “5+ edges” repair option on PolyDoctor.
Michiel
-
- Quick Links