EulerImplicitSolver This component belongs to the category of integration schemes or ODE Solver. This scheme builds the system following an implicit scheme: forces are considered based on the state information… read more →
StaticSolver This component belongs to the category of integration schemes or ODE Solver. In the field of mechanics, statics consists in finding the equilibrium taking into account the loads (internal… read more →
NewmarkImplicitSolver This component belongs to the category of integration schemes or ODE Solver. This scheme is an implicit time integrator for dynamic system using the Newmark scheme. To compute the… read more →
ConstantForceField This component belongs to the category of ForceField. The ConstantForceField is a simple force field applying the same constant force on each node. This force field is not integrated… read more →
LocalMinDistance This proximity method is an intersection detection close to the previous MinProximityIntersection but in addition, it filters the list of DetectionOutput to keep only the contacts with the local… read more →
Collisions Detection: DirectSAP The DirectSAP component belongs to the category of Collision Detection. In this section, we describe the two collision detection methods based on the “Sweep and Prune” algorithm,… read more →
Collisions Detection: IncrSAP The IncrSAP component belongs to the category of Collision Detection. In this section, we describe the two collision detection methods based on the “Sweep and Prune” algorithm,… read more →
MinProximityIntersection This proximity method for intersection detection: detects a possible contact as soon as pair of collision elements are close to each other (distance smaller than the alarmDistance) and creates… read more →