Sub-skill of gmsh-openfoam-orcaflex: Quick Invocation.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill quick-invocation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quick Invocation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-quick-invocation)More formats (shields.io, HTML) on the badges page.
---
name: gmsh-openfoam-orcaflex-quick-invocation
description: 'Sub-skill of gmsh-openfoam-orcaflex: Quick Invocation.'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Quick Invocation
## Quick Invocation
```bash
# Real mode (all three solvers installed)
python3 scripts/pipelines/gmsh_openfoam_orcaflex.py \
--diameter 1.0 --length 5.0 --velocity 1.5 \
--work-dir /tmp/pipeline_run
# Stub mode (no solver licenses required — CI / dev-primary)
python3 scripts/pipelines/gmsh_openfoam_orcaflex.py \
--diameter 1.0 --length 5.0 --velocity 1.5 \
--work-dir /tmp/pipeline_run --stub-mode
# Shell wrapper
bash scripts/pipelines/gmsh_openfoam_orcaflex.sh \
--diameter 1.0 --length 5.0 --velocity 1.5 --stub-mode
# Run full test suite (no solvers required)
cd scripts/pipelines && python3 -m pytest test_cylinder_in_flow.py -v
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.