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

CFX solver interrupt control

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 16, 2023, 02:06
Default CFX solver interrupt control
  #1
Member
 
Jin Seok Lee
Join Date: Aug 2021
Posts: 52
Rep Power: 4
jins9158 is on a distinguished road
"Hello, I have a question regarding interrupt control in CFX Solver. In the example below, the analysis terminates when the standard deviation of Eff (Efficiency) is less than 0.01 from the 51st iteration onwards. I want to use this feature to terminate the analysis when the Eff (Standard Deviation) remains below 0.1 for 50 consecutive iterations. Could you please advise me on how to construct the expression for this?"

probe(Expression Value.Standard Deviation)@Efficiency < 0.01 && aitern > 51
jins9158 is offline   Reply With Quote

Old   October 16, 2023, 06:49
Default
  #2
Senior Member
 
Join Date: Jun 2009
Posts: 1,815
Rep Power: 32
Opaque will become famous soon enough
Quote:
Originally Posted by jins9158 View Post
"Hello, I have a question regarding interrupt control in CFX Solver. In the example below, the analysis terminates when the standard deviation of Eff (Efficiency) is less than 0.01 from the 51st iteration onwards. I want to use this feature to terminate the analysis when the Eff (Standard Deviation) remains below 0.1 for 50 consecutive iterations. Could you please advise me on how to construct the expression for this?"

probe(Expression Value.Standard Deviation)@Efficiency < 0.01 && aitern > 51
It seems you are trying to interrupt the simulation using the "Coefficient of variation 50" concept. That is a built-in feature in recent releases,

probe(Expression Value.Coefficient of Variation)@MyEfficiencyMonitor

It assumes you already have a monitor point named MyEfficiencyMonitor with Option = Expression
Expression = YourEfficiencyDefinition

with monitor statistics active, Coefficient of Variation selected, and number of iterations set to a value of 50, or larger (your decision)

The statistics is a moving quantity; therefore, no need to track the iteration counter.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum.
Opaque is offline   Reply With Quote

Old   October 17, 2023, 01:16
Default
  #3
Member
 
Jin Seok Lee
Join Date: Aug 2021
Posts: 52
Rep Power: 4
jins9158 is on a distinguished road
aaaaaaadfsgdfg
jins9158 is offline   Reply With Quote

Old   October 17, 2023, 01:17
Default thank you for replying my question
  #4
Member
 
Jin Seok Lee
Join Date: Aug 2021
Posts: 52
Rep Power: 4
jins9158 is on a distinguished road
Quote:
Originally Posted by Opaque View Post
It seems you are trying to interrupt the simulation using the "Coefficient of variation 50" concept. That is a built-in feature in recent releases,

probe(Expression Value.Coefficient of Variation)@MyEfficiencyMonitor

It assumes you already have a monitor point named MyEfficiencyMonitor with Option = Expression
Expression = YourEfficiencyDefinition

with monitor statistics active, Coefficient of Variation selected, and number of iterations set to a value of 50, or larger (your decision)

The statistics is a moving quantity; therefore, no need to track the iteration counter.

Is it possible about 23th ansys version?

I am using 21th ansys version. so I need to install new version for recent version. But maintenance period is expired...

Thank you for your concern.
jins9158 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
Divergence detected in AMG solver. VOF. Mr.Mister Fluent Multiphase 4 September 25, 2023 07:10
viscosity udf don't use correct temperature and strain rate rezvani Fluent UDF and Scheme Programming 8 May 27, 2021 05:40
convergenceof natural convection prob. in cfx cpkewat CFX 15 January 31, 2014 06:29
Cfx aborted due to unknown errors AKHILESH S L CFX 2 October 10, 2013 17:16
why the solver reject it? Anyone with experience? bearcat CFX 6 April 28, 2008 14:08


All times are GMT -4. The time now is 08:46.