Agent skill
hydrodynamic-pipeline-orcaflex-model-assembly
Sub-skill of hydrodynamic-pipeline: OrcaFlex Model Assembly (+1).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/workflows/hydrodynamic-pipeline/orcaflex-model-assembly
SKILL.md
OrcaFlex Model Assembly (+1)
OrcaFlex Model Assembly
# Typical OrcaFlex model structure after importing hydrodynamics
General:
WaterDepth: 1500
StaticsDamping: 50
Environment:
WaveType: JONSWAP
WaveHs: 5.0
WaveTz: 10.0
RefCurrentSpeed: 1.0
VesselTypes:
- Name: "FPSO_VesselType"
# Hydrodynamic data loaded from OrcaWave/AQWA
Vessels:
- Name: "FPSO"
VesselType: "FPSO_VesselType"
InitialX: 0
InitialY: 0
InitialHeading: 0
LineTypes:
- Name: "Chain_R4"
Category: General
MassPerUnitLength: 195
EA: 1.2e9
Lines:
- Name: "Mooring_1"
LineType: ["Chain_R4"]
Length: [2000]
EndAConnection: Anchored
EndBConnection: "FPSO"
EndBConnectionPoint: [-120, 0, 0]
Execution
import OrcFxAPI
model = OrcFxAPI.Model()
model.LoadData('fpso_moored.yml')
# Run statics
model.CalculateStatics()
# Run dynamics
model.RunSimulation()
# Save results
model.SaveSimulation('fpso_moored.sim')
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?