mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 4;
|
||||
|
||||
method metis;
|
||||
method scotch;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 4;
|
||||
|
||||
method metis;
|
||||
method scotch;
|
||||
|
||||
preserveFaceZones
|
||||
(
|
||||
|
||||
@ -28,7 +28,7 @@ boundaryField
|
||||
}
|
||||
region0_to_wallFilmRegion_wallFilmFaces
|
||||
{
|
||||
type directMappedNamedFixedValue;
|
||||
type directMapped;
|
||||
fieldName Tsf;
|
||||
average 300;
|
||||
setAverage no;
|
||||
|
||||
@ -28,7 +28,7 @@ boundaryField
|
||||
}
|
||||
region0_to_wallFilmRegion_wallFilmFaces
|
||||
{
|
||||
type directMappedNamedFixedValue;
|
||||
type directMapped;
|
||||
fieldName Usf;
|
||||
average ( 0 0 0 );
|
||||
setAverage no;
|
||||
|
||||
@ -28,7 +28,7 @@ boundaryField
|
||||
}
|
||||
region0_to_wallFilmRegion_wallFilmFaces
|
||||
{
|
||||
type directMappedNamedFixedValue;
|
||||
type directMapped;
|
||||
fieldName Tsf;
|
||||
average 300;
|
||||
setAverage no;
|
||||
|
||||
@ -28,7 +28,7 @@ boundaryField
|
||||
}
|
||||
region0_to_wallFilmRegion_wallFilmFaces
|
||||
{
|
||||
type directMappedNamedFixedValue;
|
||||
type directMapped;
|
||||
fieldName Usf;
|
||||
average ( 0 0 0 );
|
||||
setAverage no;
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 8;
|
||||
|
||||
method metis;
|
||||
method scotch;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 8;
|
||||
|
||||
method metis;
|
||||
method scotch;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
|
||||
@ -29,7 +29,7 @@ boundaryField
|
||||
wallFilm
|
||||
{
|
||||
type zeroGradient;
|
||||
// type directMappedNamedFixedValue;
|
||||
// type directMapped;
|
||||
// fieldName Tsf;
|
||||
// average 300;
|
||||
// setAverage no;
|
||||
|
||||
@ -30,7 +30,7 @@ boundaryField
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
// type directMappedNamedFixedValue;
|
||||
// type directMapped;
|
||||
// fieldName Usf;
|
||||
// average (0 0 0);
|
||||
// setAverage no;
|
||||
|
||||
@ -29,7 +29,7 @@ boundaryField
|
||||
wallFilm
|
||||
{
|
||||
type zeroGradient;
|
||||
// type directMappedNamedFixedValue;
|
||||
// type directMapped;
|
||||
// fieldName Tsf;
|
||||
// average 300;
|
||||
// setAverage no;
|
||||
|
||||
@ -30,7 +30,7 @@ boundaryField
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
// type directMappedNamedFixedValue;
|
||||
// type directMapped;
|
||||
// fieldName Usf;
|
||||
// average (0 0 0);
|
||||
// setAverage no;
|
||||
|
||||
@ -7,11 +7,11 @@ cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
./Allrun.pre
|
||||
|
||||
decomposePar -region wallFilmRegion >& log.decomposePar.wallFilmRegion
|
||||
decomposePar >& log.decomposePar.primaryRegion
|
||||
decomposePar -region wallFilmRegion > log.decomposePar.wallFilmRegion 2>&1
|
||||
decomposePar > log.decomposePar.primaryRegion 2>&1
|
||||
|
||||
runParallel reactingParcelFilmFoam 4
|
||||
|
||||
reconstructPar -region wallFilmRegion >& log.reconstructPar.wallFilmRegion
|
||||
reconstructPar >& log.reconstructPar.primaryRegion
|
||||
reconstructPar -region wallFilmRegion > log.reconstructPar.wallFilmRegion 2>&1
|
||||
reconstructPar > log.reconstructPar.primaryRegion 2>&1
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ runApplication subsetMesh c0 -patch wallFilm -overwrite
|
||||
|
||||
# split the obstacle patches into cube[1-6]_patch[1-6]
|
||||
echo "running patchifyObstacles"
|
||||
./patchifyObstacles >& log.patchifyObstacles
|
||||
./patchifyObstacles > log.patchifyObstacles 2>&1
|
||||
|
||||
# Create the wall film region via extrusion
|
||||
runApplication extrudeToRegionMesh \
|
||||
|
||||
@ -22,7 +22,7 @@ dictionaryReplacement
|
||||
{
|
||||
wallFilm
|
||||
{
|
||||
type directMappedNamedFixedValue;
|
||||
type directMapped;
|
||||
fieldName Tsf;
|
||||
average 300;
|
||||
setAverage no;
|
||||
@ -37,7 +37,7 @@ dictionaryReplacement
|
||||
{
|
||||
wallFilm
|
||||
{
|
||||
type directMappedNamedFixedValue;
|
||||
type directMapped;
|
||||
fieldName Usf;
|
||||
average (0 0 0);
|
||||
setAverage no;
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 4;
|
||||
|
||||
method metis;
|
||||
method scotch;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
|
||||
@ -4,11 +4,11 @@
|
||||
|
||||
./Allrun.pre
|
||||
|
||||
decomposePar -region wallFilmRegion >& log.decomposePar.wallFilmRegion
|
||||
decomposePar >& log.decomposePar.primaryRegion
|
||||
decomposePar -region wallFilmRegion > log.decomposePar.wallFilmRegion 2>&1
|
||||
decomposePar > log.decomposePar.primaryRegion 2>&1
|
||||
|
||||
runParallel reactingParcelFilmFoam 4
|
||||
|
||||
reconstructPar -region wallFilmRegion >& log.reconstructPar.wallFilmRegion
|
||||
reconstructPar >& log.reconstructPar.primaryRegion
|
||||
reconstructPar -region wallFilmRegion > log.reconstructPar.wallFilmRegion 2>&1
|
||||
reconstructPar > log.reconstructPar.primaryRegion 2>&1
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ runApplication subsetMesh c0 -patch wallFilm -overwrite
|
||||
|
||||
# split the obstacle patches into cube[1-6]_patch[1-6]
|
||||
echo "running patchifyObstacles"
|
||||
./patchifyObstacles >& log.patchifyObstacles
|
||||
./patchifyObstacles > log.patchifyObstacles 2>&1
|
||||
|
||||
# Create the wall film region via extrusion
|
||||
runApplication extrudeToRegionMesh \
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 4;
|
||||
|
||||
method metis;
|
||||
method scotch;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 4;
|
||||
|
||||
method metis;
|
||||
method scotch;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 4;
|
||||
|
||||
method metis;
|
||||
method scotch;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 4;
|
||||
|
||||
method metis;
|
||||
method scotch;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
|
||||
@ -4,8 +4,8 @@ EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/solids/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/solidMixture/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/pointSolids/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/pointSolidMixture/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/liquids/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/liquidMixture/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
numberOfSubdomains 4;
|
||||
|
||||
method metis;
|
||||
method scotch;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user