|
[Sponsors] |
![]() |
![]() |
#1 |
Guest
Posts: n/a
|
Hello,
I would like to input a viscosity expression but I can not how to solve the problem of the unit of the expression. My expression will be: M_u = exp(1.2 - 2.9*log_e(4.5*sstrnr)) where M_u is dynamic viscosity, sstrnr is the strain rate. How can I solve the unit problem? Thanks, Fing |
|
![]() |
![]() |
![]() |
#2 |
Guest
Posts: n/a
|
What I allways do is simple trick. in logs and exps multiplying the variables with 1 of reciprocal unit, and multiplying the result with a 1.0 with the desired unit.
if you have a some variable A [m^2] in a exp(A), and you want the result B in [K] using formula B= 100.0*exp(A), (really silly example), what you do is: B=100.0 [K] * exp(A *1.0 [m^-2]) and that's it! matej |
|
![]() |
![]() |
![]() |
#3 |
Guest
Posts: n/a
|
Thanks, matej.
Regards, Fing |
|
![]() |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem About Running Fluent In Linux | mitra | FLUENT | 18 | June 20, 2019 03:11 |
How to install CGNS under windows xp? | lzgwhy | Main CFD Forum | 1 | January 11, 2011 19:44 |
CGNS lib and Fortran compiler | manaliac | Main CFD Forum | 2 | November 29, 2010 07:25 |
Lift, Drag Vs time chart,calculations | Jamesd69climber | CFX | 8 | February 17, 2005 18:23 |
Creating, loop or iteration using expression edito | Jan | CFX | 3 | July 28, 2003 12:01 |