Skip to content
Snippets Groups Projects
Commit 9836ed50 authored by Hussein Alihussein's avatar Hussein Alihussein
Browse files

Clean BC

parent 6d86f7ac
No related branches found
No related tags found
2 merge requests!332Add TPMSRow Application.,!329Develop temp
...@@ -109,14 +109,14 @@ void VelocityNonReflecting::applyBC() ...@@ -109,14 +109,14 @@ void VelocityNonReflecting::applyBC()
real rho, vx1, vx2, vx3; real rho, vx1, vx2, vx3;
calcMacrosFct(f, rho, vx1, vx2, vx3); calcMacrosFct(f, rho, vx1, vx2, vx3);
//vx1 = 0.; //vx1 = 0.;
real BCVeloWeight = c1o2; //real BCVeloWeight = c1o2;
// real velocity = 0.004814077025232405; // real velocity = 0.004814077025232405;
// real velocity = 0.00057735; // real velocity = 0.00057735;
//real velocity = 0.04; //real velocity = 0.04;
// real velocity = 0.01; // real velocity = 0.01;
// real velocity = 1./112.; // real velocity = 1./112.;
// real velocity = 1./126.; // real velocity = 1./126.;
real velocity = c1o100/2; //real velocity = c1o100/2;
// real velocity = 0.005; // real velocity = 0.005;
//real delf =(-velocity+vx1)*0.5 ; //real delf =(-velocity+vx1)*0.5 ;
real delf; real delf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment