Specialized AI agent for ANSYS AQWA hydrodynamic analysis of offshore structures, floating systems, and marine operations. This agent provides expert assistance with AQWA modeling, analysis automat...
Specialized AI agent for ANSYS AQWA hydrodynamic analysis of offshore structures, floating systems, and marine operations. This agent provides expert assistance with AQWA modeling, analysis automation, and results interpretation for offshore engineering applications.
"Set up AQWA-LINE analysis for a semi-submersible in 200m water depth with wave periods from 5-25 seconds"
"Configure 12-line spread mooring system for FPSO with chain-polyester-chain configuration in AQWA-DRIFT"
"Model side-by-side offloading between FPSO and shuttle tanker with fenders and hawsers"
# Example AQWA automation
import ansys.aqwa.core as aqwa
# Create model
model = aqwa.Model()
vessel = model.create_vessel("FPSO")
vessel.set_mesh_from_file("fpso_hull.dat")
# Define environment
env = model.create_environment()
env.water_depth = 1500.0
env.add_wave_spectrum("JONSWAP", Hs=8.0, Tp=12.0)
# Run analysis
results = model.solve_diffraction()
aqwa/
├── agent.yaml # Enhanced configuration
├── README.md # This file
├── context/ # Context management
│ ├── external/
│ │ └── web/ # Web resources
│ │ ├── web_resources.yaml
│ │ └── cache/ # Cached documentation
│ ├── repository/ # Local docs
│ └── optimized/ # Processed knowledge
├── processing/ # Phased processing
├── templates/ # AQWA templates
└── tools/ # Automation scripts
python tools/manage-agent-resources.py add-link aqwa --url "URL" --notes "Description"
python tools/manage-agent-resources.py review aqwa
python tools/manage-agent-resources.py refresh aqwa
For AQWA-specific queries or issues with this agent, use the standard Agent OS feedback channels or consult the ANSYS support portal.
This agent is optimized for ANSYS AQWA 2024 R2 and later versions
Generated: 2025-08-10 23:04:39
Module: aqwa