run_analysis
Execute structural analysis calculations after loads, boundaries, and settings are configured. The solve runs in a worker thread with progress updates, so the connection stays responsive.
Instructions
Run the structural analysis calculation (执行结构分析计算).
Use this after all loads, boundaries, and analysis settings are configured.
Solving can take a long time; it runs in a worker thread so the connection
stays responsive, with periodic progress heartbeats.
求解可能耗时较长,在工作线程中执行以保持连接不阻塞,并周期性上报进度。
Args:
read_timeout: Max total solve time in seconds, default 3600
(求解总时限秒数;超时抛错,求解本身在后台继续)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read_timeout | No |