|
[Sponsors] | |||||
|
|
|
#1 |
|
Guest
Posts: n/a
|
I need to calculate the time average value of a User Defined Scalar in my simulation.
Is there a macro which does this? Hi and thanks ![]() ap |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
FLUENT has this option "Data sampling for Time statistics" when you do an unsteady calculation in the iterate panel that might help. I havent used it before. -Ajay
|
|
|
||
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thank you. But that option just enable statistics for a small set of variables, and not for a UDS.
Hi ![]() ap |
|
|
||
|
|
|
#4 |
|
Guest
Posts: n/a
|
hello, The Data sampling for Time statistics should not be very difficult to compute via UDF. Just need 2 variables: - A: one to store your UDS value at each time step. - B: a second one to store the number of time step (= to the number of UDS values store in the first variable). - your time average is A/B
That can be done using a DEFINE_EXECUTE_AT_END (with an UDMI inside) and the command C -> '=+' for each variable. Post-treating the UDMI will give you your UDS time average. Hope this help, Thomas |
|
|
||
|
|
|
#5 |
|
Guest
Posts: n/a
|
Thank you Thomas.
I thought to that method, but I have to use a really small time step (0.0001 s) to simulate a long time (1 to 2 minutes), so, if I sum all values I think I'll obtain an overflow. Any idea? Hi ![]() ap |
|
|
||
|
|
|
#6 |
|
Guest
Posts: n/a
|
Maybe do your averaging every 10 time step or so.
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Velocity blows up suddenly after 30,000+ iterations | lordvon | OpenFOAM Running, Solving & CFD | 15 | October 19, 2015 14:52 |
| Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
| How to write k and epsilon before the abnormal end | xiuying | OpenFOAM Running, Solving & CFD | 8 | August 27, 2013 16:33 |
| Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 | bookie56 | OpenFOAM Installation | 8 | August 13, 2011 05:03 |
| directMapped problem | panda60 | OpenFOAM Bugs | 4 | July 8, 2010 11:23 |