Upload folder using huggingface_hub (part 6)
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- raw/dam_break/t04/0.88/p_rgh +0 -0
- raw/dam_break/t04/0.88/phi +0 -0
- raw/dam_break/t04/0.88/uniform/cumulativeContErr +23 -0
- raw/dam_break/t04/0.88/uniform/functionObjects/functionObjectProperties +20 -0
- raw/dam_break/t04/0.88/uniform/time +29 -0
- raw/dam_break/t04/0.96/U +0 -0
- raw/dam_break/t04/0.96/alpha.water +0 -0
- raw/dam_break/t04/0.96/alphaPhi0.water +0 -0
- raw/dam_break/t04/0.96/p +0 -0
- raw/dam_break/t04/0.96/p_rgh +0 -0
- raw/dam_break/t04/0.96/phi +0 -0
- raw/dam_break/t04/0.96/uniform/cumulativeContErr +23 -0
- raw/dam_break/t04/0.96/uniform/functionObjects/functionObjectProperties +20 -0
- raw/dam_break/t04/0.96/uniform/time +29 -0
- raw/dam_break/t04/1.04/U +0 -0
- raw/dam_break/t04/1.04/alpha.water +0 -0
- raw/dam_break/t04/1.04/alphaPhi0.water +0 -0
- raw/dam_break/t04/1.04/p +0 -0
- raw/dam_break/t04/1.04/p_rgh +0 -0
- raw/dam_break/t04/1.04/phi +0 -0
- raw/dam_break/t04/1.04/uniform/cumulativeContErr +23 -0
- raw/dam_break/t04/1.04/uniform/functionObjects/functionObjectProperties +20 -0
- raw/dam_break/t04/1.04/uniform/time +29 -0
- raw/dam_break/t04/1.12/U +0 -0
- raw/dam_break/t04/1.12/alpha.water +0 -0
- raw/dam_break/t04/1.12/alphaPhi0.water +0 -0
- raw/dam_break/t04/1.12/p +0 -0
- raw/dam_break/t04/1.12/p_rgh +0 -0
- raw/dam_break/t04/1.12/phi +0 -0
- raw/dam_break/t04/1.12/uniform/cumulativeContErr +23 -0
- raw/dam_break/t04/1.12/uniform/functionObjects/functionObjectProperties +20 -0
- raw/dam_break/t04/1.12/uniform/time +29 -0
- raw/dam_break/t04/1.2/U +0 -0
- raw/dam_break/t04/1.2/alpha.water +0 -0
- raw/dam_break/t04/1.2/alphaPhi0.water +0 -0
- raw/dam_break/t04/1.2/p +0 -0
- raw/dam_break/t04/1.2/p_rgh +0 -0
- raw/dam_break/t04/1.2/phi +0 -0
- raw/dam_break/t04/1.2/uniform/cumulativeContErr +23 -0
- raw/dam_break/t04/1.2/uniform/functionObjects/functionObjectProperties +20 -0
- raw/dam_break/t04/1.2/uniform/time +29 -0
- raw/dam_break/t04/1.28/U +0 -0
- raw/dam_break/t04/1.28/alpha.water +0 -0
- raw/dam_break/t04/1.28/alphaPhi0.water +0 -0
- raw/dam_break/t04/1.28/p +0 -0
- raw/dam_break/t04/1.28/p_rgh +0 -0
- raw/dam_break/t04/1.28/phi +0 -0
- raw/dam_break/t04/1.28/uniform/cumulativeContErr +23 -0
- raw/dam_break/t04/1.28/uniform/functionObjects/functionObjectProperties +20 -0
- raw/dam_break/t04/1.28/uniform/time +29 -0
raw/dam_break/t04/0.88/p_rgh
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/0.88/phi
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/0.88/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.88/uniform";
|
| 14 |
+
object cumulativeContErr;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
dimensions [0 0 0 0 0 0 0];
|
| 19 |
+
value -0.00054570152;
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
// ************************************************************************* //
|
raw/dam_break/t04/0.88/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.88/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/dam_break/t04/0.88/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.88/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 0.880000000000000004;
|
| 19 |
+
|
| 20 |
+
name "0.88";
|
| 21 |
+
|
| 22 |
+
index 4037;
|
| 23 |
+
|
| 24 |
+
deltaT 0.00016212075;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.00016212075;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|
raw/dam_break/t04/0.96/U
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/0.96/alpha.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/0.96/alphaPhi0.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/0.96/p
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/0.96/p_rgh
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/0.96/phi
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/0.96/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.96/uniform";
|
| 14 |
+
object cumulativeContErr;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
dimensions [0 0 0 0 0 0 0];
|
| 19 |
+
value -0.00054509185;
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
// ************************************************************************* //
|
raw/dam_break/t04/0.96/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.96/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/dam_break/t04/0.96/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.96/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 0.959999999999999964;
|
| 19 |
+
|
| 20 |
+
name "0.96";
|
| 21 |
+
|
| 22 |
+
index 4418;
|
| 23 |
+
|
| 24 |
+
deltaT 0.00019722377;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.00019722377;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.04/U
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.04/alpha.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.04/alphaPhi0.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.04/p
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.04/p_rgh
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.04/phi
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.04/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 "1.04/uniform";
|
| 14 |
+
object cumulativeContErr;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
dimensions [0 0 0 0 0 0 0];
|
| 19 |
+
value -0.00054841259;
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.04/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 "1.04/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.04/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 "1.04/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 1.04000000000000004;
|
| 19 |
+
|
| 20 |
+
name "1.04";
|
| 21 |
+
|
| 22 |
+
index 4805;
|
| 23 |
+
|
| 24 |
+
deltaT 0.00023373594;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.00023373594;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.12/U
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.12/alpha.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.12/alphaPhi0.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.12/p
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.12/p_rgh
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.12/phi
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.12/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 "1.12/uniform";
|
| 14 |
+
object cumulativeContErr;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
dimensions [0 0 0 0 0 0 0];
|
| 19 |
+
value -0.00054472791;
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.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 "1.12/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.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 "1.12/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 1.12000000000000011;
|
| 19 |
+
|
| 20 |
+
name "1.12";
|
| 21 |
+
|
| 22 |
+
index 5154;
|
| 23 |
+
|
| 24 |
+
deltaT 0.00025568475;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.00025568475;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.2/U
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.2/alpha.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.2/alphaPhi0.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.2/p
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.2/p_rgh
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.2/phi
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.2/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 "1.2/uniform";
|
| 14 |
+
object cumulativeContErr;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
dimensions [0 0 0 0 0 0 0];
|
| 19 |
+
value -0.00053961381;
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.2/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 "1.2/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.2/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 "1.2/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 1.19999999999999996;
|
| 19 |
+
|
| 20 |
+
name "1.2";
|
| 21 |
+
|
| 22 |
+
index 5450;
|
| 23 |
+
|
| 24 |
+
deltaT 0.00026199729;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.00026199729;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.28/U
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.28/alpha.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.28/alphaPhi0.water
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.28/p
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.28/p_rgh
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.28/phi
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw/dam_break/t04/1.28/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 "1.28/uniform";
|
| 14 |
+
object cumulativeContErr;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
dimensions [0 0 0 0 0 0 0];
|
| 19 |
+
value -0.00052909746;
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.28/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 "1.28/uniform/functionObjects";
|
| 14 |
+
object functionObjectProperties;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
// ************************************************************************* //
|
raw/dam_break/t04/1.28/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 "1.28/uniform";
|
| 14 |
+
object time;
|
| 15 |
+
}
|
| 16 |
+
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
| 17 |
+
|
| 18 |
+
value 1.28000000000000003;
|
| 19 |
+
|
| 20 |
+
name "1.28";
|
| 21 |
+
|
| 22 |
+
index 5725;
|
| 23 |
+
|
| 24 |
+
deltaT 0.00027846422;
|
| 25 |
+
|
| 26 |
+
deltaT0 0.00027846422;
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
// ************************************************************************* //
|