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: src/defines.hpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
#defineGRAPHICS_FRAME_WIDTH3840// set frame width if only GRAPHICS is enabled
31
31
#defineGRAPHICS_FRAME_HEIGHT2160// set frame height if only GRAPHICS is enabled
32
32
#defineGRAPHICS_BACKGROUND_COLOR0x000000// set background color; black background (default) = 0x000000, white background = 0xFFFFFF
33
-
#defineGRAPHICS_U_MAX0.15f// maximum velocity for velocity coloring in units of LBM lattice speed of sound (c=1/sqrt(3)) (default: 0.15f)
33
+
#defineGRAPHICS_U_MAX0.2f// maximum velocity for velocity coloring in units of LBM lattice speed of sound (c=1/sqrt(3)) (default: 0.2f)
34
34
#defineGRAPHICS_Q_CRITERION0.0001f// Q-criterion value for Q-criterion isosurface visualization (default: 0.0001f)
35
35
#defineGRAPHICS_BOUNDARY_FORCE_SCALE100.0f// scaling factor for visualization of forces on solid boundaries if VOLUME_FORCE is enabled and lbm.calculate_force_on_boundaries(); is called (default: 100.0f)
36
36
#defineGRAPHICS_STREAMLINE_SPARSE4// set how many streamlines there are every x lattice points
0 commit comments