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
  • Merge requests
  • !323

WIP: ENH: add 'outputCoeffs' and 'extendedOutput' options to forceCoeffs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Kutalmış Berçin requested to merge feature-FO-forceCoeffs-extension into develop Jan 09, 2020
  • Overview 1
  • Commits 1
  • Changes 2

ENH: add 'extendedOutput' option that allows to output all constitutents of all force coefficients, i.e. total, pressure, viscous, and porous

ENH: add 'outputCoeffs' option to allow to select coefficients to output

ENH: remove redundant computations for porosity constituent when the option porosity=false

DOC: improve header file and function declaration docs

BAKW: test backward compatibility and functionality in comparison to v1906 by using simpleFoam/motorBike and simpleFoam/bump2D.

Tests have involved:

  • Serial runs
  • Parallel runs
  • Serial restart
  • Parallel restart
  • Only binData = on (parallel)
  • Only writeFields = on (parallel)
  • Only extendedOutput = on (parallel)
  • binData and extendedOutput = on (parallel)
  • writeFields and extendedOutput = on (parallel)
  • outputCoeffs and extendedOutput = on for arbitrarily chosen (Cd CmRoll Cl) (parallel and serial)
Edited Jan 09, 2020 by Kutalmış Berçin
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-FO-forceCoeffs-extension