|
[Sponsors] |
Suggestion on new dynamic viscosity expression in CFX |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 13, 2018, 03:32 |
|
#21 |
Member
Dr Gurubasavaraju
Join Date: Dec 2014
Location: Bengaluru India
Posts: 78
Rep Power: 12 |
Hi,
I am trying to implement HB model (Discussed in this thread) in transient analysis. Below is the CEL code I used. But I am getting an error (see attachment) any specific reason for this error. CEL: &replace EXPRESSIONS: Bounded = min(max(Shear Strain Rate,MinValue[s^-1]),MaxValue[s^-1]) HB = ((1-exp(nu0*Bounded/tau0))*((tau0/Bounded)+K*Bounded^(n-1))) K = 2 [Pa s^0.3] MaxValue = 1.0e+10 MinValue = 1.0e-10 n = 0.3 nu0 = 0.6 [Pa s] tau0 = 4000 [kg m^-1 s^-2] END END END |
|
June 13, 2018, 03:50 |
Suggestion on new dynamic viscosity expression in CFX
|
#22 |
New Member
Titus Ofei
Join Date: Nov 2012
Posts: 14
Rep Power: 14 |
Hi, floating error could be due to anything including poor meshing as well transient solution setup.
Again looking at your values, nu0 is too small and tau0 is too large. I think you have interchanged these values. Have a second look. |
|
June 13, 2018, 05:07 |
|
#23 |
Senior Member
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22 |
||
June 13, 2018, 05:31 |
|
#24 |
Senior Member
Gert-Jan
Join Date: Oct 2012
Location: Europe
Posts: 1,928
Rep Power: 28 |
I don't think it has anything to do with poor meshing ot transient solution setup, since your message already appears in the initialisation (see error messaage).
So, I think Titus is correct that something is wrong with your expression. Did you evaluate the expressions in Pre, using the plotting function? Alternatively, perform a first run with mild (small range) settings to get a reasonable initial guess and then your final case with the first run as initial guess. |
|
June 14, 2018, 01:36 |
|
#25 |
Member
Dr Gurubasavaraju
Join Date: Dec 2014
Location: Bengaluru India
Posts: 78
Rep Power: 12 |
Thank you, It was an issue with the values....
|
|
June 14, 2018, 01:37 |
|
#26 | |
Member
Dr Gurubasavaraju
Join Date: Dec 2014
Location: Bengaluru India
Posts: 78
Rep Power: 12 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
solid particle dynamic viscosity | trinitron | CFX | 0 | August 2, 2012 04:45 |
CGNS lib and Fortran compiler | manaliac | Main CFD Forum | 2 | November 29, 2010 07:25 |
dynamic viscosity setup | fat bug | CFX | 5 | March 20, 2008 12:01 |
Does CFX support LES, local dynamic mdoel | JJ | CFX | 0 | August 28, 2003 22:15 |
CFX 4.4 installation problem | Pandu Sattvika | CFX | 1 | December 1, 2001 05:07 |