|
[Sponsors] |
January 19, 2009, 11:25 |
Hello:
I'm trying to use fi
|
#1 |
New Member
Alex Schenkman
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 13
Rep Power: 17 |
Hello:
I'm trying to use fieldAverage, so I added the following to controlDict, in the cavity tutorial: (sorry for the uggly format) fieldAverage1 { type fieldAverage; functionObjectLibs ("libfieldAverage.so"); fields ( U { mean on; prime2Mean on; base time; } p { mean on; prime2Mean on; base time; } ); This is the code from the detailed description of the class fieldAverage. class fieldAverage documentation I don't get any errors but I don't find any new averages either. Where should I look for my averages? What am I missing here? Thanks in advance! |
|
January 19, 2009, 12:30 |
Hi,
I think you are missing
|
#2 |
Senior Member
|
Hi,
I think you are missing the lines: functions ( before fieldAverage1 Regards, Jose Santos |
|
March 23, 2010, 00:34 |
libfieldFunctionObjects.so
|
#3 |
New Member
Alexis Espinosa
Join Date: Aug 2009
Location: Australia
Posts: 20
Rep Power: 17 |
/*I found that in OpenFoam1.6.x the library to use is:*/
functionObjectLibs ("libfieldFunctionObjects.so"); /*and you also need to add output control:*/ outputControl outputTime; //For example |
|
August 25, 2011, 10:59 |
|
#4 |
Senior Member
Illya Shevchuk
Join Date: Aug 2009
Location: Darmstadt, Germany
Posts: 176
Rep Power: 17 |
Hi,
does anybody know, how to pass averaged Fields to solver? Or may be it is possible to execute the fieldAverage1 function directly for the solver and not through the controlDict? Don't be irritated if I'm telling nonsense Best regards, Ilya |
|
October 11, 2011, 07:00 |
|
#5 | |
Member
Dejan Morar
Join Date: Nov 2010
Posts: 78
Rep Power: 17 |
Quote:
Regards, Dejan |
||
October 20, 2012, 22:45 |
|
#6 |
Senior Member
|
Hi all,
Is there any way to get the u' v' and w' (i.e.) velocity fluctuations in three directions either on some probe location or as a field (without averaging). Regards, Awais |
|
October 22, 2012, 02:51 |
|
#7 |
Member
Dejan Morar
Join Date: Nov 2010
Posts: 78
Rep Power: 17 |
Hi Awais,
check this thread and take a look at the solution proposed by Niklas. http://www.cfd-online.com/Forums/ope...time-step.html Regards, Dejan |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Howto disable Solver Outputs | holger_marschall | OpenFOAM Running, Solving & CFD | 7 | January 25, 2018 18:33 |
MotionUBoundaryPatch assignment HowTo | bfa | OpenFOAM Running, Solving & CFD | 22 | November 24, 2011 12:52 |
Accessing the SVN Repository Howto | philippose | OpenFOAM Installation | 3 | August 31, 2007 16:39 |
temperature gradient howto | tomasz bednarz | FLUENT | 0 | April 27, 2006 01:35 |
chemical reaction - howto | Dan Sorensen | Siemens | 1 | February 21, 2000 10:20 |