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 393
    • Issues 393
    • 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
  • #327

Closed
Open
Created Dec 07, 2016 by Mattijs Janssens@MattijsMaintainer

displacementMotionSolver on different mesh region

displacementMotionSolvers access points0 through

    IOobject io
    (
        "points0",
        instance,
        mesh.meshDir(),
        mesh
   );

This should be

    IOobject io
    (
        "points0",
        instance,
        polyMesh::meshSubDir,
        mesh,
    )

instead since the name of the mesh is already encoded in the mesh.name() and mesh.dbDir()

Assignee
Assign to
Time tracking