Skip to content

Commit

Permalink
Added two example cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
iurnus committed Jun 20, 2016
1 parent ea92606 commit 7ea00ea
Show file tree
Hide file tree
Showing 48 changed files with 11,975 additions and 0 deletions.
51 changes: 51 additions & 0 deletions cases/example-cases/BL24-TH1/0/Ua
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
location "0";
object Ua;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
bottom
{
type slip;
}
top
{
type slip;
}
left
{
type cyclic;
}
right
{
type cyclic;
}
front
{
type cyclic;
}
back
{
type cyclic;
}
}


// ************************************************************************* //
53 changes: 53 additions & 0 deletions cases/example-cases/BL24-TH1/0/Ub
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
location "0";
object Ub;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
bottom
{
type fixedValue;
value uniform (0 0 0);
}
top
{
type fixedValue;
value uniform (0 0 0);
}
left
{
type cyclic;
}
right
{
type cyclic;
}
front
{
type cyclic;
}
back
{
type cyclic;
}
}


// ************************************************************************* //
51 changes: 51 additions & 0 deletions cases/example-cases/BL24-TH1/0/alpha
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object alpha;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 0 0 0 0 0 0];

internalField uniform 0;

boundaryField
{
bottom
{
type zeroGradient;
}
top
{
type zeroGradient;
}
left
{
type cyclic;
}
right
{
type cyclic;
}
front
{
type cyclic;
}
back
{
type cyclic;
}
}


// ************************************************************************* //
51 changes: 51 additions & 0 deletions cases/example-cases/BL24-TH1/0/k
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 2 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{
bottom
{
type zeroGradient;
}
top
{
type zeroGradient;
}
left
{
type cyclic;
}
right
{
type cyclic;
}
front
{
type cyclic;
}
back
{
type cyclic;
}
}


// ************************************************************************* //
53 changes: 53 additions & 0 deletions cases/example-cases/BL24-TH1/0/nuTilda
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object nuTilda;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 2 -1 0 0 0 0];

internalField uniform 0;

boundaryField
{
bottom
{
type fixedValue;
value uniform 0;
}
top
{
type fixedValue;
value uniform 0;
}
left
{
type cyclic;
}
right
{
type cyclic;
}
front
{
type cyclic;
}
back
{
type cyclic;
}
}


// ************************************************************************* //
53 changes: 53 additions & 0 deletions cases/example-cases/BL24-TH1/0/nut
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 2 -1 0 0 0 0];

internalField uniform 0;

boundaryField
{
bottom
{
type calculated;
value uniform 0;
}
top
{
type calculated;
value uniform 0;
}
left
{
type cyclic;
}
right
{
type cyclic;
}
front
{
type cyclic;
}
back
{
type cyclic;
}
}


// ************************************************************************* //
51 changes: 51 additions & 0 deletions cases/example-cases/BL24-TH1/0/p
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [1 -1 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{
bottom
{
type zeroGradient;
}
top
{
type zeroGradient;
}
left
{
type cyclic;
}
right
{
type cyclic;
}
front
{
type cyclic;
}
back
{
type cyclic;
}
}


// ************************************************************************* //
7 changes: 7 additions & 0 deletions cases/example-cases/BL24-TH1/Allclean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
rm *[1-9]* -rf
rm processor* -rf
rm log* -rf
rm snap* -rf
rm dump* -rf
rm postP* -rf
rm constant/polyMesh/{bo*,f*,n*,o*,p*}
4 changes: 4 additions & 0 deletions cases/example-cases/BL24-TH1/Allrun.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

blockMesh > log.blockMesh
decomposePar > log.decomposePar
mpirun -np 2 lammpsFoam -parallel > log.parallel
Loading

0 comments on commit 7ea00ea

Please sign in to comment.