Skip to content
Snippets Groups Projects
Commit e4898ac5 authored by Fanny CHOPOT's avatar Fanny CHOPOT
Browse files

ajout cas Re = 500 1000 et 2000 pour k

parent 34bef425
No related branches found
No related tags found
No related merge requests found
......@@ -279,8 +279,14 @@ public:
m_kj[j]=0.;
} else {
if (xj[j][0]<0.9){
// Re = 28
// m_kj[j]=0.05;
m_kj[j] = 0.0028; // Re = 500
// Re = 500
//m_kj[j] = 0.0028;
// Re = 1000
//m_kj[j] = 0.0014;
// Re = 2000
m_kj[j] = 0.0007;
} else {
m_kj[j]=0. ;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment