CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   ParaView (https://www.cfd-online.com/Forums/paraview/)
-   -   [OpenFOAM] Samplefield (https://www.cfd-online.com/Forums/paraview/61241-samplefield.html)

shuo September 25, 2006 01:49

Samplefield
 
Hello

I tried to sample the field in simpleFOam/pitzDaily but got an empty file.

/*---------------------------------------------------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.3 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/

// FoamX Case Dictionary.

FoamFile
{
version 2.0;
format ascii;

root "/home/li077/OpenFOAM/li077-1.3/run/tutorials/simpleFoam";
case "pitzDaily";
instance "system";
local "";

class dictionary;
object sampleDict;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

arguments "/home/li077/OpenFOAM/li077-1.3/run/tutorials/simpleFoam/pitzDaily" off off off;

interpolationScheme cellPoint;

writeFormat raw;

sampleSets
(
uniform
{
name outlet;
axis y;
start (290 0 0);
end (290 16.6 0);
nPoints 150;
}
);

fields
(
p
);

Any advice?
Shuo

// ************************************************** *********************** //


All times are GMT -4. The time now is 23:07.