Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
ef874be0
Commit
ef874be0
authored
Feb 13, 2009
by
Andrew Heather
Browse files
updates
parent
ab4d2e0f
Changes
26
Hide whitespace changes
Inline
Side-by-side
tutorials/combustion/XiFoam/les/pitzDaily/constant/turbulenceProperties
0 → 100644
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType LESModel;
// ************************************************************************* //
tutorials/combustion/XiFoam/les/pitzDaily/system/controlDict
View file @
ef874be0
...
...
@@ -43,6 +43,10 @@ timePrecision 6;
runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.5;
functions
(
fieldAverage1
...
...
tutorials/combustion/XiFoam/les/pitzDaily3D/constant/turbulenceProperties
0 → 100644
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType LESModel;
// ************************************************************************* //
tutorials/combustion/XiFoam/les/pitzDaily3D/system/controlDict
View file @
ef874be0
...
...
@@ -43,6 +43,10 @@ timePrecision 6;
runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.5;
functions
(
fieldAverage1
...
...
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/constant/turbulenceProperties
0 → 100644
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType RASModel;
// ************************************************************************* //
tutorials/combustion/engineFoam/kivaTest/-180/alphat
0 → 100644
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "-180";
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
piston
{
type alphatWallFunction;
value uniform 0;
}
liner
{
type alphatWallFunction;
value uniform 0;
}
cylinderHead
{
type alphatWallFunction;
value uniform 0;
}
}
// ************************************************************************* //
tutorials/combustion/engineFoam/kivaTest/-180/epsilon
0 → 100644
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "-180";
object epsilon;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -3 0 0 0 0];
internalField uniform 450;
boundaryField
{
piston
{
type epsilonWallFunction;
value uniform 450;
}
liner
{
type epsilonWallFunction;
value uniform 450;
}
cylinderHead
{
type epsilonWallFunction;
value uniform 450;
}
}
// ************************************************************************* //
tutorials/combustion/engineFoam/kivaTest/-180/epsilon.gz
deleted
100644 → 0
View file @
ab4d2e0f
File deleted
tutorials/combustion/engineFoam/kivaTest/-180/k
0 → 100644
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "-180";
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField uniform 4;
boundaryField
{
piston
{
type kQRWallFunction;
value uniform 4;
}
liner
{
type kQRWallFunction;
value uniform 4;
}
cylinderHead
{
type kQRWallFunction;
value uniform 4;
}
}
// ************************************************************************* //
tutorials/combustion/engineFoam/kivaTest/-180/k.gz
deleted
100644 → 0
View file @
ab4d2e0f
File deleted
tutorials/combustion/engineFoam/kivaTest/-180/mut
0 → 100644
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "-180";
object mut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
piston
{
type mutWallFunction;
value uniform 0;
}
liner
{
type mutWallFunction;
value uniform 0;
}
cylinderHead
{
type mutWallFunction;
value uniform 0;
}
}
// ************************************************************************* //
tutorials/combustion/engineFoam/kivaTest/constant/turbulenceProperties
0 → 100644
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType RASModel;
// ************************************************************************* //
tutorials/compressible/rhoPimpleFoam/angledDuct/0/alphat
0 → 100644
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
front
{
type alphatWallFunction;
value uniform 0;
}
back
{
type alphatWallFunction;
value uniform 0;
}
wall
{
type alphatWallFunction;
value uniform 0;
}
porosityWall
{
type alphatWallFunction;
value uniform 0;
}
inlet
{
type calculated;
value uniform 0;
}
outlet
{
type calculated;
value uniform 0;
}
}
// ************************************************************************* //
tutorials/compressible/rhoPimpleFoam/angledDuct/0/epsilon
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version:
1.5
|
| \\ / A nd | Web:
http://
www.OpenFOAM.org |
| \\ / O peration | Version:
dev
|
| \\ / A nd | Web: www.OpenFOAM.org
|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
...
...
@@ -10,46 +10,50 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
location "0";
object epsilon;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -3 0 0 0 0];
internalField uniform 200;
boundaryField
{
front
{
type zeroGradient;
type epsilonWallFunction;
value uniform 200;
}
back
{
type zeroGradient;
type epsilonWallFunction;
value uniform 200;
}
wall
{
type zeroGradient;
type epsilonWallFunction;
value uniform 200;
}
porosityWall
{
type zeroGradient;
type epsilonWallFunction;
value uniform 200;
}
inlet
{
type turbulentMixingLengthDissipationRateInlet;
mixingLength 0.005;
value
$internalField
;
value
uniform 200
;
}
outlet
{
type inletOutlet;
inletValue
$internalField
;
value
$internalField
;
inletValue
uniform 200
;
value
uniform 200
;
}
}
// ************************************************************************* //
tutorials/compressible/rhoPimpleFoam/angledDuct/0/k
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version:
1.5
|
| \\ / A nd | Web:
http://
www.OpenFOAM.org |
| \\ / O peration | Version:
dev
|
| \\ / A nd | Web: www.OpenFOAM.org
|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
...
...
@@ -10,46 +10,50 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
location "0";
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField uniform 1;
boundaryField
{
front
{
type zeroGradient;
type kQRWallFunction;
value uniform 1;
}
back
{
type zeroGradient;
type kQRWallFunction;
value uniform 1;
}
wall
{
type zeroGradient;
type kQRWallFunction;
value uniform 1;
}
porosityWall
{
type zeroGradient;
type kQRWallFunction;
value uniform 1;
}
inlet
{
type turbulentIntensityKineticEnergyInlet;
intensity 0.05;
value
$internalField
;
value
uniform 1
;
}
outlet
{
type inletOutlet;
inletValue
$internalField
;
value
$internalField
;
inletValue
uniform 1
;
value
uniform 1
;
}
}
// ************************************************************************* //
tutorials/compressible/rhoPimpleFoam/angledDuct/0/mut
0 → 100644
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object mut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
front
{
type mutWallFunction;
value uniform 0;
}
back
{
type mutWallFunction;
value uniform 0;
}
wall
{
type mutWallFunction;
value uniform 0;
}
porosityWall
{
type mutWallFunction;
value uniform 0;
}
inlet
{
type calculated;
value uniform 0;
}
outlet
{
type calculated;
value uniform 0;
}
}
// ************************************************************************* //
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/0/epsilon
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version:
1.5
|
| \\ / A nd | Web:
http://
www.OpenFOAM.org |
| \\ / O peration | Version:
dev
|
| \\ / A nd | Web: www.OpenFOAM.org
|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
...
...
@@ -10,6 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
location "0";
object epsilon;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -20,25 +21,26 @@ internalField uniform 1e-08;
boundaryField
{
lowerWall
lowerWall
{
type zeroGradient;
type epsilonWallFunction;
value uniform 1e-08;
}
upperWall
upperWall
{
type zeroGradient;
type epsilonWallFunction;
value uniform 1e-08;
}
frontBack
{
type cyclic;
value uniform 1e-08;
}
defaultFaces
defaultFaces
{
type empty;
}
}
// ************************************************************************* //
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/0/k
View file @
ef874be0
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version:
1.5
|
| \\ / A nd | Web:
http://
www.OpenFOAM.org |
| \\ / O peration | Version:
dev
|
| \\ / A nd | Web: www.OpenFOAM.org
|
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
...
...
@@ -10,6 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
location "0";
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -20,25 +21,190 @@ internalField uniform 1e-10;