CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

monitor the location of MAX value

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 2, 2004, 07:33
Default monitor the location of MAX value
  #1
bogesz
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
  Reply With Quote

Old   February 3, 2004, 23:05
Default Re: monitor the location of MAX value
  #2
shashwat
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
  Reply With Quote

Old   February 4, 2004, 04:03
Default Re: monitor the location of MAX value
  #3
bogesz
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.
  Reply With Quote

Old   February 14, 2004, 00:11
Default Re: monitor the location of MAX value
  #4
Jeff
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
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Force can not converge colopolo CFX 13 October 4, 2011 22:03
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 bookie56 OpenFOAM Installation 8 August 13, 2011 04:03
On the damBreak4phaseFine cases paean OpenFOAM Running, Solving & CFD 0 November 14, 2008 21:14
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug unoder OpenFOAM Installation 11 January 30, 2008 20:30
Could anybody help me see this error and give help liugx212 OpenFOAM Running, Solving & CFD 3 January 4, 2006 18:07


All times are GMT -4. The time now is 12:30.