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
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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.