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
707e3d6c
Commit
707e3d6c
authored
Nov 04, 2011
by
andy
Browse files
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
parents
af03a92b
ec3bdab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/submodels/CloudFunctionObjects/FacePostProcessing/FacePostProcessing.C
View file @
707e3d6c
...
...
@@ -326,15 +326,14 @@ Foam::FacePostProcessing<CloudType>::FacePostProcessing
forAll
(
fz
,
j
)
{
label
faceI
=
fz
[
j
];
label
bFaceI
=
faceI
-
owner
.
mesh
().
nInternalFaces
();
label
patchI
=
pbm
.
patchID
()[
bFaceI
];
if
(
patchI
==
-
1
)
if
(
faceI
<
owner
.
mesh
().
nInternalFaces
())
{
totArea
+=
magSf
[
fz
[
j
]];
}
else
{
label
bFaceI
=
faceI
-
owner
.
mesh
().
nInternalFaces
();
label
patchI
=
pbm
.
patchID
()[
bFaceI
];
const
polyPatch
&
pp
=
pbm
[
patchI
];
if
...
...
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