Skip to content
GitLab
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
869ab60c
Commit
869ab60c
authored
May 19, 2011
by
andy
Browse files
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
parents
f0cdca3b
885f626a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/meshTools/indexedOctree/treeDataPrimitivePatch.C
View file @
869ab60c
...
...
@@ -307,7 +307,7 @@ getVolumeType
forAll
(
eFaces
,
i
)
{
edgeNormal
+=
patch_
.
faceNormal
()[
eFaces
[
i
]];
edgeNormal
+=
patch_
.
faceNormal
s
()[
eFaces
[
i
]];
}
if
(
debug
&
2
)
...
...
tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/system/wallFilmRegion.org/fvSchemes
View file @
869ab60c
...
...
@@ -42,6 +42,7 @@ gradSchemes
snGradCorr(pp) Gauss linear;
snGradCorr(pu) Gauss linear;
grad(nHat) Gauss linear;
grad(alpha) Gauss linear;
}
laplacianSchemes
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment