flowRateInletVelocity, flowRateOutletVelocity BCs: Updated docs

This commit is contained in:
Henry Weller
2017-07-16 22:59:30 +01:00
committed by Andrew Heather
parent 6d414f118b
commit 823d83b37b
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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());

View File

@ -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: