Skip to content
Snippets Groups Projects
Commit 81dd8bd0 authored by Chi-Tuân Pham's avatar Chi-Tuân Pham
Browse files

[VnV][telemac3d] More relevant variable to be drawned

Vertical velocity W along z, rather than horizontal velocity V along x
parent a7a5ec4f
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ class VnvStudy(AbstractVnvStudy):
# Plotting vertical split
vnv_plot2d(\
'VELOCITY V',
'VELOCITY W',
res,
poly=[[0, 50], [500, 50]],
y_label='z (m)',
......@@ -154,7 +154,7 @@ class VnvStudy(AbstractVnvStudy):
# slice at initial time step (-1) of the velocity v variable
_, _, vel_v =\
res.get_data_on_vertical_plane(\
'VELOCITY V', -1, poly_points, poly_number)
'VELOCITY W', -1, poly_points, poly_number)
# creation of a mesh from the elevation value and curvilinear coordinate of the polyline
mesh = triangulation_from_data(abs_curv, values_poly_z)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment