跳到主要内容

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 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。

公共成员

成员类型签名说明
BONDEDconstant-Reduced-order force law evaluated by the native batch kernel.
COMPLIANTconstant-Reduced-order force law evaluated by the native batch kernel.
FASTENERconstant-Reduced-order force law evaluated by the native batch kernel.
FRICTIONAL_CONTACTconstant-Reduced-order force law evaluated by the native batch kernel.
INTERFERENCEconstant-Reduced-order force law evaluated by the native batch kernel.

行为与约束

  • 以下契约由当前公共运行时签名生成;所有权与工作流限制见对应领域说明。

导入检查

from cadflow import ConnectionResponseMode

相关内容