sphereTransport case update

This commit is contained in:
Zeljko Tukovic 2010-10-23 18:17:07 +02:00
parent cc0e0cc937
commit 109c1243d2
16 changed files with 133 additions and 256 deletions

View file

@ -9,7 +9,8 @@ tutorialPath=`dirname $0`/..
cleanFaMesh () cleanFaMesh ()
{ {
rm -rf ./constant/faMesh/{faceLabels*,boundary*} \ rm -rf ./constant/faMesh/faceLabels* \
./constant/faMesh/boundary* \
> /dev/null 2>&1 > /dev/null 2>&1
} }

View file

@ -1,28 +1,20 @@
/*---------------------------------------------------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.4 | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: http://www.openfoam.org | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class areaScalarField;
root ""; location "0";
case ""; object Cs;
instance "";
local "";
class areaScalarField;
object Cs;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -2 0 0 0 0 0]; dimensions [1 -2 0 0 0 0 0];
internalField uniform 0; internalField uniform 0;

View file

@ -1,8 +1,8 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.5-dev | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: http://www.OpenFOAM.org | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile

View file

@ -1,8 +1,8 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.5-dev | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: http://www.OpenFOAM.org | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile

View file

@ -1,11 +1,10 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.4 | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: http://www.openfoam.org | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;

View file

@ -1,32 +1,18 @@
// The FOAM Project // File: boundary /*--------------------------------*- C++ -*----------------------------------*\
/* | ========= | |
------------------------------------------------------------------------------- | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
========= | polyBoundaryMesh | \\ / O peration | Version: 1.6-ext |
\\ / | | \\ / A nd | Web: www.extend-project.de |
\\ / | Name: boundary | \\/ M anipulation | |
\\ / | Family: Data file \*---------------------------------------------------------------------------*/
\\/ |
F ield | FOAM version: 2.2
O peration | Product of Nabla Ltd.
A and |
M anipulation | Email: Enquiries@Nabla.co.uk
-------------------------------------------------------------------------------
*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class polyBoundaryMesh;
root "."; location "constant/polyMesh";
case "sphereDense"; object boundary;
instance "constant";
local "polyMesh";
class polyBoundaryMesh;
object boundary;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1 1

View file

@ -1,35 +1,20 @@
// The FOAM Project // File: cells /*--------------------------------*- C++ -*----------------------------------*\
/* | ========= | |
------------------------------------------------------------------------------- | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
========= | cellList | \\ / O peration | Version: 1.6-ext |
\\ / | | \\ / A nd | Web: www.extend-project.de |
\\ / | Name: cells | \\/ M anipulation | |
\\ / | Family: Data file \*---------------------------------------------------------------------------*/
\\/ |
F ield | FOAM version: 2.2
O peration | Product of Nabla Ltd.
A and |
M anipulation | Email: Enquiries@Nabla.co.uk
-------------------------------------------------------------------------------
*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class cellList;
root "."; location "constant/polyMesh";
case "sphereDense"; object cells;
instance "constant";
local "polyMesh";
class cellList;
object cells;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1600 1600
( (
6(0 1 2 5054 3 4) 6(0 1 2 5054 3 4)

View file

@ -1,35 +1,20 @@
// The FOAM Project // File: faces /*--------------------------------*- C++ -*----------------------------------*\
/* | ========= | |
------------------------------------------------------------------------------- | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
========= | faceList | \\ / O peration | Version: 1.6-ext |
\\ / | | \\ / A nd | Web: www.extend-project.de |
\\ / | Name: faces | \\/ M anipulation | |
\\ / | Family: Data file \*---------------------------------------------------------------------------*/
\\/ |
F ield | FOAM version: 2.2
O peration | Product of Nabla Ltd.
A and |
M anipulation | Email: Enquiries@Nabla.co.uk
-------------------------------------------------------------------------------
*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class faceList;
root "."; location "constant/polyMesh";
case "sphereDense"; object faces;
instance "constant";
local "polyMesh";
class faceList;
object faces;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5100 5100
( (
4(614 612 2 87) 4(614 612 2 87)

View file

@ -1,31 +1,20 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.4.1-dev | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: http://www.openfoam.org | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class labelList;
root "/home/hjasak/OpenFOAM/OpenFOAM-1.4.1-dev/tutorials/surfactantFoam"; location "constant/polyMesh";
case "sphere"; object neighbour;
instance "constant";
local "polyMesh";
class labelList;
note "nCells:1600 nActiveFaces:5100 nActivePoints:1933";
object neighbour;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5100 5100
( (
800 800

View file

@ -1,31 +1,20 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.4.1-dev | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: http://www.openfoam.org | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class labelList;
root "/home/hjasak/OpenFOAM/OpenFOAM-1.4.1-dev/tutorials/surfactantFoam"; location "constant/polyMesh";
case "sphere"; object owner;
instance "constant";
local "polyMesh";
class labelList;
note "nCells:1600 nActiveFaces:5100 nActivePoints:1933";
object owner;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5100 5100
( (
0 0

View file

@ -1,35 +1,20 @@
// The FOAM Project // File: points /*--------------------------------*- C++ -*----------------------------------*\
/* | ========= | |
------------------------------------------------------------------------------- | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
========= | vectorField | \\ / O peration | Version: 1.6-ext |
\\ / | | \\ / A nd | Web: www.extend-project.de |
\\ / | Name: points | \\/ M anipulation | |
\\ / | Family: Data file \*---------------------------------------------------------------------------*/
\\/ |
F ield | FOAM version: 2.2
O peration | Product of Nabla Ltd.
A and |
M anipulation | Email: Enquiries@Nabla.co.uk
-------------------------------------------------------------------------------
*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class vectorField;
root "."; location "constant/polyMesh";
case "sphereDense"; object points;
instance "constant";
local "polyMesh";
class vectorField;
object points;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1933 1933
( (
(1 -1.891997571e-50 0) (1 -1.891997571e-50 0)

View file

@ -1,25 +1,18 @@
/*---------------------------------------------------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.4 | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: http://www.openfoam.org | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class dictionary;
root ""; location "system";
case ""; object controlDict;
instance "";
local "";
class dictionary;
object controlDict;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application surfactantFoam; application surfactantFoam;

View file

@ -1,25 +1,18 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.4 | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: http://www.openfoam.org | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class dictionary;
root ""; location "system";
case ""; object faSchemes;
instance "";
local "";
class dictionary;
object faSchemes;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
ddtSchemes ddtSchemes

View file

@ -1,37 +1,31 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.4 | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: http://www.openfoam.org | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class dictionary;
root ""; location "system";
case ""; object faSolution;
instance "";
local "";
class dictionary;
object faSolution;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers solvers
{ {
Cs PBiCG Cs
{ {
preconditioner DILU; solver PBiCG;
minIter 0; preconditioner DILU;
maxIter 2000; minIter 0;
tolerance 1e-06; maxIter 2000;
relTol 0; tolerance 1e-06;
}; relTol 0;
}
} }
PISO PISO

View file

@ -1,25 +1,18 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.4 | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: http://www.openfoam.org | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class dictionary;
root ""; location "system";
case ""; object fvSchemes;
instance "";
local "";
class dictionary;
object fvSchemes;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
ddtSchemes ddtSchemes

View file

@ -1,25 +1,18 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.4 | | \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: http://www.openfoam.org | | \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
FoamFile FoamFile
{ {
version 2.0; version 2.0;
format ascii; format ascii;
class dictionary;
root ""; location "system";
case ""; object fvSolution;
instance "";
local "";
class dictionary;
object fvSolution;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers solvers