gmsh-meshing-executable

Sub-skill of gmsh-meshing: Executable (+2).

5 stars

Best use case

gmsh-meshing-executable is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of gmsh-meshing: Executable (+2).

Teams using gmsh-meshing-executable should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/executable/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/engineering/cad/gmsh-meshing/executable/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/executable/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How gmsh-meshing-executable Compares

Feature / Agentgmsh-meshing-executableStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of gmsh-meshing: Executable (+2).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Executable (+2)

## Executable


| Platform | Path |
|----------|------|
| Windows (local) | `D:\software\gmsh\gmsh-4.15.0-Windows64\gmsh.exe` |
| Linux/macOS | `gmsh` (install via package manager or `pip install gmsh`) |
| Python module | `pip install gmsh` (provides `import gmsh`) |

## Supported Output Formats


| Format | Extension | Use Case |
|--------|-----------|----------|
| MSH v2.2 | `.msh` | BEM tools (BEMRosetta, Nemoh) |
| MSH v4.1 | `.msh` | Default, full feature support |
| STL | `.stl` | Visualization, 3D printing |
| VTK | `.vtk` | ParaView visualization |
| UNV | `.unv` | Salome, Code_Aster |
| Nastran BDF | `.bdf` | ANSYS, Nastran FEA |
| Abaqus INP | `.inp` | Abaqus FEA |
| Fluent DAT | `.dat` | Fluent CFD |
| CGNS | `.cgns` | CFD interoperability |
| MED | `.med` | Salome/Code_Aster |
| SU2 | `.su2` | SU2 CFD |
| OFF | `.off` | Geometry processing |

## Mesh Algorithms


| ID | Name | Dimension | Description |
|----|------|-----------|-------------|
| 1 | MeshAdapt | 2D | Adaptive, good for complex geometries |
| 5 | Delaunay | 2D | Default 2D, robust general purpose |
| 6 | Frontal-Delaunay | 2D | Better quality triangles |
| 8 | DelQuad | 2D | Delaunay for quads (recombine) |
| 9 | Packing of Parallelograms | 2D | Structured-like quad meshing |
| 1 | Delaunay | 3D | Default 3D tetrahedral |
| 4 | Frontal | 3D | Better quality tets |
| 7 | MMG3D | 3D | Remeshing with MMG |
| 10 | HXT | 3D | Parallel Delaunay (fast) |

Related Skills

hydrodynamic-pipeline-gmsh-panel-mesh-for-hydrodynamics

5
from vamseeachanta/workspace-hub

Sub-skill of hydrodynamic-pipeline: Gmsh Panel Mesh for Hydrodynamics (+3).

gmsh-openfoam-orcaflex-stub-mode-details

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-openfoam-orcaflex: Stub Mode Details.

gmsh-openfoam-orcaflex-real-mode-requirements

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-openfoam-orcaflex: Real Mode Requirements.

gmsh-openfoam-orcaflex-quick-invocation

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-openfoam-orcaflex: Quick Invocation.

gmsh-openfoam-orcaflex-gate-1-mesh-quality

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-openfoam-orcaflex: Gate 1 — Mesh Quality (+1).

gmsh-openfoam-orcaflex-file-map

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-openfoam-orcaflex: File Map.

gmsh-openfoam-orcaflex-error-propagation-map

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-openfoam-orcaflex: Error Propagation Map.

gmsh-openfoam-orcaflex-converter-1-gmsh-msh-openfoam-polymesh

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-openfoam-orcaflex: Converter 1: Gmsh .msh → OpenFOAM polyMesh (+1).

gmsh-openfoam-orcaflex-agent-usage-pattern

5
from vamseeachanta/workspace-hub

Sub-skill of gmsh-openfoam-orcaflex: Agent Usage Pattern.

gmsh-openfoam-orcaflex

5
from vamseeachanta/workspace-hub

Multi-physics simulation pipeline — Gmsh mesh generation → OpenFOAM CFD → OrcaFlex structural/mooring analysis. Agent-callable end-to-end workflow that passes geometry, fluid loads, and structural response through three solvers in sequence with validated handoffs at each step. Stub/mock fallbacks for environments without solver licenses.

cfd-pipeline-path-a-freecadcad-to-gmsh

5
from vamseeachanta/workspace-hub

Sub-skill of cfd-pipeline: Path A: FreeCAD/CAD to Gmsh (+3).

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

5
from vamseeachanta/workspace-hub

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