remove_boundary
Remove a specified boundary condition from a bridge model by ID and type, including supports, elastic links, and constraint equations.
Instructions
Remove a specific boundary condition (删除指定边界条件).
Args:
remove_id: Node or element ID to remove boundary from
(节点号/单元号/从节点号,取决于边界类型)
kind: Boundary type to remove (边界类型), English token or Chinese:
"support" (一般支承), "elastic_support" (弹性支承),
"general_elastic_support" (一般弹性支承),
"elastic_link" (一般弹性连接), "tension_elastic_link" (受拉弹性连接),
"compression_elastic_link" (受压弹性连接), "rigid_elastic_link" (刚性弹性连接),
"master_slave" (主从约束), "beam_constraint" (梁端约束),
"constraint_equation" (约束方程)
group_name: Boundary group name (边界组名)
extra_name: Extra identifier (额外标识):
for elastic links: "I" or "J" end (弹性连接时为I/J端);
for constraint equations: the equation name (约束方程时为方程名)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| remove_id | Yes | ||
| extra_name | No | I | |
| group_name | No |