fem_modal
Configure modal frequency extraction by setting the solver to frequency analysis and defining mode count or optional frequency bounds before running the solve.
Instructions
Configure analysis for modal (frequency) extraction.
Sets solver AnalysisType='frequency' and EigenmodesCount=n_modes. f_low / f_high (Hz) optionally bound the requested mode range. Caller still calls fem_run, then fem_modal_results to read frequencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| f_low | No | ||
| f_high | No | ||
| n_modes | No | ||
| analysis | Yes |