Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 380
    • Issues 380
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #368

Closed
Open
Created Jan 03, 2017 by Admin@OpenFOAM-adminMaintainer

OpenFOAM® User Upgrade Guide - Missing entries

I know that this page is still being written: http://openfoam.com/documentation/user-upgrade-guide.php - but I've stumbled upon an annoying situation which lead me to report it now, before you guys forget to document it ;)

Utility updates

  • changeDictionaryDict no longer needs the dictionaryReplacementmaster block. In v1606+ it was for example:

    dictionaryReplacement
    {
        U
        {
            internalField   uniform (0.001 0 0);
        }
    }

    As of v1612+, it's simply:

    U
    {
        internalField   uniform (0.001 0 0);
    }
Assignee
Assign to
Time tracking