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

How to monitor torque or force in CFX?

Register Blogs Community New Posts Updated Threads Search

Like Tree9Likes
  • 1 Post By ghorrocks
  • 2 Post By urosgrivc
  • 1 Post By urosgrivc
  • 1 Post By ghorrocks
  • 1 Post By urosgrivc
  • 1 Post By ghorrocks
  • 2 Post By urosgrivc

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 13, 2016, 23:18
Default How to monitor torque or force in CFX?
  #1
Senior Member
 
Aja
Join Date: Nov 2013
Posts: 496
Rep Power: 14
aja1345 is on a distinguished road
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 08:47.
aja1345 is offline   Reply With Quote

Old   April 13, 2016, 23:34
Default
  #2
Senior Member
 
Aja
Join Date: Nov 2013
Posts: 496
Rep Power: 14
aja1345 is on a distinguished road
How do i compute flow rate(m^3/s) in CFX?

Is there such an option in CFD-post?
aja1345 is offline   Reply With Quote

Old   April 14, 2016, 00:02
Default
  #3
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
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.
aja1345 likes this.
ghorrocks is offline   Reply With Quote

Old   April 14, 2016, 01:27
Default
  #4
Senior Member
 
urosgrivc
Join Date: Dec 2015
Location: Slovenija
Posts: 365
Rep Power: 11
urosgrivc is on a distinguished road
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
aja1345 and shk09 like this.

Last edited by urosgrivc; April 14, 2016 at 03:40.
urosgrivc is offline   Reply With Quote

Old   April 14, 2016, 05:25
Default
  #5
Senior Member
 
Aja
Join Date: Nov 2013
Posts: 496
Rep Power: 14
aja1345 is on a distinguished road
Quote:
Originally Posted by urosgrivc View Post
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
Thanks for your answer.

About monitor convergence, I don't see any parameter as force or torque in the following picture:

aja1345 is offline   Reply With Quote

Old   April 14, 2016, 05:42
Default
  #6
Senior Member
 
urosgrivc
Join Date: Dec 2015
Location: Slovenija
Posts: 365
Rep Power: 11
urosgrivc is on a distinguished road
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.
aja1345 likes this.
urosgrivc is offline   Reply With Quote

Old   April 14, 2016, 06:04
Default
  #7
Senior Member
 
Aja
Join Date: Nov 2013
Posts: 496
Rep Power: 14
aja1345 is on a distinguished road
Quote:
Originally Posted by urosgrivc View Post
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.
Thanks.

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.
aja1345 is offline   Reply With Quote

Old   April 14, 2016, 06:38
Default
  #8
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Define a monitor point as a CEL expression. Then use an expression force_X()@somewhere and you can monitor force during the run.
aja1345 likes this.
ghorrocks is offline   Reply With Quote

Old   April 14, 2016, 06:40
Default
  #9
Senior Member
 
urosgrivc
Join Date: Dec 2015
Location: Slovenija
Posts: 365
Rep Power: 11
urosgrivc is on a distinguished road
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.
aja1345 likes this.
urosgrivc is offline   Reply With Quote

Old   April 14, 2016, 07:37
Default
  #10
Senior Member
 
Aja
Join Date: Nov 2013
Posts: 496
Rep Power: 14
aja1345 is on a distinguished road
How do I set "value" under Evaluate in expressions pannel? this Value is necessary for Monitor panel.
aja1345 is offline   Reply With Quote

Old   April 14, 2016, 18:51
Default
  #11
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Have you done the CFX tutorials provided with CFX? It shows how to do the basic stuff like this.
aja1345 likes this.
ghorrocks is offline   Reply With Quote

Old   April 15, 2016, 03:58
Default
  #12
Senior Member
 
urosgrivc
Join Date: Dec 2015
Location: Slovenija
Posts: 365
Rep Power: 11
urosgrivc is on a distinguished road
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
aja1345 and shk09 like this.
urosgrivc is offline   Reply With Quote

Reply


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
Differences between CFX and OpenFOAM regarding convergence and robustness! magjohan OpenFOAM Running, Solving & CFD 4 February 26, 2015 10:26
impact force (shear stress) by waterjet impingement herozhu Main CFD Forum 0 May 7, 2014 20:39
CFX Total force problem momozzzz CFX 1 July 15, 2011 09:54
Drag force in CFX anand CFX 0 November 8, 2008 04:44
viscous force: Cfx : wrong formulation ???? tommy CFX 0 May 11, 2006 09:17


All times are GMT -4. The time now is 17:41.