1euler2d(6x) XScreenSaver manual euler2d(6x)
2
3
4
6 euler2d - two dimensional incompressible inviscid fluid flow.
7
9 euler2d [-display host:display.screen] [-visual visual] [-window]
10 [-root] [-count number] [-eulertail number] [-cycles number] [-ncolors
11 number] [-delay number] [-fps]
12
14 Simulates two dimensional incompressible inviscid fluid flow.
15
17 -visual visual
18 Specify which visual to use. Legal values are the name of a
19 visual class, or the id number (decimal or hex) of a specific
20 visual.
21
22 -window Draw on a newly-created window. This is the default.
23
24 -root Draw on the root window.
25
26 -count number
27 Particles. 2 - 5000. Default: 1024.
28
29 -eulertail number
30 Trail Length. 2 - 500. Default: 10.
31
32 -cycles number
33 Duration. 100 - 5000. Default: 3000.
34
35 -ncolors number
36 Number of Colors. Default: 64.
37
38 -delay number
39 Per-frame delay, in microseconds. Default: 10000 (0.01 sec‐
40 onds.).
41
42 -fps Display the current frame rate and CPU load.
43
45 DISPLAY to get the default host and display number.
46
47 XENVIRONMENT
48 to get the name of a resource file that overrides the global
49 resources stored in the RESOURCE_MANAGER property.
50
52 X(1), xscreensaver(1)
53
55 Copyright © 2002 by Stephen Montgomery-Smith. Permission to use, copy,
56 modify, distribute, and sell this software and its documentation for
57 any purpose is hereby granted without fee, provided that the above
58 copyright notice appear in all copies and that both that copyright
59 notice and this permission notice appear in supporting documentation.
60 No representations are made about the suitability of this software for
61 any purpose. It is provided "as is" without express or implied war‐
62 ranty.
63
65 Stephen Montgomery-Smith.
66
67
68
69X Version 11 5.42-1.fc29 (30-Dec-2018) euler2d(6x)