Agent skill

orcawave-mesh-generation-integration-with-gmsh-meshing-skill

Sub-skill of orcawave-mesh-generation: Integration with gmsh-meshing Skill.

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/marine-offshore/orcawave-mesh-generation/integration-with-gmsh-meshing-skill

SKILL.md

Integration with gmsh-meshing Skill

Integration with gmsh-meshing Skill

For advanced meshing requirements, combine with the gmsh-meshing skill:

python
from digitalmodel.solvers.gmsh_meshing.mesh_generator import GmshMeshGenerator
from digitalmodel.orcawave.converters import GmshToGDFConverter

# Generate high-quality mesh with gmsh
gmsh_gen = GmshMeshGenerator()
gmsh_mesh = gmsh_gen.generate(
    geometry="geometry/hull.step",
    element_size=0.5,
    refinement_fields=["waterline", "bilge_keel"]
)

# Convert to OrcaWave GDF format
converter = GmshToGDFConverter()
converter.convert(gmsh_mesh, "geometry/hull.gdf")

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results