File: gpiv_vorstra.1

package info (click to toggle)
gpivtools 0.5.2-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,500 kB
  • ctags: 487
  • sloc: ansic: 6,727; sh: 5,386; perl: 1,173; makefile: 250
file content (94 lines) | stat: -rw-r--r-- 2,778 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.TH GPIV_VORSTRA 1 "8 November 2006"
.SH NAME
gpiv_vorstra \- Calculates the differential quantities vorticity, shear
strain and normal strain from PIV data.
.SH SYNOPSIS

\fBgpiv_vorstra\fP
[\fB-d \fIN\fR] 
[\fB-h\fR | \fB--help\fR] 
[\fB-n\fR | \fB-o\fR | \fB-s\fR]
[\fB--no_g \fR]
[\fB-p\fR | \fB--print\fR] 
[\fB-g\fR | \fB--g\fR] 
[\fB-v\fR | \fB--version\fR] 
[\fIfilename\fR] 
< \fIstdin\fR > \fIstdout\fR

\fP

.SH DESCRIPTION

\fBgpiv_vorstra\fP calculates the differential quantities like
vorticity, shear strain and normal strain from PIV data. You can
choose from several differential schemes: central differentiation,
least squares, Richardson extrapolation and circulation
method. Circulation method only allows to calculate vorticity, but no
strain. The output can be generated as ASCII data containing four
columns or as GNUPlot Data format that allows to view/print the data
as contour plots.

The configuration parameters (containing the \fBPOST\fR key) may be
overruled by the command line options, as explained below.

.SH Options 

.TP 
\fB-d \fIN\fP
Differential type to be used: central difference
(\fIN\fR=0), least squares (\fIN\fR=1), Richardson interpolation
(\fIN\fR=2), circulation method (\fIN\fR=3)

.TP
\fB-h\fR | \fB--help\fP
On-line help

.TP
\fB-n\fR
Calculate normal strain of the PIV data. As an alternative the program may 
be called by its nickname \fIgpiv_nstrain\fR. In combination with 
\fIfilename\fR the output will be written to \fIfilename\fB.nstr\fR.

.TP
\fB-o\fP 
Calculate vorticity of the PIV data. As an alternative the program may 
be called by its nickname \fIgpiv_vorty\fR. In combination with 
\fIfilename\fR the output will be written to \fIfilename\fB.vor\fR.

.TP
\fB-p\fR | \fB--print\fP
Print parameters, command line options and eventually used input and
output filenames to stdout. The output is identic of \fIfilename\fB.par\fR, 
in case \fIfilename\fP is used.

.TP
\fB-s\fR
Calculate shear strain of the PIV data. As an alternative the program may 
be called by its nickname \fIsstrain\fR. In combination with 
\fIfilename\fR the output will be written to \fIfilename\fB.sstr\fR.

.TP
\fB-g\fR
Show contour plot of the output with gnuplot.

.TP
\fB--no_g\fR
Suppresses to show contour plot of the output with gnuplot.

.TP
\fB-v\fR | \fB--version\fP
Print version information on standard output, then exit successfully.

.TP 
\fIfilename\fR 
Input PIV data file. Overrides stdin and stdout. The output will be
written to \fIfilename\fB.vor\fR with \fB-o\fP, \fIfilename\fB.nstr\fR 
with \fB-n\fR or \fIfilename\fB.sstr\fR with \fB-s\fR.  Parameters are stored 
in \fIfilename\fB.par\fR and may be used for future use by including them 
in \fI./gpivrc\fR.

.SH SEE ALSO
gpivtools

.SH AUTHOR
Gerber Van der Graaf