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

CFX-PRE monitor point... multi-variable arguments for locator based functions

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 2 Post By stumpy
  • 2 Post By jaimesdiegop

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   November 17, 2011, 08:37
Default CFX-PRE monitor point... multi-variable arguments for locator based functions
  #1
New Member
 
Join Date: Mar 2011
Posts: 2
Rep Power: 0
luke84 is on a distinguished road
Is it somehow possible to do as the title of the thread reads, and define a multi-variable argument, locator based function?

A little more info:
My simulation involves a jet of fluid, pointing in the X positive direction. Using CFX_PRE V13
I want to find the spread angle of the jet, i.e angle between the majority of the vectors and the vector (1,0,0) (x-positive direction)

So I start with the equation for an angle between 2 vectors:
\alpha = \text{acos} \left( \frac{\vec{u} \bullet \vec{v}}{\left| \vec{u}\right| \left| \vec{v} \right|} \right)

where u is the vector (1,0,0) and v is the velocity vector at the mesh locator OUTLET.

since the u vector is fully dercribed in only one direction and is the unity vector, the formula can be simplified to:
\alpha = \text{acos} \left( \frac{v_{1} }{ \left| \vec{v} \right|} \right)
*Note; here alpha is actually defining the half spread angle.

This could be set as an expression as follows:
alpha=acos(Velocity u*1 [m s^-1]/(Velocity u^2+Velocity v^2+Velocity w^2))
*Note I multiply with 1 [m s^-1] to keep dimensions consistent.

Now if I set a monitor point as:
massFlowAve(alpha)@OUTLET
I get a error message along the lines of:

"The function 'massFlowAve' referenced in parameter 'Expression Value' in object '/FLOW:Flow Analysis 1/OUTPUT CONTROL/MONITOR OBJECTS/MONITOR POINT:ALPHA_MONITOR' has an invalid argument, 'alpha'. Only arguments that consist of a single recognised variable name are supported by the solver."

As far as I can tell, the problem above basically means that I can only define one variable (e.g Velocity u) and not 2 or 3 variables in the locator based function; massFlowAve().
Note that the exact same method DOES work for me in CFX-POST. Thas is defining the same expression, and using the function calculator.
So does anyone have an idea how to circumvent this problem in CFX-PRE??

Thanks in advance!
luke84 is offline   Reply With Quote

 


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
mesh from Workbench Simulation to Cfx Pre? Dai CFX 6 November 11, 2006 12:19
No.of Elements in ICEM and CFX Pre Manu CFX 1 August 25, 2006 07:20
CFX 5.7.1 PRE and solver won't start daniel CFX 1 January 20, 2006 10:09
Solving Additional Variable in CFX? Tuks CFX 6 November 18, 2005 11:40
CFX 5.7 pre Neser CFX 0 January 27, 2005 11:22


All times are GMT -4. The time now is 07:26.