WOLFRAM SYSTEM MODELER

BouncyPlane

A model of a bouncy plane

Wolfram Language

In[1]:=
SystemModel["DocumentationExamples.Simulation.Catapult.Components.BouncyPlane"]
Out[1]:=

Information

Wolfram Language Documentation Examples

This library contains models used in the documentation of system modeling functionality in Wolfram Language. These examples and this library can be explored in the Wolfram Language documentation.

Parameters (6)

N_to_m

Value: world.defaultN_to_m

Type: Real (N/m)

Description: Force arrow scaling (length = force/N_to_m)

kInSurface

Value: 500000

Type: Real (N/m)

Description: Spring constant of in-plane motion

damping

Value: 500

Type: Real (N⋅s/m)

Description: Damping of in-plane motion

mu_static

Value: 0.3

Type: Real

mu_dynamic

Value: 0.2

Type: Real

n

Value: {0, 1, 0}

Type: Real[3]

Description: Normalized vector in normal direction of the plane, in global coordinates

Connectors (3)

frame_a

Type: Frame_a

Description: Coordinate system a fixed to the component with one cut-force and cut-torque

frame_b

Type: Frame_b

Description: Coordinate system b fixed to the component with one cut-force and cut-torque

contact

Type: BooleanOutput

Description: 'output Boolean' as connector

Components (1)

world

Type: World

Description: World coordinate system + gravity field + default animation definition

Used in Components (1)

BouncingBall

DocumentationExamples.Simulation.Catapult.Components

A model of a bouncing ball