Sub-skill of orcaflex-modal-analysis: With VIV Analysis (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill with-viv-analysis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of With Viv Analysis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-with-viv-analysis-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: orcaflex-modal-analysis-with-viv-analysis
description: 'Sub-skill of orcaflex-modal-analysis: With VIV Analysis (+1).'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# With VIV Analysis (+1)
## With VIV Analysis
```python
# 1. Run modal analysis to get natural frequencies
modal_results = modal.run_modal_analysis(cfg)
# 2. Use frequencies in VIV assessment
from digitalmodel.subsea.viv_analysis.viv_analysis import VIVAnalysis
viv = VIVAnalysis()
viv_results = viv.screen_for_viv(natural_frequencies, current_profile)
```
## With OrcaFlex Post-Processing
```python
# After modal analysis, run dynamic simulation
# and extract time series at modal frequencies
```
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!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.