|
[Sponsors] |
June 4, 2008, 06:58 |
Using variables from monitor points with CEL
|
#1 |
Guest
Posts: n/a
|
Can anyone help me to extract values from a monitor point in CFX (Ansys 11) so they can be used in an expression in cfx-pre? I am simulating the movements of a bridge in a flow, and I want to use the vertical displacements and velocities of a monitor point, to solve the basic equations for forced vibrations of the system. The simulation is very similar to tutorial 20 where the equation of motion is discretized to include an expression for the updated displacement of the ball. I have tried formulations like:
Total Mesh Displacement Y ()@MonitorPoint2 and Velocity v () @MonitorPoint2 These values are supposed to go into a specified displacement of the bridge deck, but cfx returns an error: The function name 'Velocity v' is not recognised. The function name 'Total Mesh Displacement Y' is not recognised. I must be doing something wrong. Can anybody help? |
|
June 25, 2008, 03:04 |
Re: Using variables from monitor points with CEL
|
#2 |
Guest
Posts: n/a
|
Velocity v and Total Mesh Displacement are no functions but variables. You need a function like probe(<variable>)@<point> to obtain your desired variable values: probe(Velocity v)@Monitor Point Y
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ADDITIONAL VARIABLES LIMITERS | N.P | CFX | 5 | December 1, 2011 08:47 |
$FOAM_USER_APPBIN & LIBBIN variables not set | rassilon | OpenFOAM Installation | 2 | February 16, 2010 21:54 |
junction box routine and CEL function | bornspur | CFX | 2 | February 3, 2009 03:24 |
CEL and Variables | stex | CFX | 18 | June 27, 2005 06:50 |
PHI file structure | Eugene | Phoenics | 9 | November 2, 2001 23:00 |