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
a15e5f7f
Commit
a15e5f7f
authored
Feb 27, 2009
by
mattijs
Browse files
zone faces derived from cell zone
parent
114fc6a9
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/cfdTools/general/MRF/MRFZone.C
View file @
a15e5f7f
...
...
@@ -72,13 +72,6 @@ Foam::MRFZone::MRFZone(const fvMesh& mesh, Istream& is)
if
(
!
faceZoneFound
)
{
WarningIn
(
"Foam::MRFZone::MRFZone(const fvMesh& , const dictionary&)"
)
<<
"cannot find MRF faceZone "
<<
name_
<<
" ; taking faces on outside of cellZone."
<<
endl
;
// Determine faces in cell zone
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// (does not construct cells)
...
...
@@ -129,9 +122,9 @@ Foam::MRFZone::MRFZone(const fvMesh& mesh, Istream& is)
}
Info
<<
nl
<<
"MRFZone "
<<
name_
<<
" :
found
"
<<
"MRFZone "
<<
name_
<<
" :
did not find a faceZone; using
"
<<
returnReduce
(
outsideFaces_
.
size
(),
sumOp
<
label
>
())
<<
" faces in
side
cellZone."
<<
endl
;
<<
" faces in
ternal to
cellZone
instead
."
<<
endl
;
// Flag use of outsideFaces
...
...
tutorials/incompressible/MRFSimpleFoam/MRFSimpleFoam/MRFSimpleFoam.C
View file @
a15e5f7f
...
...
@@ -32,8 +32,8 @@ Description
\*---------------------------------------------------------------------------*/
#include
"fvCFD.H"
#include
"
incompressible/singlePhaseTransportModel/
singlePhaseTransportModel.H"
#include
"
incompressible/RASModel/
RASModel.H"
#include
"singlePhaseTransportModel.H"
#include
"RASModel.H"
#include
"MRFZones.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
tutorials/incompressible/MRFSimpleFoam/MRFSimpleFoam/Make/options
View file @
a15e5f7f
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/turbulenceModels/RAS \
-I$(LIB_SRC)/transportModels
-I$(LIB_SRC)/turbulenceModels \
-I$(LIB_SRC)/turbulenceModels/incompressible/RAS/RASModel \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-lincompressibleRASModels \
...
...
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/makeMesh
View file @
a15e5f7f
...
...
@@ -3,8 +3,9 @@
m4 < constant/polyMesh/blockMeshDict.m4
>
constant/polyMesh/blockMeshDict
blockMesh
cellSet
cp
system/faceSetDict_rotorFaces system/faceSetDict
faceSet
cp
system/faceSetDict_noBoundaryFaces system/faceSetDict
faceSet
#- MRF determines its own faceZone if not supplied
#cp system/faceSetDict_rotorFaces system/faceSetDict
#faceSet
#cp system/faceSetDict_noBoundaryFaces system/faceSetDict
#faceSet
setsToZones
-noFlipMap
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