get_special_results
Retrieve specialized post-analysis results from bridge structural models, including vibration modes, buckling eigenvalues, concurrent reactions, elastic link forces, and cable element lengths.
Instructions
Get special post-analysis results (专项分析结果查询) — beyond the basic
deformation/force/stress/reaction of get_analysis_results.
Args:
kind: Result kind (结果类型):
"vibration_modal" (自振振型, 需 mode), "buckling_modal" (屈曲振型, 需 mode),
"period_vibration" (周期与振型汇总), "buckling_eigenvalue" (屈曲特征值),
"self_concurrent_reaction" (自并发反力, 需 node_id + case_name),
"all_concurrent_reaction" (全并发反力, 需 node_id + case_name),
"concurrent_force" (并发内力, 需 ids + case_name),
"elastic_link_force" (弹性连接内力, 需 ids),
"constraint_equation_force" (约束方程内力, 需 ids),
"cable_element_length" (索单元无应力长度, 需 ids)
ids: Element/link IDs (单元/连接编号)
case_name: Load case name (荷载工况名)
node_id: Node ID for concurrent reactions (并发反力节点号)
mode: Mode number for modal results (振型阶数)
stage_id: Construction stage (施工阶段号, -1=运营)
result_kind: Result kind flag (结果种类)
envelop_type: Envelope type (包络类型)
increment_type: Increment type (增量类型)
limit: Max items per page (单页条数上限)
offset: Pagination offset (翻页偏移)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | ||
| kind | Yes | ||
| mode | No | ||
| limit | No | ||
| offset | No | ||
| node_id | No | ||
| stage_id | No | ||
| case_name | No | ||
| result_kind | No | ||
| envelop_type | No | ||
| increment_type | No |