Skip to main content

evaluate_physical_connections_rphysicalconnectionresponsebatch

Kind: Function
Domain: Physical connections
Canonical import: from cadflow import evaluate_physical_connections_rphysicalconnectionresponsebatch

Signature

def evaluate_physical_connections_rphysicalconnectionresponsebatch(layer: 'PhysicalConnectionLayer', states: 'Sequence[PhysicalConnectionState]') -> 'PhysicalConnectionResponseBatch'

Description

Evaluate a batch of reduced-order connection states in native C++.

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.

Other public imports

  • from cadflow.physical import evaluate_physical_connections_rphysicalconnectionresponsebatch

Parameters

NameTypeRequiredDefaultSource description
layer'PhysicalConnectionLayer'yes-Not explicitly described in the source docstring.
states'Sequence[PhysicalConnectionState]'yes-Not explicitly described in the source docstring.

Returns

Type: 'PhysicalConnectionResponseBatch'

The source docstring does not declare additional return semantics.

Errors

The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.

Behavior and constraints

  • The contract below is generated from the current public runtime signature. Check domain notes for ownership and workflow constraints.

Import check

from cadflow import evaluate_physical_connections_rphysicalconnectionresponsebatch

See also