|
[Sponsors] | |||||
|
|
|
#1 |
|
Senior Member
n/a
Join Date: Sep 2009
Posts: 183
Rep Power: 5 ![]() |
Good day to all. Is it possible to access UMean at runtime? I need it to perform compute the u'? Or can I just access u' at runtime? Thanks.
|
|
|
|
|
|
|
|
|
#2 |
|
Member
Dejan Morar
Join Date: Nov 2010
Posts: 71
Rep Power: 5 ![]() |
Hi deji,
in absence of better idea, I did it on the following way: I calculate UMean in the solver on the same way as it would be calculated by the averaging function written in controlDict (check fieldAverageTemplates.C) alpha = ( time-startStatistics - dt ) / ( time-startStatistics ); beta = dt / ( time-startStatistics); UM = alpha*UM + beta*U; If you know how to access UMean directly, please let me know. Regards, Dejan |
|
|
|
|
|
|
|
|
#3 |
|
Senior Member
n/a
Join Date: Sep 2009
Posts: 183
Rep Power: 5 ![]() |
Thank you Dejan, I will certainly take a look at the code.
Cheers, Deji |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Online libraries - with access to Journals | momentum_waves | Main CFD Forum | 2 | December 12, 2007 10:08 |
| UDF Data Access Macro | Woo Meng Wai | FLUENT | 0 | November 6, 2007 20:23 |
| Error: access: unbound variable,HELP | sudhakar | FLUENT | 0 | January 15, 2007 23:21 |
| Access Density | Allan Walsh | FLUENT | 3 | October 4, 2005 07:55 |
| access to variables at interface of porous media? | Mazyar | FLUENT | 0 | October 10, 2003 14:59 |