|
[Sponsors] |
September 20, 2007, 00:45 |
CEL help!
|
#1 |
Guest
Posts: n/a
|
Hi All,
I'm trying to define a powerlaw model dynamic viscosity in my material for my transient simulation: μ = μ0*γ^nâˆ'1, μ0=0.35, n=0.6. I created CEL function using the strain rate system variable for γ but CFX-Pre is giving my an error saying some variables should be dimensionless. Can anyone tell me the correct syntax in creating this CEL expression? Many Thanks, CC. |
|
September 20, 2007, 10:05 |
Re: CEL help!
|
#2 |
Guest
Posts: n/a
|
Dear CC,
Your expression does not have units; therefore the complain. mu0 = 0.35 [units of viscosity] n = 0.36 mu = mu0 * (sstrnr/(1[s]))^(n-1) Notice that the shear strain rate is divided by 1[s] scale to prevent the units of mu0 to be a function of "n".. Besides that, there are some bounding issues with power law viscosity models you must deal with. What happens when the shear strain rate is 0. A divide by zero will occur. Have you looked at tutorial 11: Non-Newtonian Fluid Flow in an Annulus.. All the correct details are in there. Opaque. |
|
September 23, 2007, 23:00 |
Re: CEL help!
|
#3 |
Guest
Posts: n/a
|
Hi Opaque,
Where can I find the tutorial 11? Thanks, CC. |
|
September 24, 2007, 09:56 |
Re: CEL help!
|
#4 |
Guest
Posts: n/a
|
Dear CC,
It is part of the main documentation.. Select Help in any of CFX-Pre/Solver/Post and search for non Newtonian.. Opaque |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Angle variable under CEL. | Gloria Gaynor | CFX | 11 | November 26, 2012 07:29 |
CEL expression | vmlxb6 | CFX | 1 | March 18, 2011 07:39 |
pressure and p in CEL | jiguozhao | CFX | 1 | March 18, 2011 07:38 |
junction box routine and CEL function | bornspur | CFX | 2 | February 3, 2009 03:24 |
Rotate node via cel | Elian81 | CFX | 2 | September 25, 2007 06:31 |