db7fac3f24
git-svn-id: https://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trunk/Core/OpenFOAM-1.5-dev@1731 e4e07f05-0c2f-0410-a05a-b8ba57e0c909
175 lines
4.2 KiB
Text
175 lines
4.2 KiB
Text
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.4 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
|
|
root "";
|
|
case "";
|
|
instance "";
|
|
local "";
|
|
|
|
class dictionary;
|
|
object sampleDict;
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
|
interpolationScheme cellPoint;
|
|
|
|
writeFormat raw;
|
|
|
|
sampleSets
|
|
(
|
|
|
|
// x axes Ux upstream profile
|
|
uniform
|
|
{
|
|
name fig5_x_05;
|
|
axis distance;
|
|
start (0.2544 0.0 0.00016);
|
|
end (0.2544 0.0128 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
|
|
uniform
|
|
{
|
|
name fig5_x_1;
|
|
axis distance;
|
|
start (0.2528 0.0 0.00016);
|
|
end (0.2528 0.0128 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
|
|
uniform
|
|
{
|
|
name fig5_x_15;
|
|
axis distance;
|
|
start (0.2512 0.0 0.00016);
|
|
end (0.2512 0.0128 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
uniform
|
|
{
|
|
name fig5_x_2;
|
|
axis distance;
|
|
start (0.2496 0.0 0.00016);
|
|
end (0.2496 0.0128 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
uniform
|
|
{
|
|
name fig5_x_10;
|
|
axis distance;
|
|
start (0.2240 0.0 0.00016);
|
|
end (0.2240 0.0128 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
|
|
// y axes Ux upstream profile
|
|
|
|
uniform
|
|
{
|
|
name fig5_y_1;
|
|
axis distance;
|
|
start (0.2240 0.0032 0.00016);
|
|
end (0.2560 0.0032 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
uniform
|
|
{
|
|
name fig5_y_15;
|
|
axis distance;
|
|
start (0.2240 0.0048 0.00016);
|
|
end (0.2560 0.0048 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
uniform
|
|
{
|
|
name fig5_y_2;
|
|
axis distance;
|
|
start (0.2240 0.0064 0.00016);
|
|
end (0.2560 0.0064 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
uniform
|
|
{
|
|
name fig5_y_25;
|
|
axis distance;
|
|
start (0.2240 0.0080 0.00016);
|
|
end (0.2560 0.0080 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
uniform
|
|
{
|
|
name fig5_y_3;
|
|
axis distance;
|
|
start (0.2240 0.0096 0.00016);
|
|
end (0.2560 0.0096 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
uniform
|
|
{
|
|
name fig5_y_35;
|
|
axis distance;
|
|
start (0.2240 0.0112 0.00016);
|
|
end (0.2560 0.0112 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
// x axes Ux downstream profile
|
|
|
|
uniform
|
|
{
|
|
name fig8_x_5;
|
|
axis distance;
|
|
start (0.2720 0.0 0.00016);
|
|
end (0.2720 0.0032 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
uniform
|
|
{
|
|
name fig8_x_1;
|
|
axis distance;
|
|
start (0.2592 0.0 0.00016);
|
|
end (0.2592 0.0032 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
uniform
|
|
{
|
|
name fig8_x_0;
|
|
axis distance;
|
|
start (0.2560 0.0 0.00016);
|
|
end (0.2560 0.0032 0.00016);
|
|
nPoints 100;
|
|
}
|
|
|
|
);
|
|
|
|
fields
|
|
(
|
|
mag(U)
|
|
);
|
|
|
|
|
|
// ************************************************************************* //
|