Skip to content

Commit b27c37e

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

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

demo/mars/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,15 @@ 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+
cd [path_to_biodynamo]/demos/SolarSystem
64+
python3 check_results.py
65+
```
66+
67+
You can verify the accuracy of the simulation by comparing the time it takes for a celestial object to complete a full rotation.
68+
69+
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,16 @@ 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+
cd [path_to_biodynamo]/demos/SolarSystem
73+
python3 check_results.py
74+
```
75+
76+
You can verify the accuracy of the simulation by comparing the time it takes for a celestial object to complete a full rotation.
77+
78+
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)