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]
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
43 DISPLAY to get the default host and display number.
44
45 XENVIRONMENT
46 to get the name of a resource file that overrides the global
47 resources stored in the RESOURCE_MANAGER property.
48
50 X(1), xscreensaver(1)
51
53 Copyright © 2002 by Stephen Montgomery-Smith. Permission to use, copy,
54 modify, distribute, and sell this software and its documentation for
55 any purpose is hereby granted without fee, provided that the above
56 copyright notice appear in all copies and that both that copyright
57 notice and this permission notice appear in supporting documentation.
58 No representations are made about the suitability of this software for
59 any purpose. It is provided "as is" without express or implied war‐
60 ranty.
61
63 Stephen Montgomery-Smith.
64
65
66
67X Version 11 5.05-3 (06-Apr-2008) euler2d(6x)