Merge branch 'nextRelease' of ssh://git.code.sf.net/p/openfoam-extend/OpenFOAM-1.6-ext into nextRelease

Conflicts:
	tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/Allclean
	tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/setSubset/polyMesh/boundary
	tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/setSubset/polyMesh/cellZones
	tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/setSubset/polyMesh/faces
	tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/setSubset/polyMesh/neighbour
	tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/setSubset/polyMesh/owner
	tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle/constant/setSubset/polyMesh/points
This commit is contained in:
Hrvoje Jasak 2013-11-04 10:14:41 +00:00
commit df769c0387
8 changed files with 5 additions and 329202 deletions

View file

@ -4,6 +4,10 @@
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
rm -rf 0 > /dev/null 2>&1
<<<<<<< HEAD
=======
rm -rf constant/setSubset > /dev/null 2>&1
>>>>>>> 3d822b2a7c2d40a5f1b828ca33762a1e3eaad27d
cleanCase

View file

@ -1,34 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
2
(
atmosphere
{
type patch;
nFaces 1024;
startFace 93568;
}
walls
{
type wall;
nFaces 5376;
startFace 94592;
}
)
// ************************************************************************* //

View file

@ -1,21 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class regIOobject;
location "constant/polyMesh";
object cellZones;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
0
()
// ************************************************************************* //

View file

@ -5,6 +5,7 @@
rm system/cellSetDict > /dev/null 2>&1
rm -rf 0 > /dev/null 2>&1
rm -rf constant/setSubset > /dev/null 2>&1
cleanCase