CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

where's the singleGraph output?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 4, 2017, 06:10
Question where's the singleGraph output?
  #1
New Member
 
Kama Kashkanov
Join Date: Jan 2017
Location: Germany
Posts: 2
Rep Power: 0
kama_ is on a distinguished road
Hi,
I need output for the alpha.water field along a line, to understand I did the singleGraph tutorial: http://cfd.direct/openfoam/user-guid...hs-monitoring/ chapter 6.3.2
It uses the pitzDaily case. So I copied pitzDaily into run, ran blockMesh and simpleFoam on it, made sure it worked with paraView. Then I copied the singleGraph file from FOAM_ETC to system. I edited singleGraph and controlDict as I was told. I ran simpleFoam with and without postProcess option, but I can't find any output in pitzDaily/postProcessing - there's not even a directory called singleGraph.

singleGraph

Code:
 
\*---------------------------------------------------------------------------*/

start   (0.01 0.025 0);
end     (0.01 0.025 0);
fields  (U p);
 
// Sampling and I/O settings
#includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg"
 
// Override settings here, e.g.
// setConfig { type midPoint; }

// Must be last entry

#includeEtc "caseDicts/postProcessing/graphs/graph.cfg"
 
// ************************************************************************* //
controlDict
Code:
 
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application     simpleFoam;

startFrom       startTime;

startTime       0;

stopAt          endTime;

endTime         2000;

deltaT          1;

writeControl    timeStep;

writeInterval   100;

purgeWrite      0;

writeFormat     ascii;

writePrecision  6;

writeCompression off;

timeFormat      general;

timePrecision   6;

runTimeModifiable true;

functions
{
    #includeFunc streamlines
    #includeFunc singleGraph
}

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

Thanks in advance.
kama_ is offline   Reply With Quote

Old   January 4, 2017, 06:17
Default dunno just did it again
  #2
New Member
 
Kama Kashkanov
Join Date: Jan 2017
Location: Germany
Posts: 2
Rep Power: 0
kama_ is on a distinguished road
and it worked.
sorry. thread can be closed now, can i do that somewhere?
kama_ is offline   Reply With Quote

Reply

Tags
simplefoam, singlegraph


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[swak4Foam] outputTime in Swak function immortality OpenFOAM Community Contributions 20 October 6, 2022 12:08
writing execFlowFunctionObjects immortality OpenFOAM Post-Processing 30 September 15, 2013 06:16
RNG diverged during the analysis the flow over a multi element airfoil, why? s.m OpenFOAM Running, Solving & CFD 0 August 5, 2013 08:39
mixerVesselAMI2D's mass is not balancing sharonyue OpenFOAM Running, Solving & CFD 6 June 10, 2013 09:34
lift and drag on ship superstructures vaina74 OpenFOAM Running, Solving & CFD 3 June 8, 2010 12:30


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