Skip to content

Commit 0865393

Browse files
committed
Updated README.md files for mars and solar_system demos.
1 parent 72e12ab commit 0865393

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

demo/mars/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,19 @@ bdm view
5555
```
5656
In order to clearly observe the satellites in relation to the planet, feel free to scale up the diameter or volume of the satellites in the simulation.
5757

58+
## Verify the Results
59+
60+
By running the following commands:
61+
62+
```bash
63+
pip install vtk
64+
```
65+
66+
```bash
67+
cd [path_to_biodynamo]/demos/SolarSystem
68+
python3 check_results.py
69+
```
70+
71+
You can verify the accuracy of the simulation by comparing the time it takes for a celestial object to complete a full rotation.
72+
73+
The data were acquired from the [NASA Mars Moons Facts](https://science.nasa.gov/mars/moons/facts/), which provides real-world orbital and rotational period measurements.

demo/solar_system/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,20 @@ bdm run
6363
bdm view
6464
```
6565
In order to clearly observe the planets and the sun, feel free to scale up the diameter or volume of the satellites in the simulation.
66+
67+
## Verify the Results
68+
69+
By running the following commands:
70+
71+
```bash
72+
pip install vtk
73+
```
74+
75+
```bash
76+
cd [path_to_biodynamo]/demos/SolarSystem
77+
python3 check_results.py
78+
```
79+
80+
You can verify the accuracy of the simulation by comparing the time it takes for a celestial object to complete a full rotation.
81+
82+
The data were acquired from the [NASA Planetary Fact Sheet](https://nssdc.gsfc.nasa.gov/planetary/factsheet/), which provides real-world orbital and rotational period measurements.

0 commit comments

Comments
 (0)