ENH: Changing chtMultiRegionFoam tutorial entries

This commit is contained in:
sergio
2012-01-10 15:47:47 +00:00
parent df878f084a
commit e1462229c0
7 changed files with 47 additions and 21 deletions

View File

@ -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

View File

@ -15,8 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir );
solidRegionNames ( heater leftSolid rightSolid );
regions
(
fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* //

View File

@ -15,8 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomWater topAir );
solidRegionNames ( heater leftSolid rightSolid );
regions
(
fluid (bottomWater topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* //

View File

@ -15,8 +15,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir );
regions
(
fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
solidRegionNames ( heater leftSolid rightSolid );
// ************************************************************************* //

View File

@ -15,8 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir );
solidRegionNames ( heater leftSolid rightSolid );
regions
(
fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* //

View File

@ -15,8 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fluidRegionNames ( bottomAir topAir );
solidRegionNames ( heater leftSolid rightSolid );
regions
(
fluid (bottomAir topAir)
solid (heater leftSolid rightSolid)
porousFluid ()
porousSolid ()
);
// ************************************************************************* //