Skip to content
GitLab
Menu
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
fa617757
Commit
fa617757
authored
Jun 10, 2019
by
sergio
Committed by
Andrew Heather
Jun 10, 2019
Browse files
ENH: Small changes on overBuoyantPimpleFoam tutorial
parent
5c58b07f
Changes
40
Hide whitespace changes
Inline
Side-by-side
tutorials/basic/potentialFoam/cylinder/0/U
deleted
100644 → 0
View file @
5c58b07f
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
boundaryField
{
down
{
type symmetryPlane;
}
right
{
type zeroGradient;
}
up
{
type symmetryPlane;
}
left
{
type uniformFixedValue;
uniformValue constant (1 0 0);
}
cylinder
{
type symmetry;
}
defaultFaces
{
type empty;
}
}
// ************************************************************************* //
tutorials/basic/potentialFoam/cylinder/0/p
deleted
100644 → 0
View file @
5c58b07f
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField uniform 0;
boundaryField
{
down
{
type symmetryPlane;
}
right
{
type fixedValue;
value uniform 0;
}
up
{
type symmetryPlane;
}
left
{
type zeroGradient;
}
cylinder
{
type symmetry;
}
defaultFaces
{
type empty;
}
}
// ************************************************************************* //
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/CH4
View file @
fa617757
...
...
@@ -51,7 +51,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
frontAndBack_pos
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/CO
View file @
fa617757
...
...
@@ -28,7 +28,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
inletPilot
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/CO2
View file @
fa617757
...
...
@@ -28,7 +28,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
inletPilot
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/H
View file @
fa617757
...
...
@@ -28,7 +28,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
inletPilot
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/H2
View file @
fa617757
...
...
@@ -28,7 +28,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
inletPilot
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/H2O
View file @
fa617757
...
...
@@ -28,7 +28,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
inletPilot
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/N2
View file @
fa617757
...
...
@@ -29,7 +29,9 @@ boundaryField
wallOutside
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0.77;
value uniform 0.77;
}
wallTube
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/O
View file @
fa617757
...
...
@@ -28,7 +28,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
inletPilot
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/O2
View file @
fa617757
...
...
@@ -51,7 +51,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0.23;
value uniform 0.23;
}
frontAndBack_pos
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/OH
View file @
fa617757
...
...
@@ -28,7 +28,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
inletPilot
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/T
View file @
fa617757
...
...
@@ -51,7 +51,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 300;
value uniform 300;
}
frontAndBack_pos
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/Ydefault
View file @
fa617757
...
...
@@ -28,7 +28,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
inletPilot
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/epsilon
View file @
fa617757
...
...
@@ -32,7 +32,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 30000;
value uniform 30000;
}
inletPilot
...
...
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/k
View file @
fa617757
...
...
@@ -29,7 +29,9 @@ boundaryField
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 30;
value uniform 30;
}
inletPilot
...
...
tutorials/heatTransfer/overBuoyantPimpleFoam/0.orig/T
→
tutorials/heatTransfer/overBuoyantPimpleFoam/
movingBox/
0.orig/T
View file @
fa617757
...
...
@@ -22,10 +22,8 @@ internalField uniform 300;
boundaryField
{
overset1
{
type overset;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type zeroGradient;
...
...
tutorials/heatTransfer/overBuoyantPimpleFoam/0.orig/U
→
tutorials/heatTransfer/overBuoyantPimpleFoam/
movingBox/
0.orig/U
View file @
fa617757
...
...
@@ -22,10 +22,8 @@ internalField uniform (0 0 0);
boundaryField
{
overset1
{
type overset;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type uniformFixedValue;
...
...
tutorials/heatTransfer/overBuoyantPimpleFoam/0.orig/alphat
→
tutorials/heatTransfer/overBuoyantPimpleFoam/
movingBox/
0.orig/alphat
View file @
fa617757
...
...
@@ -22,11 +22,8 @@ internalField uniform 0;
boundaryField
{
overset1
{
type overset;
value uniform 0;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type compressible::alphatWallFunction;
...
...
tutorials/heatTransfer/overBuoyantPimpleFoam/0.orig/epsilon
→
tutorials/heatTransfer/overBuoyantPimpleFoam/
movingBox/
0.orig/epsilon
View file @
fa617757
...
...
@@ -22,11 +22,7 @@ internalField uniform 0.1;
boundaryField
{
overset1
{
type overset;
value uniform 0.1;
}
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type epsilonWallFunction;
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment