Skip to content
Snippets Groups Projects
Commit e1462229 authored by sergio's avatar sergio
Browse files

ENH: Changing chtMultiRegionFoam tutorial entries

parent df878f08
Branches
Tags
No related merge requests found
...@@ -20,7 +20,10 @@ EXE_INC = \ ...@@ -20,7 +20,10 @@ EXE_INC = \
-I$(LIB_SRC)/ODE/lnInclude \ -I$(LIB_SRC)/ODE/lnInclude \
-I$(LIB_SRC)/regionModels/regionModel/lnInclude \ -I$(LIB_SRC)/regionModels/regionModel/lnInclude \
-I$(LIB_SRC)/regionModels/surfaceFilmModels/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 = \ EXE_LIBS = \
-lfiniteVolume \ -lfiniteVolume \
...@@ -44,4 +47,6 @@ EXE_LIBS = \ ...@@ -44,4 +47,6 @@ EXE_LIBS = \
-lODE \ -lODE \
-lregionModels \ -lregionModels \
-lsurfaceFilmModels \ -lsurfaceFilmModels \
-lcombustionModels -lcombustionModels \
-lfieldSources \
-lsampling
...@@ -37,13 +37,13 @@ do ...@@ -37,13 +37,13 @@ do
done done
# Run # Run
runParallel `getApplication` 4 #runParallel `getApplication` 4
# Reconstruct # Reconstruct
for i in bottomAir topAir heater leftSolid rightSolid #for i in bottomAir topAir heater leftSolid rightSolid
do #do
reconstructPar -region $i > log.reconstructPar.$i2 >&1 # reconstructPar -region $i > log.reconstructPar.$i2 >&1
done #done
echo echo
......
...@@ -15,8 +15,12 @@ FoamFile ...@@ -15,8 +15,12 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir ); regions
(
solidRegionNames ( heater leftSolid rightSolid ); fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* // // ************************************************************************* //
...@@ -15,8 +15,12 @@ FoamFile ...@@ -15,8 +15,12 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomWater topAir ); regions
(
solidRegionNames ( heater leftSolid rightSolid ); fluid (bottomWater topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* // // ************************************************************************* //
...@@ -15,8 +15,13 @@ FoamFile ...@@ -15,8 +15,13 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir ); regions
(
fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
solidRegionNames ( heater leftSolid rightSolid );
// ************************************************************************* // // ************************************************************************* //
...@@ -15,8 +15,12 @@ FoamFile ...@@ -15,8 +15,12 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir ); regions
(
solidRegionNames ( heater leftSolid rightSolid ); fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* // // ************************************************************************* //
...@@ -15,8 +15,12 @@ FoamFile ...@@ -15,8 +15,12 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir ); regions
(
solidRegionNames ( heater leftSolid rightSolid ); fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* // // ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment