Skip to content
Snippets Groups Projects

ENH: momentum field function (issue #1105)

Merged Mark OLESEN requested to merge functionObject-momentum into develop
All threads resolved!

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 by Mark OLESEN

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Andrew Heather
  • Andrew Heather
  • Mark OLESEN added 2 commits

    added 2 commits

    Compare with previous version

  • assigned to @andy

  • Mark OLESEN resolved all discussions

    resolved all discussions

  • Andrew Heather
  • Mark OLESEN added 1 commit

    added 1 commit

    Compare with previous version

  • Mark OLESEN resolved all discussions

    resolved all discussions

  • Andrew Heather mentioned in commit a2e43c9e

    mentioned in commit a2e43c9e

  • Please register or sign in to reply
    Loading