Upload folder using huggingface_hub (part 3)
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- raw/rising_bubble/t02/0.12/uniform/functionObjects/functionObjectProperties +20 -0
- raw/rising_bubble/t02/0.12/uniform/time +29 -0
- raw/rising_bubble/t02/0.24/U +0 -0
- raw/rising_bubble/t02/0.24/alpha.water +0 -0
- raw/rising_bubble/t02/0.24/alphaPhi0.water +0 -0
- raw/rising_bubble/t02/0.24/p +0 -0
- raw/rising_bubble/t02/0.24/p_rgh +0 -0
- raw/rising_bubble/t02/0.24/phi +0 -0
- raw/rising_bubble/t02/0.24/uniform/cumulativeContErr +23 -0
- raw/rising_bubble/t02/0.24/uniform/functionObjects/functionObjectProperties +20 -0
- raw/rising_bubble/t02/0.24/uniform/time +29 -0
- raw/rising_bubble/t02/0.36/U +0 -0
- raw/rising_bubble/t02/0.36/alpha.water +0 -0
- raw/rising_bubble/t02/0.36/alphaPhi0.water +0 -0
- raw/rising_bubble/t02/0.36/p +0 -0
- raw/rising_bubble/t02/0.36/p_rgh +0 -0
- raw/rising_bubble/t02/0.36/phi +0 -0
- raw/rising_bubble/t02/0.36/uniform/cumulativeContErr +23 -0
- raw/rising_bubble/t02/0.36/uniform/functionObjects/functionObjectProperties +20 -0
- raw/rising_bubble/t02/0.36/uniform/time +29 -0
- raw/rising_bubble/t02/0.48/U +0 -0
- raw/rising_bubble/t02/0.48/alpha.water +0 -0
- raw/rising_bubble/t02/0.48/alphaPhi0.water +0 -0
- raw/rising_bubble/t02/0.48/p +0 -0
- raw/rising_bubble/t02/0.48/p_rgh +0 -0
- raw/rising_bubble/t02/0.48/phi +0 -0
- raw/rising_bubble/t02/0.48/uniform/cumulativeContErr +23 -0
- raw/rising_bubble/t02/0.48/uniform/functionObjects/functionObjectProperties +20 -0
- raw/rising_bubble/t02/0.48/uniform/time +29 -0
- raw/rising_bubble/t02/0.6/U +0 -0
- raw/rising_bubble/t02/0.6/alpha.water +0 -0
- raw/rising_bubble/t02/0.6/alphaPhi0.water +0 -0
- raw/rising_bubble/t02/0.6/p +0 -0
- raw/rising_bubble/t02/0.6/p_rgh +0 -0
- raw/rising_bubble/t02/0.6/phi +0 -0
- raw/rising_bubble/t02/0.6/uniform/cumulativeContErr +23 -0
- raw/rising_bubble/t02/0.6/uniform/functionObjects/functionObjectProperties +20 -0
- raw/rising_bubble/t02/0.6/uniform/time +29 -0
- raw/rising_bubble/t02/0.72/U +0 -0
- raw/rising_bubble/t02/0.72/alpha.water +0 -0
- raw/rising_bubble/t02/0.72/alphaPhi0.water +0 -0
- raw/rising_bubble/t02/0.72/p +0 -0
- raw/rising_bubble/t02/0.72/p_rgh +0 -0
- raw/rising_bubble/t02/0.72/phi +0 -0
- raw/rising_bubble/t02/0.72/uniform/cumulativeContErr +23 -0
- raw/rising_bubble/t02/0.72/uniform/functionObjects/functionObjectProperties +20 -0
- raw/rising_bubble/t02/0.72/uniform/time +29 -0
- raw/rising_bubble/t02/0.84/U +0 -0
- raw/rising_bubble/t02/0.84/alpha.water +0 -0
- raw/rising_bubble/t02/0.84/alphaPhi0.water +0 -0
raw/rising_bubble/t02/0.12/uniform/functionObjects/functionObjectProperties
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.12/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.12/uniform/time
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.12/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 0.119999999999999996;
|
| 19 |
+
|
| 20 |
+
name "0.12";
|
| 21 |
+
|
| 22 |
+
index 60;
|
| 23 |
+
|
| 24 |
+
deltaT 0.002;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.002;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.24/U
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.24/alpha.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.24/alphaPhi0.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.24/p
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.24/p_rgh
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.24/phi
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.24/uniform/cumulativeContErr
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class uniformDimensionedScalarField;
|
| 13 |
+
location "0.24/uniform";
|
| 14 |
+
object cumulativeContErr;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
dimensions [0 0 0 0 0 0 0];
|
| 19 |
+
value 3.5876824e-20;
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.24/uniform/functionObjects/functionObjectProperties
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.24/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.24/uniform/time
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.24/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 0.239999999999999991;
|
| 19 |
+
|
| 20 |
+
name "0.24";
|
| 21 |
+
|
| 22 |
+
index 120;
|
| 23 |
+
|
| 24 |
+
deltaT 0.002;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.002;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.36/U
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.36/alpha.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.36/alphaPhi0.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.36/p
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.36/p_rgh
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.36/phi
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.36/uniform/cumulativeContErr
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class uniformDimensionedScalarField;
|
| 13 |
+
location "0.36/uniform";
|
| 14 |
+
object cumulativeContErr;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
dimensions [0 0 0 0 0 0 0];
|
| 19 |
+
value 7.0606333e-20;
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.36/uniform/functionObjects/functionObjectProperties
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.36/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.36/uniform/time
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.36/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 0.359999999999999987;
|
| 19 |
+
|
| 20 |
+
name "0.36";
|
| 21 |
+
|
| 22 |
+
index 180;
|
| 23 |
+
|
| 24 |
+
deltaT 0.002;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.002;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.48/U
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.48/alpha.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.48/alphaPhi0.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.48/p
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.48/p_rgh
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.48/phi
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.48/uniform/cumulativeContErr
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class uniformDimensionedScalarField;
|
| 13 |
+
location "0.48/uniform";
|
| 14 |
+
object cumulativeContErr;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
dimensions [0 0 0 0 0 0 0];
|
| 19 |
+
value 1.626637e-19;
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.48/uniform/functionObjects/functionObjectProperties
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.48/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.48/uniform/time
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.48/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 0.479999999999999982;
|
| 19 |
+
|
| 20 |
+
name "0.48";
|
| 21 |
+
|
| 22 |
+
index 240;
|
| 23 |
+
|
| 24 |
+
deltaT 0.002;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.002;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.6/U
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.6/alpha.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.6/alphaPhi0.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.6/p
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.6/p_rgh
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.6/phi
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.6/uniform/cumulativeContErr
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class uniformDimensionedScalarField;
|
| 13 |
+
location "0.6/uniform";
|
| 14 |
+
object cumulativeContErr;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
dimensions [0 0 0 0 0 0 0];
|
| 19 |
+
value 2.20388e-19;
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.6/uniform/functionObjects/functionObjectProperties
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.6/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.6/uniform/time
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.6/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 0.599999999999999978;
|
| 19 |
+
|
| 20 |
+
name "0.6";
|
| 21 |
+
|
| 22 |
+
index 300;
|
| 23 |
+
|
| 24 |
+
deltaT 0.002;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.002;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.72/U
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.72/alpha.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.72/alphaPhi0.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.72/p
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.72/p_rgh
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.72/phi
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.72/uniform/cumulativeContErr
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class uniformDimensionedScalarField;
|
| 13 |
+
location "0.72/uniform";
|
| 14 |
+
object cumulativeContErr;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
dimensions [0 0 0 0 0 0 0];
|
| 19 |
+
value 3.5095897e-19;
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.72/uniform/functionObjects/functionObjectProperties
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.72/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.72/uniform/time
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/*--------------------------------*- C++ -*----------------------------------*\
|
| 2 |
+
| ========= | |
|
| 3 |
+
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| 4 |
+
| \\ / O peration | Version: |
|
| 5 |
+
| \\ / A nd | Web: www.OpenFOAM.com |
|
| 6 |
+
| \\/ M anipulation | |
|
| 7 |
+
\*---------------------------------------------------------------------------*/
|
| 8 |
+
FoamFile
|
| 9 |
+
{
|
| 10 |
+
version 2.0;
|
| 11 |
+
format ascii;
|
| 12 |
+
class dictionary;
|
| 13 |
+
location "0.72/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 0.719999999999999973;
|
| 19 |
+
|
| 20 |
+
name "0.72";
|
| 21 |
+
|
| 22 |
+
index 360;
|
| 23 |
+
|
| 24 |
+
deltaT 0.002;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.002;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|
raw/rising_bubble/t02/0.84/U
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.84/alpha.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/rising_bubble/t02/0.84/alphaPhi0.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|