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

fieldAverage restarts mid-run

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 6, 2012, 09:56
Exclamation fieldAverage restarts mid-run
  #1
Member
 
Join Date: May 2009
Posts: 54
Rep Power: 16
gfilip is on a distinguished road
Hello,

I am using the following fieldAverage in my controlDict (1.7.x):

Code:
    
fieldAverage1
    {
        type            fieldAverage;
        functionObjectLibs ( "libfieldFunctionObjects.so" );
        enabled         true;
        cleanRetart     false;
        outputControl   outputTime;
        fields
        (
            U
            {
                mean        on;
                prime2Mean  on;
                base        time;
            }

            p
            {
                mean        on;
                prime2Mean  on;
                base        time;
            }
        );
    }
I restarted the case from a previous timestep which contained time-averaged quantities. Upon restarting, the log does say:

Code:
fieldAverage: restarting averaging for fields:
    U iters = 11001 time = 0.040993
    p iters = 11001 time = 0.040993
So everything looks fine. As I monitor the written timesteps, I notice that /uniform/fieldAveragingProperties.gz shows the number of iters and total time increasing as expected. This continues until the averaging restarts in the middle of the run with the log file message: regIOobject::readIfModified(): for the controlDict. I did not change anything in the fieldAverage section, but only the writeInterval. So now the total number of iters and time is back to 0 and the averaging has been taking place ever since that random restart.

Could such a restart be caused by modifying parts of the controlDict which are not affecting the fieldAverage part? Is there anything I can do to combine these two time-averaged sets?
gfilip is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Run Multiple Files in Batch nickninevah STAR-CCM+ 6 October 12, 2017 06:17
First Parallel Run - need some help Gian Maria OpenFOAM 3 June 17, 2011 12:08
Help-Edit Run in Progress BalanceChen CFX 0 March 30, 2011 09:23
Processor to run FLUENT rashid FLUENT 0 July 22, 2008 00:00
How to run and save tranisent case on Cray XD1 Leon FLUENT 0 October 3, 2006 21:59


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