|
[Sponsors] |
August 10, 2010, 19:16 |
calculating mean streamwise velocity in LES
|
#1 |
Senior Member
|
Dear Foamers
i run a backward facing step case with pisoFoam LES. Now, i want plot mean stream wise velocity diagram over a specific line. i have values of stream wise velocity in all time steps but i don't know how can i reach a diagram which show mean stream wise velocity in last time steps. . please tell me its scheme in paraView or Tecplot. (i know LES doesn't lead to steady state and doesn't have periodic manner but i saw different works which displayed mean stream wise velocity of BFS with LES.) Best, |
|
August 10, 2010, 21:13 |
|
#2 |
Member
Simon Lapointe
Join Date: May 2009
Location: Québec, Qc, Canada
Posts: 33
Rep Power: 17 |
To obtain mean velocity (or other variables), you can use the fieldAverage function object during your simulation. This will calculate the average at each time step, and create mean fields.
For example, to average U and p just add the following to your controlDict : functions ( fieldAverage1 { // Type of functionObject type fieldAverage; // Where to load it from (if not already in solver) functionObjectLibs ("libfieldAverage.so"); // Fields to be averaged - runTime modifiable fields ( U { mean on; prime2Mean on; base time; } p { mean on; prime2Mean on; base time; } ); } ); |
|
August 11, 2010, 05:31 |
|
#3 |
Senior Member
|
Thanks Simon,
I don't want mean velocity in each time step. i want mean velocity in several time steps in end of simulation times to display a diagram of mean velocity over a line. i don't know how many time step should be considered to show MEAN manner and how to calculate this value. Best, |
|
September 6, 2010, 12:38 |
|
#5 |
Member
edison
Join Date: May 2009
Location: Australia
Posts: 35
Rep Power: 17 |
I'm having the same problem. And I think the time average in the last time step is the result you are looking for. Just follow the link below and see how things go.
http://www.cfd-online.com/Forums/ope...tatistics.html |
|
Tags |
les, paraview, stream wise velocity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with assigned inlet velocity profile as a boundary condition | Ozgur_ | FLUENT | 5 | August 25, 2015 05:58 |
Inlet Velocity in CFX | aeroman | CFX | 12 | August 6, 2009 19:42 |
LES: mean velocity and turbulent kinetic energy | MET | FLUENT | 8 | December 8, 2006 06:08 |
Variables Definition in CFX Solver 5.6 | R P | CFX | 2 | October 26, 2004 03:13 |
calculating pressure for given velocity | Sergei Chernyshenko | Main CFD Forum | 0 | September 12, 2003 13:27 |