mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Tried to sort out the scripts in the tutorials but found it is messed up. Will start again from a new version from Mattijs
This commit is contained in:
@ -1,123 +0,0 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
|
||||
root "";
|
||||
case "";
|
||||
instance "";
|
||||
local "";
|
||||
|
||||
class dictionary;
|
||||
object blockMeshDict;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
convertToMeters 1e-06;
|
||||
|
||||
vertices
|
||||
(
|
||||
(0 0 0)
|
||||
(3000 0 0)
|
||||
(0 100 -4.36609429085)
|
||||
(3000 300 -13.0982828726)
|
||||
(0 400 -17.4643771634)
|
||||
(3000 700 -30.562660036)
|
||||
(0 800 -34.9287543268)
|
||||
(3000 1000 -43.6609429085)
|
||||
(0 1600 -69.8575086536)
|
||||
(3000 1600 -69.8575086536)
|
||||
|
||||
(0 100 4.36609429085)
|
||||
(3000 300 13.0982828726)
|
||||
(0 400 17.4643771634)
|
||||
(3000 700 30.562660036)
|
||||
(0 800 34.9287543268)
|
||||
(3000 1000 43.6609429085)
|
||||
(0 1600 69.8575086536)
|
||||
(3000 1600 69.8575086536)
|
||||
);
|
||||
|
||||
blocks
|
||||
(
|
||||
hex (0 1 3 2 0 1 11 10)
|
||||
(75 30 1)
|
||||
edgeGrading (1 1 1 1 0.1666667 1 1 0.1666667 1 1 1 1)
|
||||
|
||||
hex (2 3 5 4 10 11 13 12)
|
||||
(75 40 1)
|
||||
edgeGrading (1 1 1 1 20 1 1 20 1 1 1 1)
|
||||
|
||||
hex (4 5 7 6 12 13 15 14)
|
||||
(75 15 1)
|
||||
simpleGrading (1.0 1.0 1.0)
|
||||
|
||||
hex (6 7 9 8 14 15 17 16)
|
||||
(75 15 1)
|
||||
simpleGrading (1.0 1.0 1.0)
|
||||
);
|
||||
|
||||
edges
|
||||
(
|
||||
);
|
||||
|
||||
patches
|
||||
(
|
||||
empty axis
|
||||
(
|
||||
(0 1 1 0)
|
||||
)
|
||||
|
||||
patch inlet
|
||||
(
|
||||
(0 0 10 2)
|
||||
)
|
||||
|
||||
wall wall
|
||||
(
|
||||
(2 10 12 4)
|
||||
(4 12 14 6)
|
||||
(6 14 16 8)
|
||||
)
|
||||
|
||||
patch atmosphere
|
||||
(
|
||||
(8 16 17 9)
|
||||
(7 9 17 15)
|
||||
(5 7 15 13)
|
||||
(3 5 13 11)
|
||||
(1 3 11 1)
|
||||
)
|
||||
|
||||
|
||||
wedge front
|
||||
(
|
||||
(0 1 11 10)
|
||||
(10 11 13 12)
|
||||
(12 13 15 14)
|
||||
(14 15 17 16)
|
||||
)
|
||||
|
||||
wedge back
|
||||
(
|
||||
(0 2 3 1)
|
||||
(2 4 5 3)
|
||||
(4 6 7 5)
|
||||
(6 8 9 7)
|
||||
)
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
(
|
||||
);
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -1,76 +0,0 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
|
||||
root "";
|
||||
case "";
|
||||
instance "";
|
||||
local "";
|
||||
|
||||
class polyBoundaryMesh;
|
||||
object boundary;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
6
|
||||
(
|
||||
axis
|
||||
{
|
||||
type empty;
|
||||
physicalType empty;
|
||||
nFaces 0;
|
||||
startFace 41031;
|
||||
}
|
||||
|
||||
inlet
|
||||
{
|
||||
type patch;
|
||||
physicalType inlet;
|
||||
nFaces 30;
|
||||
startFace 41031;
|
||||
}
|
||||
|
||||
wall
|
||||
{
|
||||
type wall;
|
||||
physicalType wall;
|
||||
nFaces 70;
|
||||
startFace 41061;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type patch;
|
||||
physicalType atmosphere;
|
||||
nFaces 175;
|
||||
startFace 41131;
|
||||
}
|
||||
|
||||
front
|
||||
{
|
||||
type wedge;
|
||||
physicalType wedge;
|
||||
nFaces 20603;
|
||||
startFace 41306;
|
||||
}
|
||||
|
||||
back
|
||||
{
|
||||
type wedge;
|
||||
physicalType wedge;
|
||||
nFaces 20603;
|
||||
startFace 61909;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -1,76 +0,0 @@
|
||||
/*---------------------------------------------------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
|
||||
root "";
|
||||
case "";
|
||||
instance "";
|
||||
local "";
|
||||
|
||||
class polyBoundaryMesh;
|
||||
object boundary;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
6
|
||||
(
|
||||
axis
|
||||
{
|
||||
type empty;
|
||||
physicalType empty;
|
||||
nFaces 0;
|
||||
startFace 41031;
|
||||
}
|
||||
|
||||
inlet
|
||||
{
|
||||
type patch;
|
||||
physicalType inlet;
|
||||
nFaces 30;
|
||||
startFace 41031;
|
||||
}
|
||||
|
||||
wall
|
||||
{
|
||||
type wall;
|
||||
physicalType wall;
|
||||
nFaces 70;
|
||||
startFace 41061;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type patch;
|
||||
physicalType atmosphere;
|
||||
nFaces 175;
|
||||
startFace 41131;
|
||||
}
|
||||
|
||||
front
|
||||
{
|
||||
type wedge;
|
||||
physicalType wedge;
|
||||
nFaces 20603;
|
||||
startFace 41306;
|
||||
}
|
||||
|
||||
back
|
||||
{
|
||||
type wedge;
|
||||
physicalType wedge;
|
||||
nFaces 20603;
|
||||
startFace 61909;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,30 +0,0 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.4.1 |
|
||||
| \\ / A nd | Web: http://www.openfoam.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
|
||||
root "/home/dm2/henry/OpenFOAM/OpenFOAM-1.4.1/tutorials/lesInterFoam";
|
||||
case "nozzleFlow2D";
|
||||
instance "constant";
|
||||
local "polyMesh/sets";
|
||||
|
||||
class topoSet;
|
||||
object c0_old;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
0
|
||||
(
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user