Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
PhysicsModelLink
Guides
PhysicsModelLink
Symbols
CreatePhysicsModel
DynamicBody
FixedBody
PhysicsModelAnimate
PhysicsModelEvolve
PhysicsModelIterate
PhysicsModelObject
PhysicsModelPlot
PhysicsModelVideo
ArnoudBuzing`PhysicsModelLink`
P
h
y
s
i
c
s
M
o
d
e
l
O
b
j
e
c
t
P
h
y
s
i
c
s
M
o
d
e
l
O
b
j
e
c
t
[
a
s
s
o
c
]
r
e
p
r
e
s
e
n
t
s
t
h
e
s
t
a
t
e
o
f
a
p
h
y
s
i
c
s
s
i
m
u
l
a
t
i
o
n
.
Examples
(
1
)
Basic Examples
(
1
)
Create a collection of "dominoes":
I
n
[
1
]
:
=
d
o
m
i
n
o
e
s
=
T
a
b
l
e
D
y
n
a
m
i
c
B
o
d
y
[
{
M
a
t
e
r
i
a
l
S
h
a
d
i
n
g
[
"
C
o
p
p
e
r
"
]
,
C
u
b
o
i
d
[
{
x
-
0
.
0
8
,
-
0
.
3
,
0
}
,
{
x
+
0
.
0
8
,
0
.
3
,
0
.
8
}
]
}
]
,
{
x
,
-
3
,
3
,
0
.
6
}
;
Create a ball that will push over the dominoes:
I
n
[
2
]
:
=
b
a
l
l
=
D
y
n
a
m
i
c
B
o
d
y
[
{
M
a
t
e
r
i
a
l
S
h
a
d
i
n
g
[
"
G
o
l
d
"
]
,
S
p
h
e
r
e
[
{
-
3
.
8
,
0
,
0
.
4
}
,
0
.
3
5
]
}
,
"
D
e
n
s
i
t
y
"
5
.
0
,
"
V
e
l
o
c
i
t
y
"
{
3
,
0
,
0
}
]
;
Create the model from the ball and dominoes:
I
n
[
3
]
:
=
m
o
d
e
l
=
C
r
e
a
t
e
P
h
y
s
i
c
s
M
o
d
e
l
P
h
y
s
i
c
s
B
o
u
n
d
a
r
y
B
o
x
[
{
{
-
4
,
-
4
,
0
}
,
{
4
,
4
,
6
}
}
,
"
T
h
i
c
k
n
e
s
s
"
1
]
,
F
i
x
e
d
B
o
d
y
[
{
H
a
t
c
h
S
h
a
d
i
n
g
[
.
6
,
G
r
a
y
]
,
C
u
b
o
i
d
[
{
-
4
,
-
4
,
-
1
}
,
{
4
,
4
,
0
}
]
}
]
,
d
o
m
i
n
o
e
s
,
b
a
l
l
,
"
G
r
a
v
i
t
y
"
{
0
,
0
,
-
9
.
8
1
}
,
"
G
r
a
p
h
i
c
s
3
D
O
p
t
i
o
n
s
"
{
B
a
c
k
g
r
o
u
n
d
B
l
a
c
k
,
A
x
e
s
F
a
l
s
e
,
B
o
x
e
d
F
a
l
s
e
,
V
i
e
w
P
o
i
n
t
F
r
o
n
t
,
I
m
a
g
e
S
i
z
e
L
a
r
g
e
}
O
u
t
[
3
]
=
P
h
y
s
i
c
s
M
o
d
e
l
O
b
j
e
c
t
D
y
n
a
m
i
c
b
o
d
i
e
s
:
1
2
F
i
x
e
d
b
o
d
i
e
s
:
7
T
i
m
e
:
0
.
0
0
0
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
P
h
y
s
i
c
s
M
o
d
e
l
L
i
n
k
"
"