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

Chart Viewer

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 21, 2014, 05:08
Default Chart Viewer
  #1
Member
 
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 11
Saleeman1234 is on a distinguished road
Hello

I have a question

if I have an expression like

CEL1= 1/(Variable1+Variable2)
and run time 10 seconds

If I want to make a chart of these 2 (CEL1 across run time), is it possible? if Possible then how??
Please give me a hint or some procedure document,

thank you so much
Saleeman1234 is offline   Reply With Quote

Old   August 21, 2014, 05:50
Default
  #2
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Make a monitor point equal to your expression, then you can have a look at it versus iteration, time step, time, or anything else in the solver manager.
ghorrocks is offline   Reply With Quote

Old   August 21, 2014, 14:50
Smile
  #3
Member
 
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 11
Saleeman1234 is on a distinguished road
Thank you so much Ghorrocks

I have tried my expression which contains pabs and Temperature, but it gives error because of Pressure (pabs). Please tell me what would be the possibility of this error and what should I do now?

Thank you so much once again.
Saleeman1234 is offline   Reply With Quote

Old   August 21, 2014, 18:25
Default
  #4
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Posting the error message would help.........
ghorrocks is offline   Reply With Quote

Old   August 22, 2014, 02:51
Default
  #5
Member
 
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 11
Saleeman1234 is on a distinguished road
Hello Ghorrocks

Here is the error massege which I recieved.
"
The parameter 'Expression Value' is defined to be Single Valued but it depends on the field variable: pabs
Error processing expression: Expression Value = Xbeladung"

Xbeladung is name of my CEL

Thank you so much
Saleeman1234 is offline   Reply With Quote

Old   August 22, 2014, 06:28
Default
  #6
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Please post your CCL or output file.
ghorrocks is offline   Reply With Quote

Old   August 22, 2014, 06:38
Default
  #7
Member
 
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 11
Saleeman1234 is on a distinguished road
Hello

My CEL for Xbeladung is as follows

(1/((pabs*1[kg^-1 m s^2])/((0.72638+(-0.00562)*Water.Temperature*(1[K^-1])+0.00001357*Water.Temperature^2*(1[K^-2])))^(3.43213)))

Is it possible that if I mention in CFX pre and get that chart in CFX post
Saleeman1234 is offline   Reply With Quote

Old   August 22, 2014, 07:06
Default
  #8
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
This expression will return a field variable as both pabs and Water.Temperature are field variables. So if you are using it to set a single value parameter then I would expect you would get the error you report.

Please post your CCL or output file. Or if you are not getting this error in the solver tell us where you are getting the error message.
ghorrocks is offline   Reply With Quote

Old   August 22, 2014, 09:01
Default
  #9
Senior Member
 
Join Date: Jun 2009
Posts: 1,804
Rep Power: 32
Opaque will become famous soon enough
There is some confusion here. What are you trying to monitor ? The expression everywhere, or a given set of points ? For the former, you can try creating an user defined variable, and visualizing in CFD-Post, or in the solver during the run (see below)

Monitoring functionality only provide a single value to be displayed in the solver manager via expression monitoring, or monitor point selection

Expression monitoring is only valid for single valued expressions, i.e. expression that produces a single value such as massflow at an inlet, average pressure at outlet, or combination of similar values.

Monitor points basically probe a field (which may be an expression by using an algebraic additional variable), and display the probe valued in the solver manager. You can try this route if you know where in the domain the value has some significance.
Opaque is offline   Reply With Quote

Old   August 22, 2014, 09:19
Smile
  #10
Member
 
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 11
Saleeman1234 is on a distinguished road
Hello

My CEL for Xbeladung is as follows

(1/((pabs*1[kg^-1 m s^2])/((0.72638+(-0.00562)*Water.Temperature*(1[K^-1])+0.00001357*Water.Temperature^2*(1[K^-2])))^(3.43213)))

Actually I need the Expression mentioned above in a graphical manner like monitor points or Chart viewer. I want to see this Expression with run time.

Thanks for ur time and favor
Saleeman1234 is offline   Reply With Quote

Old   August 22, 2014, 09:23
Default
  #11
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Have you read opaque's post? He explains what is happening.

Your monitor point needs to return a single value at each iteration. Your expression returns a variable field. You need to change your expression to return a single value. You probably want to use some averaging or point functions to return a single value of pabs and temperature.
ghorrocks is offline   Reply With Quote

Old   August 25, 2014, 03:40
Smile
  #12
Member
 
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 11
Saleeman1234 is on a distinguished road
Thank You Ghorrocks and Opaque

I will try and then ask if I found some problem.
Saleeman1234 is offline   Reply With Quote

Reply


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
Macro Issue Exporting Chart Data recon9 CFX 1 March 24, 2011 12:46
Chart empty anna_67 CFX 2 July 27, 2009 07:52
Chart viewer question rystokes CFX 3 May 31, 2009 19:20
Problem in CFX5POST Chart function. windhair CFX 2 September 20, 2004 07:49
changing chart background jak CFX 0 May 11, 2004 06:51


All times are GMT -4. The time now is 00:09.