openfoam/applications/utilities/miscellaneous
Henry Weller dc305b04f3 foamList: Added support for listing scalar and vector field boundary conditions
Usage: foamList [OPTIONS]
options:
  -case <dir>       specify alternate case directory, default is the cwd
  -compressibleTurbulenceModels
                    List compressible turbulenceModels
  -functionObjects  List functionObjects
  -fvOptions        List fvOptions
  -incompressibleTurbulenceModels
                    List incompressible turbulenceModels
  -noFunctionObjects
                    do not execute functionObjects
  -registeredSwitches
                    List switches registered for run-time modification
  -scalarBCs        List scalar field boundary conditions (fvPatchField<scalar>)
  -switches         List switches declared in libraries but not set in
                    etc/controlDict
  -unset            List switches declared in libraries but not set in
                    etc/controlDict
  -vectorBCs        List vector field boundary conditions (fvPatchField<vector>)
  -srcDoc           display source code in browser
  -doc              display application documentation in browser
  -help             print the usage
2016-06-14 17:43:31 +01:00
..
foamDictionary foamDictionary: Added -value option to print the value associated with an entry 2016-06-10 20:23:46 +01:00
foamFormatConvert Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
foamHelp applications/.*/Allwmake: Updated to support "stop on 1st error" 2016-04-04 09:03:40 +01:00
foamList foamList: Added support for listing scalar and vector field boundary conditions 2016-06-14 17:43:31 +01:00
foamListTimes foamListTimes: moved to applications/utilities/miscellaneous/foamListTimes 2016-06-13 16:42:25 +01:00
patchSummary Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00