Sub-skill of gmsh-openfoam-orcaflex: Stub Mode Details.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill stub-mode-details --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Stub Mode Details?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-stub-mode-details)More formats (shields.io, HTML) on the badges page.
---
name: gmsh-openfoam-orcaflex-stub-mode-details
description: 'Sub-skill of gmsh-openfoam-orcaflex: Stub Mode Details.'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Stub Mode Details
## Stub Mode Details
When `--stub-mode` is set or `PIPELINE_STUB_MODE=1`:
| Stub | Method | Outputs |
|------|--------|---------|
| `stub_gmsh.py` | Structured hex grid, cylinder void removed | Valid MSH2 file |
| `stub_openfoam.py` | Analytical Cd=1.0 drag, decaying residuals | log.simpleFoam + force.dat |
| `stub_orcaflex.py` | Fixed-free cantilever beam theory | deflection [m], tension [N] |
Analytical reference for cylinder drag:
```
F_drag = 0.5 * rho * U^2 * D * L * Cd
= 0.5 * 1025 * 1.5^2 * 1.0 * 5.0 * 1.0
= 5765.6 N (for D=1m, L=5m, U=1.5m/s)
```
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.