CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Sampling Reynolds stress (https://www.cfd-online.com/Forums/openfoam-solving/57884-sampling-reynolds-stress.html)

antonio_ing February 27, 2009 06:59

hi everybody i'm trying to
 
hi everybody

i'm trying to sample the reynolds stress in some points. when i sample p and U everything is fine but when i try to sample the reynolds stress with R it gives me a segmentation fault error. This is my sampleDict file:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.5 |
| \ / A nd | Web: http://www.OpenFOAM.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object sampleDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
interpolationScheme cellPoint;
setFormat raw;
sets
(
wing //any name possible (the outputfile will be named like this)
{
type cloud;
axis xyz; //plots the x-value of the point position into the output file)
points //those will be your probe-points
(
( 7.5 0 0.00125)
( 7.5 -1.83697e-15 0.00125)
);
}
);
surfaces
();
fields
(
p k epsilon U R
);

actually i'm using a kepsilon model. Any idea?


All times are GMT -4. The time now is 15:31.