evaluate_physical_connections_rphysicalconnectionresponsebatch
类型: 函数
领域: 物理连接
推荐导入: from cadflow import evaluate_physical_connections_rphysicalconnectionresponsebatch
签名
def evaluate_physical_connections_rphysicalconnectionresponsebatch(layer: 'PhysicalConnectionLayer', states: 'Sequence[PhysicalConnectionState]') -> 'PhysicalConnectionResponseBatch'
功能说明
evaluate_physical_connections_rphysicalconnectionresponsebatch 是 CadFlow 物理连接领域的公共函数。
原始 API 说明
Evaluate a batch of reduced-order connection states in native C++.
Each state is expressed in connector A's local frame. The resulting wrench acts on component B in that same frame; component A receives the opposite wrench. This is a connection constitutive model, not a time integrator or finite-element solver.
其他公共导入路径
from cadflow.physical import evaluate_physical_connections_rphysicalconnectionresponsebatch
参数
| 名称 | 类型 | 必需 | 默认值 | 源码说明 |
|---|---|---|---|---|
layer | 'PhysicalConnectionLayer' | 是 | - | 源码 Docstring 未单独说明。 |
states | 'Sequence[PhysicalConnectionState]' | 是 | - | 源码 Docstring 未单独说明。 |
返回值
类型: 'PhysicalConnectionResponseBatch'
源码 Docstring 未声明更多返回语义。
异常
源码 Docstring 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。
行为与约束
- 以下契约由当前公共运行时签名生成;所有权与工作流限制见对应领域说明。
导入检查
from cadflow import evaluate_physical_connections_rphysicalconnectionresponsebatch