Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O OpenFOAM-plus
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • 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
  • Merge requests
  • !223

Merged
Created Dec 04, 2018 by Mark Olesen@markMaintainer

ENH: momentum field function (issue #1105)

  • Overview 8
  • Commits 2
  • Changes 7

Calculates linear/angular momentum, reporting integral values and optionally writing the fields.

Example

    momentum1
    {
        type        momentum;
        libs        ("libfieldFunctionObjects.so");
        ...
        selectionMode   all;
        writeMomentum   yes;
        writeVelocity   no;

        cylindrical     true;
        origin  (0 0 0);
        e1      (1 0 0);
        e3      (0 0 1);
    }
Edited Dec 04, 2018 by Mark Olesen
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: functionObject-momentum