Files
openfoam/applications/utilities/postProcessing/sampling/sample/FoamX/tensorFieldSample.cfg
2008-04-15 18:56:58 +01:00

44 lines
1.2 KiB
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
tensorFieldSample
{
type compound;
description "Tensor field to be sampled";
entries
{
name
{
type word;
description "Field name";
}
component
{
type word;
description "Tensor component(s)";
valueList
(
xx
xy
xz
yx
yy
yz
zx
zy
zz
mag
full
);
}
}
}
// ************************************************************************* //