Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
15d0becb
Commit
15d0becb
authored
Jan 15, 2010
by
mattijs
Browse files
Changed field writing to have zeroGradient bc for ease of postprocessing
parent
09aba41a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C
View file @
15d0becb
...
...
@@ -54,6 +54,7 @@ License
#include "Random.H"
#include "searchableSurfaces.H"
#include "treeBoundBox.H"
#include "zeroGradientFvPatchFields.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
...
...
@@ -2128,7 +2129,8 @@ void Foam::meshRefinement::dumpRefinementLevel() const
false
),
mesh_
,
dimensionedScalar
(
"zero"
,
dimless
,
0
)
dimensionedScalar
(
"zero"
,
dimless
,
0
),
zeroGradientFvPatchScalarField
::
typeName
);
const
labelList
&
cellLevel
=
meshCutter_
.
cellLevel
();
...
...
Write
Preview
Markdown
is supported
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