Open brendanjmeade opened 2 months ago
Thank you for documenting this, @Emilycm-97!
This summer, I wrote a new notebook that follows this approach but automates several steps. Your post has prompted me to highlight them here so we have a written record.
create_ribbon_mesh
flag was set sensible (i.e. for a continuous sequence of segments). The automatic ordering is achieved through referencing the ordered coordinates from the block labeling routine. Gmsh
functions are called within the notebook, not externally through the standalone Gmsh app. This involves importing the gmsh
library, but this is now done (I believe) as part of the environment.yml
for celeri
.msh
files are placed into the data/mesh
directory.mesh_parameters.json
file is automatically updatedsegment.csv
file is written that sets create_ribbon_mesh = 0
, so that we don't try to re-mesh them in the future. @Emilycm-97 Thanks for writing out your current workflow! @jploveless That's an awesome level of automation. Inspired!
Current Meshing Workflow: