On this page |
Houdini’s SOP FLIP fluids provide several ready-to-use tools to illustrate some of most common workflows. To access the tools, create a Geometry SOP and double-click it to dive into the node. There, press the ⇥ Tab key to invoke the TAB menu. Enter flip configure
and choose FLIP Configure Ocean Layer
from the list. Houdini creates a complete network and you can immediately start the simulation by clicking the icon in the playbar.
The FLIP Configure Ocean Layer
tool shows how to
-
create a guided ocean layer,
-
work with the FLIP Solver SOP node’s fourth input,
-
customize and modify the simulation domain,
-
drive fluid particles through an ocean spectrum.
This tool creates a guided FLIP simulation of a particle layer from an ocean surface. The particles are initialized with ocean velocities. The FLIP simulation uses a guiding volume approach to maintain ocean velocities through the simulation. The network modifies the domain volume to make it a collision object for the particles. The depth of the layer will determine how closely the simulation matches the ocean surface. The depth will also determine how well the simulation can capture motion below the surface such as wakes and vortices.
Main nodes ¶
Node name | Function |
---|---|
|
Tube SOP. This node determines the shape of the simulation domain. The object is converted into a VDB volume through the |
|
Subnetwork SOP. This node provides a custom Band parameter to adjust a mask. The mask is used to control the depth of the particle layer. Band defines the width of an area in which the mask fades out. Double-click the node to dive into the node. There you can see the network that creates the mask’s transition and the Band parameter. Below you can see the mask.
|
|
Subnetwork SOP. The domain’s volume is modified through this subnetwork to make it acts as a collision object for the particles. The node provides a custom Depth parameter to determine how closely the particles will match the ocean surface. Double-click the node to dive into it. There you can see the network that modifies the domain and defines the Depth parameter. Note It’s not always obvious how The image shows a bottom view of the clipped domain with a Depth of
|
|
FLIP Container SOP. This node creates a domain where fluid simulation happens. At the domain’s boundaries, particles are sourced and deleted to maintain an equilibrium. You can connect an object to the node’s input. This object will then serve as a custom-shaped domain. The FLIP Container is also the place where you turn on physical properties like Surface Tension or Viscosity. You can also define custom attributes such as |
|
Ocean Spectrum SOP. This node creates volumes containing the ocean wave information. The wave pattern is based on parameters like Direction, Speed and Scale. You can also choose from two Spectrum Type options. The default is TMA, also known as Encino waves. The Philips mode is widely known as Tessendorf waves. |
|
Ocean Evaluate SOP. The node used the information from the |
|
FLIP Solver SOP. This node is the center piece of the network and brings everything together to simulate the fluid’s behavior. The Waterline tab is of particular interest: the Waterline checkbox has to be turned off, because the particles are created through the solver’s fourth input (Boundary Flow). Boundary Conditions are also relevant in this setup, because the fluid interacts with FLIP Container’s walls. |
|
Particle Fluid Surface SOP. Turn on the node’s Display/Render flag to invoke the creation of a polygon mesh, representing the fluid. |
Tips ¶
To... | Do this |
---|---|
Change the simulation domain’s geometry |
Add or import an object and connect it to the |
Create more particles |
In the |
Display particles instead of spheres |
Go to the |
Preview the waves |
|
Change the waves' properties |
Play with the parameters of the Wind tab, esp. Spectrum Type and Speed. Under the Amplitude tab you can eliminate smaller waves and ripples by increasing Min Wavelength. |