meshparts
Mechanical
- Feb 17, 2005
- 490
Hi!
I am trying to define a fluid in ANSYS-CFD whith a viscosity as a function of the x-coordinate. Is there anybody who can tell me, what I am doing wrong? :
*dim, visctab, table, 2, 1, 1, x
visctab(1,0)=0 ! 1st x-coordinate
visctab(2,0)=1.5 ! 2nd x-coordinate
visctab(1,1)=80e-6 ! Viscosity at the 1st x-coordinate
visctab(2,1)=20e-6 ! Viscosity at the 2nd x-coordinate
flda,prot,visc, %visctab%
Then I get these error message:
"Specified fluid not found in property database. Use FLDA,prot to reselect a valid fluid type, or add the desired fluid to the fluid property database manually. VISCTAB."
Thank you very much!
I am trying to define a fluid in ANSYS-CFD whith a viscosity as a function of the x-coordinate. Is there anybody who can tell me, what I am doing wrong? :
*dim, visctab, table, 2, 1, 1, x
visctab(1,0)=0 ! 1st x-coordinate
visctab(2,0)=1.5 ! 2nd x-coordinate
visctab(1,1)=80e-6 ! Viscosity at the 1st x-coordinate
visctab(2,1)=20e-6 ! Viscosity at the 2nd x-coordinate
flda,prot,visc, %visctab%
Then I get these error message:
"Specified fluid not found in property database. Use FLDA,prot to reselect a valid fluid type, or add the desired fluid to the fluid property database manually. VISCTAB."
Thank you very much!