|
[Sponsors] |
February 2, 2004, 08:33 |
monitor the location of MAX value
|
#1 |
Guest
Posts: n/a
|
is it possible to monitor the location and the value of the maximum value of a given quantity? for example during a trans. where and what is the Max temp and how's the location of it moving?
(in CFX-5.x) thx bogesz |
|
February 4, 2004, 00:05 |
Re: monitor the location of MAX value
|
#2 |
Guest
Posts: n/a
|
As far as i know there is no dynamic post processing in CFX-5.But definitely you can create a monitor point in PRE and view the value of the parameter while solving. shashwat
|
|
February 4, 2004, 05:03 |
Re: monitor the location of MAX value
|
#3 |
Guest
Posts: n/a
|
Thanks, I already knew that, but in Pre it's only possible to give the coordinates of the desired mon. points. I want to define them as the locations of the MAX of a given variable. (or the location of a given value) Is that possible? Is there an expression to define that?
Of course I can have this data via postprocessing. But that's the meaning of the monitor point - monitoring values during the process of the calculation. Please let me know if I was wrong. |
|
February 14, 2004, 01:11 |
Re: monitor the location of MAX value
|
#4 |
Guest
Posts: n/a
|
Hmmm....
For a tabular output, it should be possible to create a CEL function like: Find_max(Value,x,y,z) REAL MaxVal,SaveX,SaveY,SaveZ SAVE MaxVal Loop over all elements if (value > MaxVal) MaxVal=Value SaveX = x SaveY = y SaveZ = z endif end loop write(70,*) MaxVal,X,Y,Z end (using the appropriate FORTRAN syntax of course) If you want to see where this is graphically on each time step, set an algebraic AV to 1.0 at the maximum, and zero everywhere else. A transient animation of an isosurface of this AV at 1.0 will allow you to watch it move around the domain. Good luck. Jeff |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Force can not converge | colopolo | CFX | 13 | October 4, 2011 23:03 |
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 | bookie56 | OpenFOAM Installation | 8 | August 13, 2011 05:03 |
On the damBreak4phaseFine cases | paean | OpenFOAM Running, Solving & CFD | 0 | November 14, 2008 22:14 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |
Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |