Sub-skill of orcawave-qtf-analysis: Available Data (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill available-data --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Available Data?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-available-data)More formats (shields.io, HTML) on the badges page.
---
name: orcawave-qtf-analysis-available-data
description: 'Sub-skill of orcawave-qtf-analysis: Available Data (+1).'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Available Data (+1)
## Available Data
```python
# Mean drift loads (3 methods available)
mean_drift_pressure = model.meanDriftLoadPressureIntegration
mean_drift_momentum = model.meanDriftLoadMomentumConservation
mean_drift_control = model.meanDriftLoadControlSurface
# QTF data structure
qtf_freqs = model.QTFFrequencies
qtf_periods = model.QTFPeriods
qtf_heading_pairs = model.QTFHeadingPairs
*See sub-skills for full details.*
## Heading Pair Management
```python
from digitalmodel.orcawave.qtf import QTFHeadingManager
# Manage QTF heading pairs
manager = QTFHeadingManager()
# Define heading pairs for bi-directional seas
pairs = manager.generate_pairs(
headings=[0, 30, 60, 90, 120, 150, 180],
pair_type="symmetric" # Reduce computation using symmetry
*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!