Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 420
    • Issues 420
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #990
Closed
Open
Issue created Aug 31, 2018 by Prashant Sonakar@PrashantDeveloper

BUG: Incorrect points reported in multiSolidBody motion

src/dynamicMesh/motionSolvers/displacement/solidBody/multiSolidBodyMotionSolver.C

should report total points being used. It reports only from master at the moment.

            Info<< "Applying solid body motion " << SBMFs_[zonei].type()
                << " to "
                << returnReduce(pointIDs_[zonei].size(), sumOp<label>())
                << " points of cellZone " << iter().keyword() << endl;

@Mattijs @andy @Sergio

Cross reference: EP#793

Edited Aug 31, 2018 by Prashant Sonakar
Assignee
Assign to
Time tracking