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 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !246

ENH: functionObject: refactored co-ordinate system usage and new forceCoeffs members

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kutalmış Berçin requested to merge feature-functionObject-forceCoeffExtension into develop Mar 18, 2019
  • Overview 12
  • Commits 3
  • Changes 4
  • If applied: This commit on top of the current forceCoeffs allows the user to compute:

    • Side force coefficient whose direction in curl(lift,drag),
    • Yaw moment coefficient whose rotation axis in dir(lift),
    • Roll moment coefficient whose rotation axis in dir(drag)
    • Also, for developers:
      • Destructor is = default
      • Some divisions were replaced by multiplications
      • Some repetitive multiplications were reduced to a single oper
      • Name change: momentCoeff -> pitchMomentCoeff
      • Order of output is reorganised as moments(pitch,yaw,roll) and forces(lift,drag,side)
      • For force coefs, the front and rear axles' contributions are computed
  • Verification: Passed sanity checks and valgrind-memcheck

  • What's next:

    • Update for the Extended code guide entry
  • Related:

    • Designated pitch, yaw, roll orientation can be seen in: en.wikipedia.org/wiki/Yaw_(rotation)#/media/File:Flight_dynamics_with_text.png
Edited Jun 13, 2019 by Admin
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-functionObject-forceCoeffExtension