This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials [2016/11/15 11:48] ndrs [Dam Break] |
tutorials [2016/12/16 11:46] (current) ndrs |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Tutorials ====== | ====== Tutorials ====== | ||
- | In this page you will find different tutorials on how to create different cases in VisualSPHysics for FreeCAD. | + | In this page you will find different tutorials on how to create different cases in DesignSPHysics. |
Use this tutorials to make yourself confortable with using the interface, and as a complement to the [[featreference|Feature Reference]] | Use this tutorials to make yourself confortable with using the interface, and as a complement to the [[featreference|Feature Reference]] | ||
===== Dam Break ===== | ===== Dam Break ===== | ||
- | This is one of the most simple cases to create. It will create a cube of water spreading out in a box. | + | This tutorial creates a basic body of water that simply falls and fills its encasing. It's one of the most simple cases to do, and is recommended to learn the basics. |
- | The result should be like this: | + | [[dam-break-example|You can view it here]] |
- | >>> INSERT IMAGE | + | ===== Float example ===== |
+ | This tutorial creates a floating cube falling into a body of water inside a case. It uses floating properties. | ||
- | These are the steps to get to that. | + | [[float-example|You can view it here]] |
- | ==== Step 1 - Creating a new case ==== | + | ===== Initials example ===== |
+ | This tutorial includes importing an external mesh (in STL) and placing a body of water in it. It shows how to apply an initial velocity vector to a body of water. | ||
+ | [[initials-example|You can view it here]] |