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
V
i
d
e
o
P
h
y
s
i
c
s
M
o
d
e
l
V
i
d
e
o
[
f
r
a
m
e
s
]
c
r
e
a
t
e
s
a
n
A
n
i
m
a
t
i
o
n
V
i
d
e
o
f
r
o
m
a
l
i
s
t
o
f
P
h
y
s
i
c
s
M
o
d
e
l
O
b
j
e
c
t
f
r
a
m
e
s
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Create a model with a dodecahedron rolling on an inclined plane:
I
n
[
1
]
:
=
d
o
d
e
c
a
h
e
d
r
o
n
=
T
r
a
n
s
l
a
t
e
[
C
o
n
v
e
x
H
u
l
l
M
e
s
h
[
N
[
P
o
l
y
h
e
d
r
o
n
D
a
t
a
[
"
D
o
d
e
c
a
h
e
d
r
o
n
"
,
"
P
o
i
n
t
s
"
]
]
]
,
{
3
,
0
,
5
}
]
;
m
o
d
e
l
=
C
r
e
a
t
e
P
h
y
s
i
c
s
M
o
d
e
l
D
y
n
a
m
i
c
B
o
d
y
[
{
S
t
a
n
d
a
r
d
O
r
a
n
g
e
,
H
a
t
c
h
S
h
a
d
i
n
g
[
]
,
d
o
d
e
c
a
h
e
d
r
o
n
}
]
,
P
h
y
s
i
c
s
B
o
u
n
d
a
r
y
B
o
x
[
{
{
-
5
,
-
5
,
0
}
,
{
5
,
5
,
7
}
}
]
,
F
i
x
e
d
B
o
d
y
[
{
G
r
a
y
,
H
a
t
c
h
S
h
a
d
i
n
g
[
]
,
C
o
n
v
e
x
H
u
l
l
M
e
s
h
[
{
{
-
5
,
-
5
,
0
}
,
{
-
5
,
5
,
0
}
,
{
5
,
5
,
0
}
,
{
5
,
-
5
,
0
}
,
{
-
5
,
-
5
,
1
}
,
{
-
5
,
5
,
1
}
,
{
5
,
5
,
3
}
,
{
5
,
-
5
,
3
}
}
]
}
]
,
O
u
t
[
1
]
=
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
F
i
x
e
d
b
o
d
i
e
s
:
7
T
i
m
e
:
0
.
0
0
0
Evolve the model for 300 steps with time step 1/60:
I
n
[
2
]
:
=
f
r
a
m
e
s
=
P
h
y
s
i
c
s
M
o
d
e
l
E
v
o
l
v
e
[
m
o
d
e
l
,
5
0
0
,
1
/
6
0
.
0
]
;
Generate a video from the frames:
I
n
[
3
]
:
=
P
h
y
s
i
c
s
M
o
d
e
l
V
i
d
e
o
[
f
r
a
m
e
s
,
P
l
o
t
R
a
n
g
e
1
.
0
1
{
{
-
5
,
5
}
,
{
-
5
,
5
}
,
{
0
,
7
}
}
]
O
u
t
[
3
]
=
"
"