Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
bd00518f
Commit
bd00518f
authored
15 years ago
by
mattijs
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
parents
2268ea38
e596285b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamVolFields.H
+8
-2
8 additions, 2 deletions
...g/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamVolFields.H
with
8 additions
and
2 deletions
applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamVolFields.H
+
8
−
2
View file @
bd00518f
...
@@ -109,6 +109,12 @@ void Foam::vtkPV3Foam::convertVolFields
...
@@ -109,6 +109,12 @@ void Foam::vtkPV3Foam::convertVolFields
//
//
// Convert patches - if activated
// Convert patches - if activated
//
//
// The name for the interpolated patch point field must be consistent
// with the interpolated volume point field.
// This could be done better.
const
word
pointFldName
=
"volPointInterpolate("
+
tf
.
name
()
+
')'
;
for
for
(
(
int
partId
=
partInfoPatches_
.
start
();
int
partId
=
partInfoPatches_
.
start
();
...
@@ -155,7 +161,7 @@ void Foam::vtkPV3Foam::convertVolFields
...
@@ -155,7 +161,7 @@ void Foam::vtkPV3Foam::convertVolFields
convertPatchPointField
convertPatchPointField
(
(
tf
.
n
ame
()
,
pointFldN
ame
,
ppInterpList
[
patchId
].
faceToPointInterpolate
(
tpptf
)(),
ppInterpList
[
patchId
].
faceToPointInterpolate
(
tpptf
)(),
output
,
output
,
partInfoPatches_
,
partInfoPatches_
,
...
@@ -175,7 +181,7 @@ void Foam::vtkPV3Foam::convertVolFields
...
@@ -175,7 +181,7 @@ void Foam::vtkPV3Foam::convertVolFields
convertPatchPointField
convertPatchPointField
(
(
tf
.
n
ame
()
,
pointFldN
ame
,
ppInterpList
[
patchId
].
faceToPointInterpolate
(
ptf
)(),
ppInterpList
[
patchId
].
faceToPointInterpolate
(
ptf
)(),
output
,
output
,
partInfoPatches_
,
partInfoPatches_
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment