|
[Sponsors] |
How to monitor torque or force in CFX? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 14, 2016, 00:18 |
How to monitor torque or force in CFX?
|
#1 |
Senior Member
Aja
Join Date: Nov 2013
Posts: 496
Rep Power: 15 |
HI,
I am simulating a turbine. I want to know that how do i monitor torque or force in CFX, in fact i want judge to convergence by using monitored torque or force. Thanks. Last edited by aja1345; April 22, 2016 at 09:47. |
|
April 14, 2016, 00:34 |
|
#2 |
Senior Member
Aja
Join Date: Nov 2013
Posts: 496
Rep Power: 15 |
How do i compute flow rate(m^3/s) in CFX?
Is there such an option in CFD-post? |
|
April 14, 2016, 01:02 |
|
#3 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
All these values are easily calculated with CEL expressions. For instance force(), torque(), areaInt(), and many others are available. Have a look in the CFX documentation - the reference guide for the full list. And the tutorial examples in the documentation shows some examples of how to use these functions.
In CFD-Post it is easier still - just go to the function calculator and you can evaluate these functions directly. Or put them onto a table spreadsheet. Or define a variable and chart it. You have lots of options. |
|
April 14, 2016, 02:27 |
|
#4 |
Senior Member
urosgrivc
Join Date: Dec 2015
Location: Slovenija
Posts: 365
Rep Power: 12 |
Hi
flow rate=surface area*velocity So you can integrate velocity on a surface like this: areaint(velocity)@location => [m^3 s^-1] is the default unit location is area where you want to measure flow rate and be sure to pick out velocity in proper direction or just velocity. And I think that result should be the same for: areaavg(velocity)@location * area@location => flow rate For torque use: torque_y@location this is for torque in [y] direction you can use x or z instead And if you want to monitor convergence you can set those expresions as monitor points in CFXpre under; Output->monitor Last edited by urosgrivc; April 14, 2016 at 04:40. |
|
April 14, 2016, 06:25 |
|
#5 | |
Senior Member
Aja
Join Date: Nov 2013
Posts: 496
Rep Power: 15 |
Quote:
About monitor convergence, I don't see any parameter as force or torque in the following picture: |
||
April 14, 2016, 06:42 |
|
#6 |
Senior Member
urosgrivc
Join Date: Dec 2015
Location: Slovenija
Posts: 365
Rep Power: 12 |
No do not set monitor points directly threw output->monitor
Make a seperate expression that you will later just cal in the output->monitor example: under Expressions -> insert a new expression -Expression; torque_y@rotor ; let say that rotor is the fluid side of surface you want to measure torque on in y direction - ok expression is set, now... - go to output control->monitor->monitor Points and Expressions - Insert new monitor point - Under options ->change to Expression - under Expression Value -> call in your expresion And your first monitor point is set, you can make as meny as you want. Just it is a lot easier to call in an expreession that has already been writen unless you want data in a sertain point in space like pressure or temperature or whatewer you like. |
|
April 14, 2016, 07:04 |
|
#7 | |
Senior Member
Aja
Join Date: Nov 2013
Posts: 496
Rep Power: 15 |
Quote:
According to your statement, Is not possible that torque monitors in solution panel when i am running? In fluent, I did this work. in fact, in Fluent, when i was running, torque plot was seen. |
||
April 14, 2016, 07:38 |
|
#8 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
Define a monitor point as a CEL expression. Then use an expression force_X()@somewhere and you can monitor force during the run.
|
|
April 14, 2016, 07:40 |
|
#9 |
Senior Member
urosgrivc
Join Date: Dec 2015
Location: Slovenija
Posts: 365
Rep Power: 12 |
Of course you can monitor whatever you like while solving.
I have writen a guide to how you do it in the previous post. Monitor points are stuf you can see while solving the problem. And there was no torque or force in the picture you have posted because you can not measure force or torque in (one point in space) for that you need a surface wich you define with an expression. |
|
April 14, 2016, 08:37 |
|
#10 |
Senior Member
Aja
Join Date: Nov 2013
Posts: 496
Rep Power: 15 |
How do I set "value" under Evaluate in expressions pannel? this Value is necessary for Monitor panel.
|
|
April 14, 2016, 19:51 |
|
#11 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
Have you done the CFX tutorials provided with CFX? It shows how to do the basic stuff like this.
|
|
April 15, 2016, 04:58 |
|
#12 |
Senior Member
urosgrivc
Join Date: Dec 2015
Location: Slovenija
Posts: 365
Rep Power: 12 |
Hi
You should read this: http://www.docfoc.com/chapter-11-cfx...n-language-cel and http://www.padtinc.com/blog/the-focu...essions-part-5 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Differences between CFX and OpenFOAM regarding convergence and robustness! | magjohan | OpenFOAM Running, Solving & CFD | 4 | February 26, 2015 11:26 |
impact force (shear stress) by waterjet impingement | herozhu | Main CFD Forum | 0 | May 7, 2014 21:39 |
CFX Total force problem | momozzzz | CFX | 1 | July 15, 2011 10:54 |
Drag force in CFX | anand | CFX | 0 | November 8, 2008 05:44 |
viscous force: Cfx : wrong formulation ???? | tommy | CFX | 0 | May 11, 2006 10:17 |