Sub-skill of orcawave-damping-sweep: Damping-Related Properties.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill damping-related-properties --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Damping Related Properties?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-damping-related-properties-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: orcawave-damping-sweep-damping-related-properties
description: 'Sub-skill of orcawave-damping-sweep: Damping-Related Properties.'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Damping-Related Properties
## Damping-Related Properties
```python
# Access damping data from OrcaWave model
import OrcFxAPI
model = OrcFxAPI.DiffractionModel("fpso.owr")
# Radiation damping (frequency-dependent)
rad_damping = model.damping # 6x6xNfreq array
# Extra roll damping (user-specified viscous)
*See sub-skills for full details.*
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!