Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
1e6eb893
Commit
1e6eb893
authored
May 26, 2011
by
andy
Browse files
ENH: Updated dieselFoam aachenBomb tutorial case initial conditions
parent
3612abb1
Changes
6
Hide whitespace changes
Inline
Side-by-side
tutorials/combustion/dieselFoam/aachenBomb/0/N2
View file @
1e6eb893
...
...
@@ -24,17 +24,6 @@ boundaryField
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
}
// ************************************************************************* //
tutorials/combustion/dieselFoam/aachenBomb/0/O2
View file @
1e6eb893
...
...
@@ -16,7 +16,7 @@ FoamFile
dimensions [ 0 0 0 0 0 0 0 ];
internalField uniform 0.23
3
;
internalField uniform 0.23
4
;
boundaryField
{
...
...
@@ -24,17 +24,6 @@ boundaryField
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
}
// ************************************************************************* //
tutorials/combustion/dieselFoam/aachenBomb/0/T
View file @
1e6eb893
...
...
@@ -24,17 +24,6 @@ boundaryField
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
}
// ************************************************************************* //
tutorials/combustion/dieselFoam/aachenBomb/0/U
View file @
1e6eb893
...
...
@@ -25,17 +25,6 @@ boundaryField
type fixedValue;
value uniform ( 0 0 0 );
}
front
{
type wedge;
}
back
{
type wedge;
}
}
// ************************************************************************* //
tutorials/combustion/dieselFoam/aachenBomb/0/Ydefault
View file @
1e6eb893
...
...
@@ -24,17 +24,6 @@ boundaryField
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
}
// ************************************************************************* //
tutorials/combustion/dieselFoam/aachenBomb/0/p
View file @
1e6eb893
...
...
@@ -22,18 +22,7 @@ boundaryField
{
walls
{
type buoyantPressure;
value uniform 5e+06;
}
front
{
type wedge;
}
back
{
type wedge;
type zeroGradient;
}
}
...
...
Write
Preview
Markdown
is supported
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