Corrections to get the tutorial test loop to run cleanly.

This commit is contained in:
henry
2009-07-09 23:28:54 +01:00
parent 14360a83ea
commit 37b0fe0ade
38 changed files with 124 additions and 66 deletions

View File

@ -22,12 +22,14 @@ boundaryField
{
walls
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
obstacle
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
atmosphere

View File

@ -22,12 +22,14 @@ boundaryField
{
walls
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
obstacle
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
atmosphere

View File

@ -30,7 +30,8 @@ boundaryField
}
walls
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
}

View File

@ -56,7 +56,7 @@ functions
probes
{
type probes;
functionObjectLibs ( "libsampling.so" );
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 1;
probeLocations
@ -73,7 +73,7 @@ functions
wallPressure
{
type surfaces;
functionObjectLibs ( "libsampling.so" );
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 10;
surfaceFormat raw;

View File

@ -1,37 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object alpha1;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
front
{
type empty;
}
back
{
type empty;
}
walls
{
type zeroGradient;
}
}
// ************************************************************************* //

View File

@ -30,7 +30,8 @@ boundaryField
}
walls
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
}

View File

@ -15,9 +15,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// General m4 macros

View File

@ -1,8 +1,8 @@
/*--------------------------------*- 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

View File

@ -56,9 +56,9 @@ functions
probes
{
type probes;
name probes;
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 10;
outputInterval 1;
probeLocations
(
( 0 9.95 19.77 )
@ -73,7 +73,7 @@ functions
wallPressure
{
type surfaces;
functionObjectLibs ( "libsampling.so" );
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 10;
surfaceFormat raw;
@ -81,6 +81,7 @@ functions
(
p
);
surfaces
(
walls

View File

@ -22,7 +22,8 @@ boundaryField
{
walls
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
}

View File

@ -56,7 +56,7 @@ functions
probes
{
type probes;
name probes;
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 1;
probeLocations

View File

@ -22,7 +22,8 @@ boundaryField
{
walls
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
}

View File

@ -56,7 +56,7 @@ functions
probes
{
type probes;
name probes;
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 1;
probeLocations

View File

@ -22,7 +22,8 @@ boundaryField
{
walls
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
}

View File

@ -56,7 +56,7 @@ functions
probes
{
type probes;
name probes;
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 1;
probeLocations