You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/mars/README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,19 @@ bdm view
55
55
```
56
56
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.
57
57
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.
Copy file name to clipboardExpand all lines: demo/solar_system/README.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,3 +63,20 @@ bdm run
63
63
bdm view
64
64
```
65
65
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