|
[Sponsors] |
August 2, 2007, 08:24 |
Hi to all,
I added this file
|
#1 |
Member
hadi tartoussi
Join Date: Mar 2009
Location: paris
Posts: 48
Rep Power: 17 |
Hi to all,
I added this file in channelOodles to save the variation of gradP through time, but after each iteration the value of gradP replace the preceding one, so i only get the latest value. How can i write in this file all the values without removing the preceding one's for each iteration? # include "OFstream.H" OFstream gradP ( runTime.path()/("gradP.dat") ); gradP << runTime.timeName() << gradP.value() << "\n << endl; Thanks in advance Hadi |
|
August 2, 2007, 08:52 |
Sorry guys,
I just noticed
|
#2 |
Member
hadi tartoussi
Join Date: Mar 2009
Location: paris
Posts: 48
Rep Power: 17 |
Sorry guys,
I just noticed that i should open the file before the time Loop. Thanks anyways cheers |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX 10 question | DAK565656 | CFX | 0 | August 6, 2007 01:06 |
UDF question | Kerem | FLUENT | 0 | April 3, 2006 20:24 |
UDF question | Z | FLUENT | 0 | March 16, 2005 13:06 |
Tiny size particle question. (DPM) | ggbaby | FLUENT | 2 | August 18, 2004 11:14 |
injecting water mixed with tiny bubble | willy | FLUENT | 3 | June 18, 2001 09:50 |