logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

code_saturne - Main user script of Code_Saturne.

Commands

       Further information will be obtained with code_saturne<command>--help

       studymanager
              The  code_saturnestudymanager command can be used to run an autovalidation series of runs defined
              by an xml file (see specific autovalidation documentation).

       compile
              The code_saturnecompile command can be used to  generate  the  cs_solver  executable  needed  for
              running a Code_Saturne study.

       config The   code_saturneconfig   command  provides  information  about  the  Code_Saturne  build  and
              installation.

       create The code_saturnecreate command sets up a directory structure for a Code_Saturne  study  or  case.
              The  different  directories  created are MESH for meshes, POST for user post-processing and a case
              directory (or several) containing a DATA, SRC (to store user files), RESU (to store  results)  and
              SCRIPTS directory.

       gui    The code_saturnegui command starts the Code_Saturne gui.

       info   The code_saturneinfo command is a wrapper for an easier look at Code_Saturne documentation.

       run    The code_saturnerun starts a Code_Saturne case's preprocessing or computation execution.

       salome The  code_saturnesalome  command  starts  SALOME,  with  the  CFDSTUDY  module enabled (assuming
              Code_Saturne is built with SALOME support).

Description

       The code_saturne script is the main user script of Code_Saturne.

Environment Variables

       The following environment variables may affect code_saturnerun:CS_MPIEXEC_OPTIONS
          This variable allows defining extra  arguments  to  be  passed  to  the  MPI  execution  command  when
          applicable.   If  this  option  is  defined, it will have priority over the value defined in global or
          local code_saturne.cfg files (or by computed defaults), so if necessary, it is possible  to  define  a
          setting specific to a given run using this variable.

       CS_SCRATCHDIR
          Allows  defining  the  execution directory, overriding the default path or settings from the global or
          local code_saturne.cfg files.

Name

       code_saturne - Main user script of Code_Saturne.

Options

       -h, --help
              Help message.

See Also

       The full documentation for Code_Saturne is accessible using the code_saturneinfo command.

                                                   2013-07-15                                    CODE_SATURNE(1)

Synopsis

code_saturne [-h|--help] <command>

See Also