Agent skill
fe-analyst-key-results-to-extract-and-plot
Sub-skill of fe-analyst: Key Results to Extract and Plot (+1).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/marine-offshore/fe-analyst/key-results-to-extract-and-plot
SKILL.md
Key Results to Extract and Plot (+1)
Key Results to Extract and Plot
RESULT_TYPES = {
# Tension / Axial
"effective_tension": {
"unit": "kN",
"positive": "tension",
"check": "Te > 0 (no compression except upheaval buckling design)",
},
"wall_tension": {
"unit": "kN",
"note": "True wall tension = Te - Pi*Ai + Pe*Ae",
},
# Bending
"x_bending_moment": {"unit": "kN·m"},
"y_bending_moment": {"unit": "kN·m"},
"resultant_bending_moment": {
"unit": "kN·m",
"computed": "sqrt(Mx² + My²)",
},
"curvature": {
"unit": "1/m",
"check": "κ < κ_allowable = 1 / (20×OD) typical",
},
# Stress
"von_mises_stress": {"unit": "MPa", "check": "σ_vm < SMYS / γ_m"},
"combined_utilization": {
"unit": "−",
"check": "UC < 1.0 per DNV-OS-F101 or API RP 2RD",
},
# Position
"x_position": {"unit": "m"},
"z_position": {"unit": "m"},
"arc_length": {"unit": "m"},
# Fatigue (if applicable)
"fatigue_damage": {"unit": "−", "check": "D < 0.1 (factor 10 on 20-yr life)"},
}
Statistical Summary Table
For each result variable, report:
| Statistic | Symbol | Description |
|---|---|---|
| Mean | μ | Time-average |
| Std Dev | σ | Dynamic variation |
| Maximum | max | Most extreme tensile / positive |
| Minimum | min | Most extreme compressive / negative |
| Max Absolute | max | |
| MPM (Most Probable Maximum) | MPM = μ + √(2 ln N) × σ | Storm peak estimate |
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?