Skip to content

Commit 1d151f9

Browse files
committed
Minor correction of README and Documentation
1 parent 9104140 commit 1d151f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ directly accessed and utilized in a model. Functions are provided, for example,
2727
mass, and inertia of a geometrical object or the distance between two objects.
2828
Furthermore, Modia3D models 3D mechanical systems and shall be expanded into other domains in the future
2929
(for example to utilize the 3D geometry to model heat flow in buildings or satellites).
30-
In the future it will be possible, for example, to model the 3D mechanical part of a robot with Modia3D and the electrical motors and gearboxes are driving the joints with Modia.
30+
In the future it will be possible, for example, to model the 3D mechanical part of a robot with Modia3D and the electrical motors and gearboxes that are driving the joints with Modia.
3131

3232
Modia3D uses ideas from modern computer game engines to achieve a highly flexible setup of mechanical systems including collision handling. Other features are utilized from multi-body programs, such as support for closed kinematic loops, and elastic response calculation. The underlying mathematical formulation are hybrid Differential Algebraic Equations (DAEs) that are solved with the variable-step solver IDA via the [Sundials.jl](https://github.com/JuliaDiffEq/Sundials.jl) Julia package.
3333

@@ -144,7 +144,7 @@ The next figure shows a screenshot of the animation of example `Simulate_YouBot.
144144
include("$(Modia3D.path)/test/runtests.jl")
145145
```
146146

147-
Additionally to unit tests defined in `runtests.jl`, there are further test examples available.
147+
Additionally to unit tests defined in `runtests.jl`, there are further test examples available
148148
under `$(Modia3D.path)/test`.
149149

150150

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ The *Modia platform* is a prototype system for the next modeling and simulation
1414

1515
## Modia3D
1616

17-
Modia3D provides 3D geometry to physical systems so that geometrical objects can be
17+
[Modia3D](https://github.com/ModiaSim/Modia3D.jl) provides 3D geometry to physical systems so that geometrical objects can be
1818
directly accessed and utilized in a model. Functions are provided, for example, to compute the volume,
1919
mass, and inertia of a geometrical object or the distance between two objects.
2020
Furthermore, Modia3D models 3D mechanical systems and shall be expanded into other domains in the future
2121
(for example to utilize the 3D geometry to model heat flow in buildings or satellites).
22-
In the future it will be possible, for example, to model the 3D mechanical part of a robot with Modia3D and the electrical motors and gearboxes are driving the joints with Modia.
22+
In the future it will be possible, for example, to model the 3D mechanical part of a robot with Modia3D and the electrical motors and gearboxes that are driving the joints with Modia.
2323

2424
Modia3D uses ideas from modern computer game engines to achieve a highly flexible setup of mechanical systems including collision handling. Other features are utilized from multi-body programs, such as support for closed kinematic loops, and elastic response calculation. The underlying mathematical formulation are hybrid Differential Algebraic Equations (DAEs) that are solved with the variable-step solver IDA via the [Sundials.jl](https://github.com/JuliaDiffEq/Sundials.jl) Julia package.
2525

0 commit comments

Comments
 (0)