Page 1 of 1

free surface in paraview

Posted: Wed Oct 24, 2018 1:23 pm
by HelmutZhang
Hello,

i want to know use which Filters see the result about free surface mesh motion?

Regards,

Helmut

Re: free surface in paraview

Posted: Wed Oct 24, 2018 7:13 pm
by Luciano Garelli
Hello,

I assume that you have a displacement vector as result of the CS simulation, so you can use the "warp by vector" filter. Also, you have a scale factor parameter to "scale" these displacement.
fig.png
Regards,

Luciano

Re: free surface in paraview

Posted: Tue Dec 04, 2018 12:27 pm
by HelmutZhang
Hello Luciano,

I used your xml file, but in the postview processing, I didn't get the free surface effect. Is there a problem with my settings in paraview?

Best wishes

Helmut

Re: free surface in paraview

Posted: Tue Dec 04, 2018 1:22 pm
by Luciano Garelli
Hello,

Check if in your XML file in the DATA directory there is a block of code like this for the BC_4

Code: Select all

<wall field_id="none" label="BC_4">
<ale choice="fixed_boundary"/>
</wall>
If there exist, remove it, and the run the simulation without saving in the GUI. Other option is to compare the two XML (the file that I upload and the file that you have in the DATA directory).

Regards,

Luciano