Agent skill
orcaflex-vessel-setup-1-fpso-with-aqwa-hydrodynamics
Sub-skill of orcaflex-vessel-setup: 1. FPSO with AQWA Hydrodynamics (+2).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/marine-offshore/orcaflex-vessel-setup/1-fpso-with-aqwa-hydrodynamics
SKILL.md
1. FPSO with AQWA Hydrodynamics (+2)
1. FPSO with AQWA Hydrodynamics
# Import FPSO hydrodynamics from AQWA
vessel_type = import_vessel_from_aqwa(
model=model,
aqwa_file="fpso_aqwa.lis",
vessel_name="FPSO_Type",
import_config={
"displacement_raos": True,
"load_raos": True,
"qtfs": True,
*See sub-skills for full details.*
## 2. Shuttle Tanker Approach
```python
# Shuttle tanker at offset position
vessel = model.CreateObject(OrcFxAPI.otVessel, "Shuttle_Tanker")
vessel.VesselType = "Shuttle_Type"
vessel.InitialPosition = [80, 0, 0] # 80m offset from FPSO
vessel.InitialHeading = 180 # Stern-to-stern
3. Barge for Installation
# Installation barge
vessel = model.CreateObject(OrcFxAPI.otVessel, "Installation_Barge")
vessel.VesselType = "Barge_Type"
vessel.PrimaryMotion = OrcFxAPI.vmPrescribed # Follow prescribed motion
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?