Solver Benchmark Solver Paths

Sub-skill of solver-benchmark: Solver Paths.

vamseeachanta 4e51ac8 486 B Updated

File contents

Solver Paths

Solver Paths

Configure solver paths in the script or via environment variables:

# In run_3way_benchmark.py
SOLVER_PATHS = {
    "orcawave": None,  # Uses OrcFxAPI
    "aqwa": Path("C:/Program Files/ANSYS Inc/v252/aqwa/bin/winx64/Aqwa.exe"),
    "bemrosetta": Path("D:/software/BEMRosetta/BEMRosetta_cl.exe"),
}

See sub-skills for full details.

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/engineering/marine-offshore/solver-benchmark/solver-paths commit 4e51ac8c46

Frequently asked questions

npx skillmds@latest add vamseeachanta/solver-benchmark-solver-paths