|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Join Date: May 2009
Posts: 54
Rep Power: 18 ![]() |
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;
}
);
}
Code:
fieldAverage: restarting averaging for fields:
U iters = 11001 time = 0.040993
p iters = 11001 time = 0.040993
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? |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Run Multiple Files in Batch | nickninevah | STAR-CCM+ | 6 | October 12, 2017 07:17 |
| First Parallel Run - need some help | Gian Maria | OpenFOAM | 3 | June 17, 2011 13:08 |
| Help-Edit Run in Progress | BalanceChen | CFX | 0 | March 30, 2011 10:23 |
| Processor to run FLUENT | rashid | FLUENT | 0 | July 22, 2008 01:00 |
| How to run and save tranisent case on Cray XD1 | Leon | FLUENT | 0 | October 3, 2006 22:59 |