mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
38 lines
1.1 KiB
INI
38 lines
1.1 KiB
INI
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.0 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
vectorFieldSample
|
|
{
|
|
type compound;
|
|
description "Vector field to be sampled";
|
|
entries
|
|
{
|
|
name
|
|
{
|
|
type word;
|
|
description "Field name";
|
|
}
|
|
|
|
component
|
|
{
|
|
type word;
|
|
description "Vector component(s)";
|
|
valueList
|
|
(
|
|
x
|
|
y
|
|
z
|
|
mag
|
|
full
|
|
);
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|