Questions and remarks about code_saturne usage
QuentinG
Posts: 26 Joined: Thu Apr 06, 2017 9:23 am
Post
by QuentinG » Tue Apr 25, 2017 10:37 am
Hello everyone,
I'm doing the tuto about heated square cavity flow.
The fact is when i modify the density :
b=0.0033;
tref=293.15;
density = rho0*(1-b*(temperature-tref));
My calculation is not converging, i plotted the density graph here it is :
Do anyone know what can be the matter ?
Yvan Fournier
Posts: 4208 Joined: Mon Feb 20, 2012 3:25 pm
Post
by Yvan Fournier » Tue Apr 25, 2017 12:29 pm
Hello,
This may be due to different causes, but I can't guess at which without more information.
Regards,
Yvan
QuentinG
Posts: 26 Joined: Thu Apr 06, 2017 9:23 am
Post
by QuentinG » Tue Apr 25, 2017 1:00 pm
I think I found the mistake, the scale was not good I was using a mesh in centimeter (1*100*100) instead of meter (0.01*1*1).
I tell you back if there is other problems
Thank you