VEW Processing

This example demonstrates the complete workflow for processing Vertical Element Wall (VEW) in ADCIRC meshes using the vewutils.vewprocessing module. The process includes:

  • Converting VEW polylines to node strings

  • Adding VEWs to the mesh

  • Scraping VEWs from the mesh

  • Managing bank elevations and Manning’s n values for VEW nodes

You can find the complete example in the examples/vewprocessing/example.ipynb notebook.

VEW Processing Example