This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/viscoelasticFluidFoam/Oldroyd-B/system/sampleDictU

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)
);
// ************************************************************************* //