FEA post-processing workflow skill. Guides AI agents through finite element analysis visualization: stress distribution, deformation, mode shapes, and yield detection. Maps FEA domain vocabulary to viznoir MCP tool calls. Triggers: FEA, structural, stress, deformation, displacement, von Mises, yield, mode shape, 응력, 변형, 항복, 모드 형상
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
cinematic_render(field="von_mises_stress", colormap="Cool to Warm") → stress overview
execute_pipeline with WarpByVector → deformation visualization
execute_pipeline with Threshold(von_mises > yield) → critical regions
extract_stats → max stress, max displacement values
WarpByVector Pattern
{"source":{"file":"FILE_PATH"},"pipeline":[{"filter":"WarpByVector","params":{"vector":"displacement","scale_factor":10.0}}],"output":{"type":"image","render":{"field":"von_mises_stress","colormap":"Cool to Warm"}}}
Scale factor: 10-100x for small deformations, 1x for large.