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

continuity diverging problem

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Mijin Kim

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 31, 2009, 08:28
Default continuity diverging problem
  #1
New Member
 
Mijin Kim
Join Date: Sep 2009
Posts: 2
Rep Power: 0
Mijin Kim is on a distinguished road
Hi, guys
I am solving non-newtonian blood flow with carreau model.
Because I couldn't understand what the "Activation Energy" in ""property panel >> viscousity >> carreau "" I made my UDF code for carreau model
, which is below

#define mu_inf 0.00345
#define rho 1050
#define mu0 0.056
#define n 0.3568
#define K 3.133

DEFINE_PROPERTY(carreau_viscosity,c,t){
real mu_carr, gamma;
real n1 =(n-1)/2;

gamma = C_STRAIN_RATE_MAG(c,t);
mu_carr = mu_inf +(mu0 - mu_inf)*pow((1+pow(K,2)*pow(gamma,2)), n1 );
return mu_carr;
}


First, I solved the case with constant viscosity, mu_inf=0.003465
and then, only changed fluid viscosity by udf carreau model and reiterated the case.

Here, I got some problems.
all of the residuals , espcially the continuity, diverge.
I cannot notice what the problem is, And i need ur help!!

Is there anyone who can let me know How can i get the right solution?
Please help me,,,
presidentmamun likes this.
Mijin Kim is offline   Reply With Quote

Reply

Tags
carreau, diverge, non-newtonian, udf, viscosity


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
Transient simulation not converging skabilan OpenFOAM Running, Solving & CFD 14 December 16, 2019 23:12
continuity residual convergence problem Cdx FLUENT 0 March 13, 2007 05:15
problem with continuity residual dario FLUENT 1 October 1, 2006 07:23
Could anybody help me see this error and give help liugx212 OpenFOAM Running, Solving & CFD 3 January 4, 2006 18:07
problem with using colocated code Jack Main CFD Forum 0 December 15, 2002 00:15


All times are GMT -4. The time now is 09:26.