mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
rotatingWallVelocityFvPatchVectorField: Minor update
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user