Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 751 Bytes

mesh.md

File metadata and controls

23 lines (10 loc) · 751 Bytes

Mesh generator for fish cages

The mesh generator is written in python to help to generate the MED mesh file for code_aster.

In the src/mesh folder, we provide mesh generator for five commonly used fish cages, namely, CCS, CCT, CSM, CST, SSM.

We do not recommend to modify the source code for mesh generator.

Rule of thumb for the mesh

There are few rules to make the mesh generation easy.

  1. The water level is at Z = 0 m.
  2. Th water is the domain Z < 0.
  3. The floating collar is located at the water level.

Figure19