Skip to content
Snippets Groups Projects
Commit 7b4dd447 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Readd a line that was accidentally deleted

parent b5b6eb2a
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
......@@ -142,8 +142,8 @@ void multipleLevel(const std::string& configPath)
dxGrid = 0.5;
real vxLB = (real)0.051; // LB units
real Re = (real)300.0;
real viscosityLB = (vxLB * length) / Re;
real referenceLength = 1.0 / dxGrid; // heightBivalve / dxGrid
real viscosityLB = (vxLB * referenceLength) / Re;
para->setVelocity(vxLB);
para->setViscosity(viscosityLB);
......
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