diff --git a/examples/telemac3d/vent/vnv_vent.py b/examples/telemac3d/vent/vnv_vent.py index f729b5986a95285fa1256718033e4d5d41ae441e..bad6b2e51c2a6407e9d3141bf082651cbc68c387 100644 --- a/examples/telemac3d/vent/vnv_vent.py +++ b/examples/telemac3d/vent/vnv_vent.py @@ -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)