Skip to content
Snippets Groups Projects
Commit 1e6eb893 authored by andy's avatar andy
Browse files

ENH: Updated dieselFoam aachenBomb tutorial case initial conditions

parent 3612abb1
Branches
Tags
No related merge requests found
......@@ -24,17 +24,6 @@ boundaryField
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
}
// ************************************************************************* //
......@@ -16,7 +16,7 @@ FoamFile
dimensions [ 0 0 0 0 0 0 0 ];
internalField uniform 0.233;
internalField uniform 0.234;
boundaryField
{
......@@ -24,17 +24,6 @@ boundaryField
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
}
// ************************************************************************* //
......@@ -24,17 +24,6 @@ boundaryField
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
}
// ************************************************************************* //
......@@ -25,17 +25,6 @@ boundaryField
type fixedValue;
value uniform ( 0 0 0 );
}
front
{
type wedge;
}
back
{
type wedge;
}
}
// ************************************************************************* //
......@@ -24,17 +24,6 @@ boundaryField
{
type zeroGradient;
}
front
{
type wedge;
}
back
{
type wedge;
}
}
// ************************************************************************* //
......@@ -22,18 +22,7 @@ boundaryField
{
walls
{
type buoyantPressure;
value uniform 5e+06;
}
front
{
type wedge;
}
back
{
type wedge;
type zeroGradient;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment