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
5c6b3783
Commit
5c6b3783
authored
Feb 10, 2016
by
Henry Weller
Browse files
rotatingWallVelocityFvPatchVectorField: Minor update
parent
502de5e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.C
View file @
5c6b3783
...
...
@@ -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
(
...
...
src/finiteVolume/fields/fvPatchFields/derived/rotatingWallVelocity/rotatingWallVelocityFvPatchVectorField.H
View file @
5c6b3783
...
...
@@ -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
...
...
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