Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O OpenFOAM-plus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 339
    • Issues 339
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • OpenFOAM-plus
  • Issues
  • #1467
Closed
Open
Created Oct 24, 2019 by Mattijs Janssens@MattijsMaintainer

Not all entries in etc/controlDict InfoSwitches can be overwritten in the system/controlDict

Functionality to add/problem to solve

Not all entries in etc/controlDict InfoSwitches can be overwritten in the system/controlDict

  • grep for all occurences of infoSwitch
  • subtract all occurences of registerInfoSwitch

and the following seem to be unimplemented:

OpenFOAM/db/IOobjects/IOdictionary/baseIOdictionary.C:    debug::infoSwitch("writeDictionaries", 0)
OpenFOAM/db/IOstreams/IOstreams.C:    Foam::debug::infoSwitch("writePrecision", 6)
OpenFOAM/db/Time/Time.C:    Foam::debug::infoSwitch("printExecutionFormat", 0)
OpenFOAM/db/dictionary/dictionary.C:    Foam::debug::infoSwitch("writeOptionalEntries", 0)
OpenFOAM/db/dictionary/entry/entry.C:    Foam::debug::infoSwitch("disableFunctionEntries", 0)
OpenFOAM/db/dynamicLibrary/dynamicCode/dynamicCode.C:    Foam::debug::infoSwitch("allowSystemOperations", 0)
OpenFOAM/global/JobInfo/JobInfo.C:bool Foam::JobInfo::writeJobInfo(Foam::debug::infoSwitch("writeJobInfo", 0));
OpenFOAM/global/profiling/profiling.C:int Foam::profiling::allowed(Foam::debug::infoSwitch("allowProfiling", 1));
OpenFOAM/primitives/strings/fileName/fileName.C:    Foam::debug::infoSwitch("allowSpaceInFileName", 0)

@Prashant

Edited Oct 24, 2019 by Mattijs Janssens
Assignee
Assign to
Time tracking