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

Convergence of Mass Flow Rate

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 3 Post By LuckyTran

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 3, 2018, 13:31
Default Convergence of Mass Flow Rate
  #1
New Member
 
Artem
Join Date: Aug 2013
Posts: 15
Rep Power: 12
Tapoky is on a distinguished road
Hi friends,

I need help. My calculation is very simple. But I have one question.
How can I automatically stop calculation when values of MFR in last 1000 iterations below 0.00001? Maybe I need UDF? Or maybe it can be made easier?



Tapoky is offline   Reply With Quote

Old   October 4, 2018, 15:05
Default
  #2
Senior Member
 
Join Date: Dec 2016
Posts: 152
Rep Power: 10
RaiderDoctor is on a distinguished road
It's actually really easy to do this. Simply go to the Tree-Solution-Monitors and double-click Convergence Conditions. This will bring up a new window. Click the "Add" button, and est the Report Definition to your Mass Flow Rate Report Definition. I'd double-check on what some of the options within the window means, just for completeness, though.
RaiderDoctor is offline   Reply With Quote

Old   October 5, 2018, 07:52
Default
  #3
New Member
 
Artem
Join Date: Aug 2013
Posts: 15
Rep Power: 12
Tapoky is on a distinguished road
Quote:
Originally Posted by RaiderDoctor View Post
It's actually really easy to do this. Simply go to the Tree-Solution-Monitors and double-click Convergence Conditions. This will bring up a new window. Click the "Add" button, and est the Report Definition to your Mass Flow Rate Report Definition. I'd double-check on what some of the options within the window means, just for completeness, though.

I thought about it, but the MFR has not only positive value, but also negative. And in Convergence Conditions I can determine only condition when my value below some value. Well all negative values will satisfy that condition too. But it will be wrong.
Tapoky is offline   Reply With Quote

Old   October 5, 2018, 10:21
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,674
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
In newer versions of Fluent it is straightforward to setup this type of asymptotic convergence check for lots of variables. It's v16 it is cryptic and you have fewer options, but doable since you already have a working monitor.


Quote:
Originally Posted by Tapoky View Post
I thought about it, but the MFR has not only positive value, but also negative. And in Convergence Conditions I can determine only condition when my value below some value. Well all negative values will satisfy that condition too. But it will be wrong.

The stop criterion is not a threshold, it is a type of normalized absolute variation. If m(i) is the monitor, the variance after 1,2,...p iterations is:

R(1) = abs(m(n)-m(n-1))/m(n)
R(2) = abs(m(n)-m(n-2))/m(n)
R(p) = abs(m(n)-m(n-p))/m(n)
It checks to make sure all the R's are less than the stop criteria over p iterations. You should note that the variation is normalized the latest value of the monitor. Which means that you need to specify the stop criterion as a % variation rather than as absolute threshold. An example is you could use the the lift coefficient as a convergence monitor (which should converge to some finite positive number).
Tapoky, RaiderDoctor and hanheihei like this.
LuckyTran is offline   Reply With Quote

Old   October 5, 2018, 12:25
Default
  #5
Senior Member
 
Join Date: Dec 2016
Posts: 152
Rep Power: 10
RaiderDoctor is on a distinguished road
Looks like Lucky beat me to the punch. Go ahead and give it a try and check back in to make sure it works.
RaiderDoctor is offline   Reply With Quote

Old   October 8, 2018, 06:12
Default
  #6
New Member
 
Artem
Join Date: Aug 2013
Posts: 15
Rep Power: 12
Tapoky is on a distinguished road
LuckyTran, Thank you very much for your help. It really helped me.
Tapoky is offline   Reply With Quote

Reply

Tags
convergence, fluent, mfr, udf


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
Discrete Phase Model, outlet mass flow rate does not fit edu_aero FLUENT 29 February 3, 2020 08:38
Shape Optimization Problem of Mass Flow Rate ggc1991 SU2 Shape Design 1 December 1, 2016 20:24
Multiphase flow - incorrect velocity on inlet Mike_Tom CFX 6 September 29, 2016 01:27
DPM total mass flow rate yow FLUENT 0 July 17, 2015 12:01
Mass Flow Rate Error jallison FLUENT 1 May 16, 2011 16:22


All times are GMT -4. The time now is 16:19.