|
[Sponsors] |
August 21, 2014, 06:08 |
Chart Viewer
|
#1 |
Member
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 12 |
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 |
|
August 21, 2014, 06:50 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
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.
|
|
August 21, 2014, 15:50 |
|
#3 |
Member
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 12 |
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. |
|
August 21, 2014, 19:25 |
|
#4 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
Posting the error message would help.........
|
|
August 22, 2014, 03:51 |
|
#5 |
Member
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 12 |
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 |
|
August 22, 2014, 07:28 |
|
#6 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
Please post your CCL or output file.
|
|
August 22, 2014, 07:38 |
|
#7 |
Member
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 12 |
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 |
|
August 22, 2014, 08:06 |
|
#8 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
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. |
|
August 22, 2014, 10:01 |
|
#9 |
Senior Member
Join Date: Jun 2009
Posts: 1,880
Rep Power: 33 |
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. |
|
August 22, 2014, 10:19 |
|
#10 |
Member
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 12 |
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 |
|
August 22, 2014, 10:23 |
|
#11 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
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. |
|
August 25, 2014, 04:40 |
|
#12 |
Member
Mansoor Saleem
Join Date: Jun 2014
Posts: 31
Rep Power: 12 |
Thank You Ghorrocks and Opaque
I will try and then ask if I found some problem. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Macro Issue Exporting Chart Data | recon9 | CFX | 1 | March 24, 2011 13:46 |
Chart empty | anna_67 | CFX | 2 | July 27, 2009 08:52 |
Chart viewer question | rystokes | CFX | 3 | May 31, 2009 20:20 |
Problem in CFX5POST Chart function. | windhair | CFX | 2 | September 20, 2004 08:49 |
changing chart background | jak | CFX | 0 | May 11, 2004 07:51 |