Skip to main content

simulation

Kind: Module
Domain: Simulation handoff
Canonical import: from cadflow import simulation

Signature

from cadflow import simulation

Description

Solver-neutral surface contact semantics and native BREP evidence.

Solver-neutral surface contact semantics and native BREP evidence.

The objects in this module describe distributed face interactions for finite- element and other continuum preprocessors. They are deliberately separate from PhysicalConnection, whose stiffness values define a concentrated 6-DOF law.

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 simulation

See also