|
[Sponsors] |
April 20, 2007, 15:33 |
re: Point to point expressions
|
#1 |
Guest
Posts: n/a
|
I would like to create an expression that calculates a value as the sim goes through and solves the model.
Basically, I'd like for the simulation to compare the temperature at various x,y,z and compare them (difference) to the inlet temperature as the solver solves. My current running expression just has temperature@inlet and temperature@outlet. I'd like it to be temperature@inlet and temperature@x,y,z instead of the outlet. Thus, when the problem converges, and I plot say dT vs Z, I'll get some distribution depending on how much heat was deposited in the fluid. Any ideas? -M |
|
April 20, 2007, 17:46 |
Re: re: Point to point expressions
|
#2 |
Guest
Posts: n/a
|
First create a monitor point at the desired location (say its called "Monitor Point 1"). The value of a variable at this point can then be evaluated using the "probe(T)@Monitor Point 1". To see the difference in temperature, just monitor the appropriate expression:
Tdiff = massFlowAve(T)@inlet - probe(T)@Monitor Point 1 Regards, Robin |
|
April 23, 2007, 13:37 |
Re: re: Point to point expressions
|
#3 |
Guest
Posts: n/a
|
Thanks, I'll give it a try! -M
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
block-structured mesh for t-junction | Robert@cfd | ANSYS Meshing & Geometry | 20 | November 11, 2011 05:59 |
Problem with UDF compiling for kTkLW model | Wantami | FLUENT | 0 | July 18, 2011 06:11 |
CFX Post: Problems with moving point cloud for changing time steps | spatialtime | CFX | 0 | December 7, 2009 05:56 |
[Gmsh] Gmsh and samplesurface | touf | OpenFOAM Meshing & Mesh Conversion | 2 | December 10, 2007 03:27 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |