~ubuntu-branches/ubuntu/precise/code-saturne/precise

« back to all changes in this revision

Viewing changes to doc/manpages/cs_solver.1

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2011-11-24 00:00:08 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20111124000008-2vo99e38267942q5
Tags: 2.1.0-3
Install a missing file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"
2
 
.\"  This file is part of the Code_Saturne Kernel, element of the
3
 
.\"  Code_Saturne CFD tool.
4
 
.\"
5
 
.\"  Copyright (C) 2009 EDF S.A., France
6
 
.\"
7
 
.\"  contact: saturne-support@edf.fr
8
 
.\"
9
 
.\"  The Code_Saturne Kernel is free software; you can redistribute it
10
 
.\"  and/or modify it under the terms of the GNU General Public License
11
 
.\"  as published by the Free Software Foundation; either version 2 of
12
 
.\"  the License, or (at your option) any later version.
13
 
.\"
14
 
.\"  The Code_Saturne Kernel is distributed in the hope that it will be
15
 
.\"  useful, but WITHOUT ANY WARRANTY; without even the implied warranty
16
 
.\"  of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
 
.\"  GNU General Public License for more details.
18
 
.\"
19
 
.\"  You should have received a copy of the GNU General Public License
20
 
.\"  along with the Code_Saturne Kernel; if not, write to the
21
 
.\"  Free Software Foundation, Inc.,
22
 
.\"  51 Franklin St, Fifth Floor,
23
 
.\"  Boston, MA  02110-1301  USA
24
 
.\"
25
 
.TH CS_SOLVER 1 2009-03-20 "" "Code_Saturne commands"
26
 
.SH NAME
27
 
cs_solver \- Main program of Code_Saturne.
28
 
.SH SYNOPSIS
29
 
.B cs_solver
30
 
.R [options]
31
 
.br
32
 
.SH DESCRIPTION
33
 
The
34
 
.B cs_solver
35
 
program is the main part of Code_Saturne. It solves the Navier-Stokes
36
 
equations, on a mesh given by the
37
 
.B preprocessor_output
38
 
created by the Code_Saturne preprocessor.
39
 
.SH OPTIONS
40
 
.B
41
 
.IP --solcom
42
 
Stand-alone kernel with "geomet" mesh in SolCom format (obsolete).
43
 
.B
44
 
.IP "--mpi [appnum]"
45
 
Use MPI for parallelism or coupling. In case of code coupling,
46
 
.B appnum
47
 
gives the number of this application (default: 0).
48
 
.B
49
 
.IP "-q, --quality"
50
 
Mesh quality verification mode.
51
 
.B
52
 
.IP "--cwf <criterion> [--post]"
53
 
Cut warped faces. Set the
54
 
.B  post
55
 
option to activate the post-processing related to the cutting of
56
 
warped faces.
57
 
.B
58
 
.IP "--benchmark [--mpitrace]"
59
 
Elementary operations performance. If the
60
 
.B mpitrace
61
 
option is set, operations are done only once for light MPI traces.
62
 
.B
63
 
.IP --log
64
 
Output redirection for rank -1 or 0. Differents possibilities are: 0
65
 
for standard output and 1 for output in
66
 
.B listing
67
 
(default)
68
 
.B
69
 
.IP --logp
70
 
Output redirection for rank > 0. Differents possibilities are: -1 to
71
 
remove output (default), 0 for no redirection (if independant
72
 
terminal, debugger type) and 1 for output in
73
 
.B listing_n<rank>
74
 
.B
75
 
.IP "-p, --param <file_name>"
76
 
Parameter file.
77
 
.B
78
 
.IP --version
79
 
Print version number.
80
 
.B
81
 
.IP "-h, --help"
82
 
Print a usage message and exit.
83
 
.SH ENVIRONMENT
84
 
.IP CS_FIC_MEM
85
 
Name of memory operations trace file.
86
 
.SH SEE ALSO
87
 
.BR cs_create (1),
88
 
.BR cs_preprocess (1)
89