Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
aa1a0a85
Commit
aa1a0a85
authored
6 years ago
by
Andrew Heather
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Forces function object - updated header documentation
parent
58471a33
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/functionObjects/forces/forces/forces.H
+9
-13
9 additions, 13 deletions
src/functionObjects/forces/forces/forces.H
with
9 additions
and
13 deletions
src/functionObjects/forces/forces/forces.H
+
9
−
13
View file @
aa1a0a85
...
...
@@ -34,21 +34,17 @@ Description
skin-friction forces over a given list of patches, and the resistance
from porous zones.
Forces and moments are calculated
, with optional
coordinate system
and
writing of binned data, where force and moment c
ontributions
are collect
ed
in
to a user-defined number of
bins that span the input geometries for a
user-defined direction vector.
Forces and moments are calculated
in a global Cartesian
coordinate system
by default, or using a user-defined system. C
ontributions
can be 'binn
ed
'
according
to a user-defined number of
uniform-width collection zones (bins)
that span the input geometries, oriented by a
user-defined direction vector.
Data is
written
in
to multiple files in the
Results are
written to multiple files
as a function of time
in the
postProcessing/\<functionObjectName\> directory:
- force.dat : forces in global Cartesian coordinate system
- moment.dat : moments in global Cartesian coordinate system
- forceBin.dat : force bins in global Cartesian coordinate system
- momentBin.dat : moment bins in global Cartesian coordinate system
- localForce.dat : forces in local Cartesian coordinate system
- localMoment.dat : moments in local Cartesian coordinate system
- localForceBin.dat : force bins in local Cartesian coordinate system
- localMomentBin.dat : moment bins in local Cartesian coordinate system
- force.dat : forces
- moment.dat : moments
- forceBin.dat : force bins
- momentBin.dat : moment bins
Usage
Example of function object specification:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment