write_zeta_vtk

Given a list of arrays representing the coordinates of a set of n_surf UVLM lattices and organised as:

zeta[n_surf][3,M+1,N=1]

this function writes a vtk for each of the n_surf surfaces.

param zeta:

lattice coordinates to plot

type zeta:

np.array

param zeta_ref:

reference lattice used to compute the magnitude of displacements

type zeta_ref:

np.array

param filename_root:

initial part of filename (full path) without file extension (.vtk)

type filename_root:

str