Skip to content
Snippets Groups Projects
Commit 4bb2b8a0 authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

STYLE: docs for activePressureForceBaffleVelocity

parent 5a10b1e2
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2016 OpenCFD Ltd. \\ / A nd | Copyright (C) 2016-2019 OpenCFD Ltd.
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation | Copyright (C) 2011-2016 OpenFOAM Foundation
...@@ -64,16 +64,15 @@ Description ...@@ -64,16 +64,15 @@ Description
Usage Usage
\table \table
Property | Description | Required | Default value Property | Description | Required | Default
p | pressure field name | no | p p | Pressure field name | no | p
cyclicPatch | cyclic patch name | yes | cyclicPatch | Cyclic patch name | yes |
openFraction | current open fraction [0-1] | yes | openFraction | Current open fraction [0-1] | yes |
openingTime | time taken to open or close the baffle | yes | openingTime | Time taken to open or close the baffle | yes |
maxOpenFractionDelta | max fraction change per timestep | yes | maxOpenFractionDelta | max fraction change per timestep | yes |
minThresholdValue | minimum absolute pressure or minThresholdValue | Min absolute pressure or force difference for activation | yes |
force difference for activation | yes | forceBased | Force (true) or pressure-based (false) activation | yes |
forceBased | force (true) or pressure-based (false) activation | yes | opening | Baffle is opening (true) or closing (false) | yes |
opening | Baffle is opening or closing (1 opening, 0 closing) | yes
\endtable \endtable
Example of the boundary condition specification: Example of the boundary condition specification:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment