rotatingWallVelocityFvPatchVectorField: Minor update

This commit is contained in:
Henry Weller
2016-02-10 09:44:38 +00:00
parent 502de5e8e8
commit 5c6b378382
2 changed files with 18 additions and 19 deletions

View File

@ -44,22 +44,6 @@ rotatingWallVelocityFvPatchVectorField
{}
Foam::rotatingWallVelocityFvPatchVectorField::
rotatingWallVelocityFvPatchVectorField
(
const rotatingWallVelocityFvPatchVectorField& ptf,
const fvPatch& p,
const DimensionedField<vector, volMesh>& iF,
const fvPatchFieldMapper& mapper
)
:
fixedValueFvPatchField<vector>(ptf, p, iF, mapper),
origin_(ptf.origin_),
axis_(ptf.axis_),
omega_(ptf.omega_, false)
{}
Foam::rotatingWallVelocityFvPatchVectorField::
rotatingWallVelocityFvPatchVectorField
(
@ -88,6 +72,22 @@ rotatingWallVelocityFvPatchVectorField
}
Foam::rotatingWallVelocityFvPatchVectorField::
rotatingWallVelocityFvPatchVectorField
(
const rotatingWallVelocityFvPatchVectorField& ptf,
const fvPatch& p,
const DimensionedField<vector, volMesh>& iF,
const fvPatchFieldMapper& mapper
)
:
fixedValueFvPatchField<vector>(ptf, p, iF, mapper),
origin_(ptf.origin_),
axis_(ptf.axis_),
omega_(ptf.omega_, false)
{}
Foam::rotatingWallVelocityFvPatchVectorField::
rotatingWallVelocityFvPatchVectorField
(

View File

@ -50,12 +50,11 @@ Description
}
\endverbatim
The \c omega entry is a Function1 type, able to describe time varying
functions.
The \c omega entry is a Function1 of time, see Foam::Function1Types.
SeeAlso
Foam::Function1Types
Foam::fixedValueFvPatchField
Foam::Function1Types
SourceFiles
rotatingWallVelocityFvPatchVectorField.C