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

How to Monitor Mass flow rate in CFX

Register Blogs Community New Posts Updated Threads Search

Like Tree12Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 9, 2020, 10:54
Default
  #41
Senior Member
 
Join Date: Jun 2009
Posts: 1,852
Rep Power: 33
Opaque will become famous soon enough
You should be able to compute the mass flow on the boundaries of the domain interface. What do I mean?

An ANSYS CFX domain interface joins two sides, say Side 1 and Side 2. Those sides are represented by boundaries. Usually named as <interface name> Side 1, and <interface name> Side 2

You should be able to monitor

massFlow()@<interface name> Side 1

as well as

massFlow()@<interface name> Side 2

but you cannot

massFlow()@<interface name>

For a conservative domain interface, massFlow()@<interface name> is identically 0 by definition. What comes through one side (say >0) has to leave through the other side (<0); therefore, the total sum is 0. It may be non-zero due to discretization details on non-conformal meshes.

Hope the above helps,
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum.

Last edited by Opaque; June 9, 2020 at 10:55. Reason: missing information
Opaque is offline   Reply With Quote

Old   June 9, 2020, 10:59
Default
  #42
Senior Member
 
Join Date: Jun 2009
Posts: 1,852
Rep Power: 33
Opaque will become famous soon enough
Quote:
Originally Posted by Ali Di View Post
Thank you for your comment. But, if you mean

MyAVExpressionX=Density*x

and

CofMx = volumeInt( MyAVExpressionX)@Domain / volumeInt(Density)@Domain

it didnt work, and I faced to the same error.
I should have been more explicit. I did not say add

MyAVExpressionX=Density*x

I say create an Additional Variable, see Insert menu for details. Once created,
- activate the variable in the domain of interest
- select algebraic equation
- In the additional variable value widget, add you expression:

Additional Variable Value = Density*x

or

Additional Variable Value = MyAVExpressionX

- Press Apply,
- Add your monitor expression

It will work.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum.
Opaque 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
Mass flow rate: calculation v/s computation beguxa FLUENT 5 December 2, 2018 21:02
Compressible Flow in Ansys CFX bcheruk CFX 15 July 6, 2017 06:30
in CFX, how to define a inlet condition of feedback control flow rate ? suihenry CFX 12 May 14, 2009 17:59
mass flow rate error Masood FLUENT 0 May 22, 2005 00:32
Mass Flow Rate Calculation Paul FLUENT 9 March 23, 2002 08:37


All times are GMT -4. The time now is 15:13.