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
908c6168
Commit
908c6168
authored
Nov 23, 2009
by
graham
Browse files
Adding mapper argument BCs that store p0_ point field in
fvMotionSolver/pointPatchFields
parent
f8386635
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/fvMotionSolver/pointPatchFields/derived/angularOscillatingDisplacement/angularOscillatingDisplacementPointPatchVectorField.C
View file @
908c6168
...
...
@@ -100,7 +100,7 @@ angularOscillatingDisplacementPointPatchVectorField
angle0_
(
ptf
.
angle0_
),
amplitude_
(
ptf
.
amplitude_
),
omega_
(
ptf
.
omega_
),
p0_
(
ptf
.
p0_
)
p0_
(
ptf
.
p0_
,
mapper
)
{}
...
...
src/fvMotionSolver/pointPatchFields/derived/oscillatingVelocity/oscillatingVelocityPointPatchVectorField.C
View file @
908c6168
...
...
@@ -91,7 +91,7 @@ oscillatingVelocityPointPatchVectorField
fixedValuePointPatchField
<
vector
>
(
ptf
,
p
,
iF
,
mapper
),
amplitude_
(
ptf
.
amplitude_
),
omega_
(
ptf
.
omega_
),
p0_
(
ptf
.
p0_
)
p0_
(
ptf
.
p0_
,
mapper
)
{}
...
...
src/fvMotionSolver/pointPatchFields/derived/sixDoFRigidBodyDisplacement/sixDoFRigidBodyDisplacementPointPatchVectorField.C
View file @
908c6168
...
...
@@ -93,7 +93,7 @@ sixDoFRigidBodyDisplacementPointPatchVectorField
:
fixedValuePointPatchField
<
vector
>
(
ptf
,
p
,
iF
,
mapper
),
motion_
(
ptf
.
motion_
),
p0_
(
ptf
.
p0_
),
p0_
(
ptf
.
p0_
,
mapper
),
rhoInf_
(
ptf
.
rhoInf_
)
{}
...
...
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