Skip to main content
在 Manus 中运行任何 Skill
一键导入

abaqus-odb-to-grid-csv

Convert per-case Abaqus FEA outputs into ML-ready (X, Y) wide-table CSVs. Pivots irregular FEA mesh node displacements onto a regular N×N grid via direct binning (structured mesh) or bilinear resampling, picks the final frame as the deformation target, and aggregates across many cases into X_amplitude.csv (design vectors) + Y_grid_uz.csv (flattened grid displacement). Use when the user has a folder of completed FEA cases and wants to train a Ridge / MLP / Gaussian Process surrogate on the (input → displacement field) mapping.

概览

Convert per-case Abaqus FEA outputs into ML-ready (X, Y) wide-table CSVs. Pivots irregular FEA mesh node displacements onto a regular N×N grid via direct binning (structured mesh) or bilinear resampling, picks the final frame as the deformation target, and aggregates across many cases into X_amplitude.csv (design vectors) + Y_grid_uz.csv (flattened grid displacement). Use when the user has a folder of completed FEA cases and wants to train a Ridge / MLP / Gaussian Process surrogate on the (input → displacement field) mapping.

安装命令
npx skills add https://github.com/Haibarakiku/abaqus-ml-skills --skill abaqus-odb-to-grid-csv

复制此命令并粘贴到 Claude Code 中以安装该技能

星标3
分支1
更新时间2026年4月27日 12:34
文件资源管理器
3 个文件
SKILL.md
readonly