Special plot !? Thanks a lot. Log Out | Topics | Search
Moderators | Register | Edit Profile

FlexPDE User's Forum » User Postings » Special plot !? Thanks a lot. « Previous Next »

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

jeff st-laurent (loulou)
New member
Username: loulou

Post Number: 1
Registered: 02-2006
Posted on Thursday, February 09, 2006 - 08:47 pm:   

Hi,
I have a fluid concentration profil and a temperature profil over time (T) and distance (X). The X value (distance in the x axis) of Co/2 is changing over time. I would like to get the temperature value corresponding to the position of the value Co/2 at the same time interval. So I would like to make a plot that shows the temperature on the Y axe and the distance on the X axe. So we were able to read that on the plot that I'm looking to make : The temperature of the concentration front (Co/2) was 55°C when he was at the distance of X=5 cm.
Top of pagePrevious messageNext messageBottom of page Link to this message

Robert G. Nelson (rgnelson)
Moderator
Username: rgnelson

Post Number: 537
Registered: 06-2003
Posted on Saturday, February 11, 2006 - 10:22 pm:   

The x-coordinate of the mesh node with a value of C nearest C0/2 will be given by
Xfront = GLOBALMIN_X((C-C0/2)^2)
(Note: FlexPDE does not attempt to find the local minimum within a cell).

The value of the temperature at this point will be
Tfront = EVAL(Temp,Xfront)

Then
HISTORY(Tfront) versus Xfront
will show the relationship you want.

There may be a stair-step effect, if the same node is nearest the front for more than one cycle. If this happens, specify a very dense mesh, or use a FRONT statement.
Top of pagePrevious messageNext messageBottom of page Link to this message

jeff st-laurent (loulou)
New member
Username: loulou

Post Number: 2
Registered: 02-2006
Posted on Sunday, February 12, 2006 - 05:56 pm:   

Thanks a lot for that

jeff

Add Your Message Here
Post:
Username: Posting Information:
This is a private posting area. Only registered users and moderators may post messages here.
Password:
Options: Enable HTML code in message
Automatically activate URLs in message
Action:

Topics | Last Day | Last Week | Tree View | Search | Help/Instructions | Program Credits Administration