Skip to content
Snippets Groups Projects
  1. Jun 19, 2016
  2. Jun 17, 2016
  3. Jun 16, 2016
  4. Jun 15, 2016
  5. Jun 14, 2016
    • Henry Weller's avatar
      foamList: Added support for listing scalar and vector field boundary conditions · 8d4c181c
      Henry Weller authored
      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
      8d4c181c
    • Henry Weller's avatar
      foamList: Added support for listing fvOptions, functionObjects and turbulence models · 126a1555
      Henry Weller authored
      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
        -switches         List switches declared in libraries but not set in
                          etc/controlDict
        -unset            List switches declared in libraries but not set in
                          etc/controlDict
        -srcDoc           display source code in browser
        -doc              display application documentation in browser
        -help             print the usage
      126a1555
    • Henry Weller's avatar
      Legacy solver wrappers ICCG and BICCG removed · 1bc9ff44
      Henry Weller authored
      Instead of ICCG use PCG with the DIC preconditioner
      Instead of BICCG use PBiCG with the DILU preconditioner
      1bc9ff44
    • Henry Weller's avatar
    • Henry Weller's avatar
      multiphaseCompressibleTurbulenceModels, twoPhaseCompressibleTurbulenceModels,... · 12563a42
      Henry Weller authored
      multiphaseCompressibleTurbulenceModels, twoPhaseCompressibleTurbulenceModels, phaseCompressibleTurbulenceModels: Added LIB_LIBS
      12563a42