'Sub-skill of orcaflex-vessel-setup: 1. FPSO with AQWA Hydrodynamics
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill 1-fpso-with-aqwa-hydrodynamics --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 1 Fpso With Aqwa Hydrodynamics?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-1-fpso-with-aqwa-hydrodynamics-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: orcaflex-vessel-setup-1-fpso-with-aqwa-hydrodynamics
description: 'Sub-skill of orcaflex-vessel-setup: 1. FPSO with AQWA Hydrodynamics
(+2).'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# 1. FPSO with AQWA Hydrodynamics (+2)
## 1. FPSO with AQWA Hydrodynamics
```python
# 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
```python
# Installation barge
vessel = model.CreateObject(OrcFxAPI.otVessel, "Installation_Barge")
vessel.VesselType = "Barge_Type"
vessel.PrimaryMotion = OrcFxAPI.vmPrescribed # Follow prescribed motion
```
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!