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

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

5 stars

Best use case

gmsh-openfoam-orcaflex-gate-1-mesh-quality is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using gmsh-openfoam-orcaflex-gate-1-mesh-quality 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/gate-1-mesh-quality/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/engineering/workflows/gmsh-openfoam-orcaflex/gate-1-mesh-quality/SKILL.md"

Manual Installation

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

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

Feature / Agentgmsh-openfoam-orcaflex-gate-1-mesh-qualityStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

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

# Gate 1 — Mesh Quality (+1)

## Gate 1 — Mesh Quality


| Metric | Limit | Source |
|--------|-------|--------|
| Max skewness | < 4.0 | OpenFOAM checkMesh default |
| Max non-orthogonality | < 70 deg | OpenFOAM checkMesh default |
| Cell count | >= 100 | Pipeline minimum |

Gate uses `checkMesh` when OpenFOAM is sourced; falls back to gmsh Python API
quality metric; falls back to heuristic line count for bare environments.


## Gate 2 — CFD Convergence


| Metric | Limit | Source |
|--------|-------|--------|
| Final residuals (all) | < 1e-4 | Standard CFD convergence |
| Force balance error | < 5% | Conservation check |

Parses OpenFOAM `log.simpleFoam` for residual lines.  Also detects hard
divergence markers (`FOAM FATAL ERROR`, `Floating point exception`, etc.).

Related Skills

OrcaFlex Specialist Skill

5
from vamseeachanta/workspace-hub

```yaml

orcaflex-reporting-fixture-proof-pattern

5
from vamseeachanta/workspace-hub

Build and extend fixture-backed OrcaFlex reporting proof paths in digitalmodel using stable metadata baselines, normalized HTML snapshots, and reusable reporting test helpers.

digitalmodel-orcawave-orcaflex-proof-workflows

5
from vamseeachanta/workspace-hub

Class-level digitalmodel OrcaWave/OrcaFlex readiness, semantic-proof, fixture-proof, and closeout workflows.

plan-gated-issue-execution-wave

5
from vamseeachanta/workspace-hub

Execute a multi-issue architecture/planning wave in a plan-gated repo, then safely transition approved issues into implementation with file-based Codex prompts, local approval markers, subprocess monitoring, and cleanup handling for sandbox/hook edge cases.

orcawave-orcaflex-readiness-audit

5
from vamseeachanta/workspace-hub

Audit the real readiness of digitalmodel OrcaWave/OrcaFlex spec-driven workflows by reconciling workspace-hub issues, source/tests, semantic-equivalence boundaries, and wiki synthesis gaps.

plan-gated-issue-validation-workflow

5
from vamseeachanta/workspace-hub

Systematic validation pattern for plan-approved GitHub issues with pre-existing deliverables

plan-gated-issue-implementation

5
from vamseeachanta/workspace-hub

Workflow for executing pre-approved GitHub issues with mandatory validation checkpoints

digitalmodel-orcawave-orcaflex-workflow

5
from vamseeachanta/workspace-hub

Current-state workflow for navigating and extending digitalmodel OrcaWave/OrcaFlex capabilities across code, tests, issues, queue tooling, and licensed-machine boundaries.

orcawave-orcaflex-semantic-proof-wave-closeout

5
from vamseeachanta/workspace-hub

Close out an OrcaWave/OrcaFlex semantic-proof wave after a PR merges, split unrelated CI blockers, and seed the next semantic-proof issue wave without duplicating existing issues.

large-lint-gate-restoration-wave

5
from vamseeachanta/workspace-hub

Restore a red repository Lint job when flake8 debt is large and mixed, by inventorying outliers, splitting issue ownership, using local direct-venv iteration, inspecting broad auto-format diffs, and closing only after exact local and GitHub Actions Lint proof.

orcawave-to-orcaflex

5
from vamseeachanta/workspace-hub

Integration specialist for converting OrcaWave diffraction results to OrcaFlex vessel types. Handles hydrodynamic database generation, RAO import, viscous damping addition, and coordinate system transformations.

orcawave-mesh-generation

5
from vamseeachanta/workspace-hub

Panel mesh generation for OrcaWave diffraction analysis. Use when converting CAD/STL to panel mesh, validating mesh quality, running convergence studies, or generating GDF files for hydrodynamic computations.