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
e1462229
Commit
e1462229
authored
Jan 10, 2012
by
sergio
Browse files
ENH: Changing chtMultiRegionFoam tutorial entries
parent
df878f08
Changes
7
Hide whitespace changes
Inline
Side-by-side
applications/solvers/lagrangian/LTSReactingParcelFoam/Make/options
View file @
e1462229
...
...
@@ -20,7 +20,10 @@ EXE_INC = \
-I$(LIB_SRC)/ODE/lnInclude \
-I$(LIB_SRC)/regionModels/regionModel/lnInclude \
-I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude \
-I$(LIB_SRC)/combustionModels/lnInclude
-I$(LIB_SRC)/combustionModels/lnInclude \
-I$(LIB_SRC)/fieldSources/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude
EXE_LIBS = \
-lfiniteVolume \
...
...
@@ -44,4 +47,6 @@ EXE_LIBS = \
-lODE \
-lregionModels \
-lsurfaceFilmModels \
-lcombustionModels
-lcombustionModels \
-lfieldSources \
-lsampling
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/Allrun
View file @
e1462229
...
...
@@ -37,13 +37,13 @@ do
done
# Run
runParallel
`
getApplication
`
4
#
runParallel `getApplication` 4
# Reconstruct
for
i
in
bottomAir topAir heater leftSolid rightSolid
do
reconstructPar
-region
$i
>
log.reconstructPar.
$i2
>
&1
done
#
for i in bottomAir topAir heater leftSolid rightSolid
#
do
#
reconstructPar -region $i > log.reconstructPar.$i2 >&1
#
done
echo
...
...
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/regionProperties
View file @
e1462229
...
...
@@ -15,8 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir );
solidRegionNames ( heater leftSolid rightSolid );
regions
(
fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* //
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/constant/regionProperties
View file @
e1462229
...
...
@@ -15,8 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomWater topAir );
solidRegionNames ( heater leftSolid rightSolid );
regions
(
fluid (bottomWater topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* //
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/regionProperties
View file @
e1462229
...
...
@@ -15,8 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir );
regions
(
fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
solidRegionNames ( heater leftSolid rightSolid );
// ************************************************************************* //
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/constant/regionProperties
View file @
e1462229
...
...
@@ -15,8 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir );
solidRegionNames ( heater leftSolid rightSolid );
regions
(
fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* //
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/constant/regionProperties
View file @
e1462229
...
...
@@ -15,8 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir );
solidRegionNames ( heater leftSolid rightSolid );
regions
(
fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* //
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