Skip to content
Snippets Groups Projects
Commit 5c6b3783 authored by Henry Weller's avatar Henry Weller
Browse files

rotatingWallVelocityFvPatchVectorField: Minor update

parent 502de5e8
No related merge requests found
......@@ -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
(
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment