solver-benchmark

Run N-way diffraction solver benchmarks comparing AQWA, OrcaWave, and BEMRosetta results

5 stars

Best use case

solver-benchmark is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Run N-way diffraction solver benchmarks comparing AQWA, OrcaWave, and BEMRosetta results

Teams using solver-benchmark 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/solver-benchmark/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/engineering/marine-offshore/solver-benchmark/SKILL.md"

Manual Installation

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

How solver-benchmark Compares

Feature / Agentsolver-benchmarkStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Run N-way diffraction solver benchmarks comparing AQWA, OrcaWave, and BEMRosetta results

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

# Solver Benchmark

## When to Use This Skill

Use solver benchmarking when:
- **Validating solver setups** - Confirm all solvers produce consistent results
- **Cross-validating results** - Compare different solver outputs for the same hull
- **Identifying solver quirks** - Find solver-specific behaviors or numerical differences
- **Quality assurance** - Verify analysis methodology across tools
- **Reporting** - Generate comparison reports for documentation

## Quick Start

```bash
# Run 3-way benchmark on Unit Box (validation case)
uv run python scripts/benchmark/run_3way_benchmark.py \
    specs/modules/benchmark/unit_box_spec.yml

# Dry run (generate files, skip solver execution)
uv run python scripts/benchmark/run_3way_benchmark.py \
    specs/modules/benchmark/unit_box_spec.yml --dry-run

# Run specific solvers only
uv run python scripts/benchmark/run_3way_benchmark.py \
    spec.yml --solvers orcawave,aqwa

# Custom output directory
uv run python scripts/benchmark/run_3way_benchmark.py \
    spec.yml -o results/my_benchmark
```

## Related Skills

- **mesh-utilities** - Mesh inspection and conversion (`/mesh`)
- **hydrodynamic-analysis** - BEM theory and RAO analysis
- **orcaflex/specialist** - OrcaFlex integration

## Sub-Skills

- [Troubleshooting](troubleshooting/SKILL.md)

## Sub-Skills

- [Solver Paths](solver-paths/SKILL.md)
- [Benchmark Workflow](benchmark-workflow/SKILL.md)
- [Output Structure](output-structure/SKILL.md)
- [Consensus Levels](consensus-levels/SKILL.md)
- [Creating Benchmark Specs](creating-benchmark-specs/SKILL.md)
- [Available Hull Geometries](available-hull-geometries/SKILL.md)
- [Programmatic Usage](programmatic-usage/SKILL.md)
- [MultiSolverComparator (+1)](multisolvercomparator/SKILL.md)
- [OrcaWave (via OrcFxAPI) (+3)](orcawave-via-orcfxapi/SKILL.md)
- [Pre-Flight Validation Checklist](pre-flight-validation-checklist/SKILL.md)
- [Correlation Thresholds (+1)](correlation-thresholds/SKILL.md)
- [Mandatory Checks Before Committing Reports (+2)](mandatory-checks-before-committing-reports/SKILL.md)
- [Related Work Items](related-work-items/SKILL.md)

Related Skills

wave-theory

5
from vamseeachanta/workspace-hub

Ocean wave theory including wave spectra, statistics, irregular seas, and wave transformation for offshore engineering

ship-dynamics-6dof

5
from vamseeachanta/workspace-hub

6DOF ship dynamics, equations of motion, seakeeping analysis, and natural frequency calculations

mooring-analysis

5
from vamseeachanta/workspace-hub

Mooring system design, analysis, and assessment for floating offshore platforms

mesh-utilities

5
from vamseeachanta/workspace-hub

Quick mesh inspection, conversion, quality checks, and coarsening for hydrodynamic solvers

marine-offshore-engineering

5
from vamseeachanta/workspace-hub

Marine and offshore engineering fundamentals for platform design, subsea systems, and regulatory compliance

hydrodynamic-analysis

5
from vamseeachanta/workspace-hub

Hydrodynamic analysis using BEM, RAOs, added mass, damping, and wave loads for offshore structures

fatigue-analysis

5
from vamseeachanta/workspace-hub

Fatigue analysis for offshore structures including S-N curves, rainflow counting, Miner's rule, and DNV standards

engineering-solver-domain-recon

5
from vamseeachanta/workspace-hub

Deep reconnaissance of an engineering solver domain (OrcaWave, OrcaFlex, CalculiX, OpenFOAM, etc.) across a multi-repo ecosystem — map infrastructure, issues, skills, data artifacts, machine constraints, and solver queue state before planning work.

orcawave-aqwa-benchmark

5
from vamseeachanta/workspace-hub

Cross-validation specialist for comparing OrcaWave and AQWA diffraction analysis results. Provides statistical comparison, peak value validation, and automated benchmark reporting for hydrodynamic coefficient verification.

solver-benchmark-solver-paths

5
from vamseeachanta/workspace-hub

Sub-skill of solver-benchmark: Solver Paths.

solver-benchmark-related-work-items

5
from vamseeachanta/workspace-hub

Sub-skill of solver-benchmark: Related Work Items.

solver-benchmark-programmatic-usage

5
from vamseeachanta/workspace-hub

Sub-skill of solver-benchmark: Programmatic Usage.