Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

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