Skip to content

Commit b1ec396

Browse files
updates on benchmarks readme files
1 parent a74e38b commit b1ec396

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

benchmarks/helicalMixer/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
This benchmark compares the performance of phasicFlow with a well-stablished commercial DEM software for simulating a helical mixer with varying particle counts (250k to 4M particles). The benchmark measures both computational efficiency and memory usage across different hardware configurations.
66

7+
**Summary of Results:**
8+
9+
- phasicFlow achieves similar performance to the commercial DEM software on the same hardware.
10+
- phasicFlow shows a 30% performance improvement when using the NVIDIA RTX A4000 compared to the RTX 4050Ti.
11+
- Memory usage is approximately 50% lower in phasicFlow compared to the commercial software, with phasicFlow using about 0.7 GB of memory per million particles, while the commercial software uses about 1.5 GB per million particles.
12+
713
## Simulation Setup
814

915
<div align="center">

benchmarks/readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11

22
# Benchmarks
33

4-
Benchmakrs has been done on two different simulations: a simulation with simple geometry (rotating drum) and a simulation with complex geometry (helical mixer).
4+
Benchmakrs has been done on two different simulations: simulation with simple geometry (rotating drum) and a simulation with complex geometry (helical mixer). These benchmarks are used to show how PhasicFlow performs in different scenarios.
55

6-
- [rotating drum](./rotatingDrum/readme.md)
7-
- [helical mixer](./helicalMixer/readme.md)
6+
- [rotating drum](./rotatingDrum/)
7+
- [helical mixer](./helicalMixer/)
8+
9+
**Note:** If you have performed benchmarks with PhasicFlow using other hardware or software other than PhasicFlow, we would be happy to include them in this section. Please open an issue for more arrangements or send a pull request with the benchmarks results.

benchmarks/rotatingDrum/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
This benchmark compares the performance of phasicFlow with a well-stablished commercial DEM software for simulating a rotating drum with varying particle counts (250k to 8M particles). The benchmark measures both computational efficiency and memory usage across different hardware configurations.
66

7+
**Summary of Results:**
8+
9+
- phasicFlow achieves approximately 20% faster calculation than the commercial DEM software on the same hardware.
10+
- phasicFlow shows a 30% performance improvement when using the NVIDIA RTX A4000 compared to the RTX 4050Ti.
11+
- Memory usage is approximately 42% lower in phasicFlow compared to the commercial software, with phasicFlow using about 0.7 GB of memory per million particles, while the commercial software uses about 1.2 GB per million particles
12+
713
## Simulation Setup
814

915
<div align="center">

0 commit comments

Comments
 (0)