Skip to content
Snippets Groups Projects
Commit cfb0ea43 authored by Anna's avatar Anna
Browse files

Fix velocity in FlowAroundSphere

parent 53a8f4b4
No related branches found
No related tags found
1 merge request!122Merge changes from develop into open source
......@@ -156,7 +156,7 @@ int main(int argc, char *argv[])
const real velocityLB = velocity * dt / dx; // LB units
const real vxLB = velocityLB / sqrt(2.0); // LB units
const real vxLB = velocityLB; // LB units
const real viscosityLB = nx * velocityLB / Re; // LB units
......
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