Skip to content

Commit 8a2d666

Browse files
authored
Add note on GPU version functionalities and limitations
Added important note regarding the GPU version limitations.
1 parent 6f562fa commit 8a2d666

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,19 @@ The following external routines/libraries can be used with **HORSES3D**, but are
101101
export HDF5_DIR=path_to_hdf5
102102
```
103103

104+
## IMPORTANT NOTE ON THE GPU VERSION
104105

106+
The GPU version of horses3d is in beta version and not all the functionalities from the main branch are available here.
107+
Only Navier Stokes *.ns and Multiphase *.mu solvers are available here. Additionally, the next control file keywords do not work here:
108+
109+
Flow equations = "Euler"
110+
Gradient Variables = Energy
111+
viscous discretization = BR2
112+
viscous discretization = IP
113+
114+
The next Riemman solvers are 4-5 times slower than Roe Riemman solver:
115+
116+
Low dissipation Roe
117+
Matrix dissipation
105118

106119

0 commit comments

Comments
 (0)