Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
823d83b3
Commit
823d83b3
authored
Jul 16, 2017
by
Henry Weller
Committed by
Andrew Heather
Jul 16, 2017
Browse files
flowRateInletVelocity, flowRateOutletVelocity BCs: Updated docs
parent
6d414f11
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/derived/flowRateInletVelocity/flowRateInletVelocityFvPatchVectorField.H
View file @
823d83b3
...
...
@@ -47,6 +47,7 @@ Usage
Property | Description | Required | Default value
massFlowRate | mass flow rate [kg/s] | no |
volumetricFlowRate | volumetric flow rate [m3/s]| no |
rho | density field name | no | rho
rhoInlet | inlet density | no |
extrapolateProfile | Extrapolate velocity profile | no | false
\endtable
...
...
src/finiteVolume/fields/fvPatchFields/derived/flowRateOutletVelocity/flowRateOutletVelocityFvPatchVectorField.C
View file @
823d83b3
...
...
@@ -148,7 +148,7 @@ void Foam::flowRateOutletVelocityFvPatchVectorField::updateValues
{
const
scalar
t
=
db
().
time
().
timeOutputValue
();
const
vectorField
n
=
patch
().
nf
();
const
vectorField
n
(
patch
().
nf
()
)
;
// Extrapolate patch velocity
vectorField
Up
(
this
->
patchInternalField
());
...
...
src/finiteVolume/fields/fvPatchFields/derived/flowRateOutletVelocity/flowRateOutletVelocityFvPatchVectorField.H
View file @
823d83b3
...
...
@@ -46,7 +46,8 @@ Usage
Property | Description | Required | Default value
massFlowRate | mass flow rate [kg/s] | no |
volumetricFlowRate | volumetric flow rate [m^3/s]| no |
rhoOutlet | outlet density | no |
rho | density field name | no | rho
rhoOutlet | outlet density | no |
\endtable
Example of the boundary condition specification for a volumetric flow rate:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment