Hi, I try to follow the same steps for visualizing the water surface.
However, the quality is not that great compare to your rendered results.
It seems more transparent in my case.
Dear all, I get reports from pCloud that the dataset I shared gets a 1-10 downloads per week, which is more than I could imagine . In this light, I would like to point out that the data is provided via the CC BY 4.0 license. Also, you may want to take a look at the full dataset from our study: https://doi.org/10.6084/m9.figshare.12593480.v4
In particular, it includes series of vtk files with the evolution of the air-water interface. Can be used to create cool animations
This is a really cool dataset, thanks for sharing Timofey. Messed around with it real quick testing out some of the new 5.9 OSPRay features.
This is just a quick 5 mins hack at it using the water velocity with a blue->white color gradient, but this simulation could be visualized in a REALLY cool way with some time spent setting it up.
There is both. There are OpenFOAM cases on grids with varying density. These can be opened in Paraview to get the whole simulation domain, and a snapshot of the interface can be extracted along with the surrounding water, using the Clip function, as discussed above. But there is also an archive with a time-series of vtk files, which store the interface only. These can be used for an animation.
Hey,
sorry, i know its an old topic, but my problem is very similar to the problems in the topic.
I would like to postprocess water, with “transparent” volume. To do that, i do a clip (Mode Scalar), Extract Surface and Generate Normals with PBR_Water. Ray Tracing (OSPRay raycaster) is enabled with 200 Samplings per Pixel. My water looks blue and not transparent like yours.
How do i set transparent to it ?
@Kai_himself the PBR_Water is a “water” texture that I created, and is essentially just putting an image of water at all of your surface cells. To get something transparent, either mess with the glass materials, or don’t use a material and just adjust color and opacity values.