ConnectionResponseMode
类型: 枚举
领域: 物理连接
推荐导入: from cadflow import ConnectionResponseMode
签名
class ConnectionResponseMode(str, Enum)
功能说明
ConnectionResponseMode 是 CadFlow 物理连接领域的公共枚举。
原始 API 说明
Reduced-order force law evaluated by the native batch kernel.
其他公共导入路径
from cadflow.physical import ConnectionResponseMode
异常
源码 Docstring 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。
公共成员
| 成员 | 类型 | 签名 | 说明 |
|---|---|---|---|
BONDED | constant | - | Reduced-order force law evaluated by the native batch kernel. |
COMPLIANT | constant | - | Reduced-order force law evaluated by the native batch kernel. |
FASTENER | constant | - | Reduced-order force law evaluated by the native batch kernel. |
FRICTIONAL_CONTACT | constant | - | Reduced-order force law evaluated by the native batch kernel. |
INTERFERENCE | constant | - | Reduced-order force law evaluated by the native batch kernel. |
行为与约束
- 以下契约由当前公共运行时签名生成;所有权与工作流限制见对应领域说明。
导入检查
from cadflow import ConnectionResponseMode