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;
root "";
case "";
instance "";
local "";
class areaScalarField; class areaScalarField;
location "0";
object Cs; 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;
root ".";
case "sphereDense";
instance "constant";
local "polyMesh";
class polyBoundaryMesh; class polyBoundaryMesh;
location "constant/polyMesh";
object boundary; 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;
root ".";
case "sphereDense";
instance "constant";
local "polyMesh";
class cellList; class cellList;
location "constant/polyMesh";
object cells; 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;
root ".";
case "sphereDense";
instance "constant";
local "polyMesh";
class faceList; class faceList;
location "constant/polyMesh";
object faces; 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;
root "/home/hjasak/OpenFOAM/OpenFOAM-1.4.1-dev/tutorials/surfactantFoam";
case "sphere";
instance "constant";
local "polyMesh";
class labelList; class labelList;
location "constant/polyMesh";
note "nCells:1600 nActiveFaces:5100 nActivePoints:1933";
object neighbour; 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;
root "/home/hjasak/OpenFOAM/OpenFOAM-1.4.1-dev/tutorials/surfactantFoam";
case "sphere";
instance "constant";
local "polyMesh";
class labelList; class labelList;
location "constant/polyMesh";
note "nCells:1600 nActiveFaces:5100 nActivePoints:1933";
object owner; 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;
root ".";
case "sphereDense";
instance "constant";
local "polyMesh";
class vectorField; class vectorField;
location "constant/polyMesh";
object points; 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;
root "";
case "";
instance "";
local "";
class dictionary; class dictionary;
location "system";
object controlDict; 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;
root "";
case "";
instance "";
local "";
class dictionary; class dictionary;
location "system";
object faSchemes; 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;
root "";
case "";
instance "";
local "";
class dictionary; class dictionary;
location "system";
object faSolution; object faSolution;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers solvers
{ {
Cs PBiCG Cs
{ {
solver PBiCG;
preconditioner DILU; preconditioner DILU;
minIter 0; minIter 0;
maxIter 2000; maxIter 2000;
tolerance 1e-06; tolerance 1e-06;
relTol 0; 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;
root "";
case "";
instance "";
local "";
class dictionary; class dictionary;
location "system";
object fvSchemes; 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;
root "";
case "";
instance "";
local "";
class dictionary; class dictionary;
location "system";
object fvSolution; object fvSolution;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers solvers