Skip to content
Snippets Groups Projects
Commit 366b1ba5 authored by Soeren Peters's avatar Soeren Peters
Browse files

Pass velocityLB in both cases via config file.

parent 30ed6218
No related branches found
No related tags found
1 merge request!315Remove drivencavity uniform. Extend DrivenCavity to create either one or two level + cleanups
......@@ -74,12 +74,13 @@ int main(int argc, char* argv[])
const real length = 1.0;
const real reynoldsNumber = 1000.0;
const real velocity = 1.0;
real velocityLB = 0.05; // LB units
const uint numberOfNodesX = 64;
const uint timeStepOut = 1000;
const uint timeStepEnd = 10000;
real velocityLB = 0.05; // LB units
vf::basics::ConfigurationFile config = vf::basics::loadConfig(argc, argv);
bool refine = false;
......
......@@ -2,3 +2,5 @@
refine = true
output_path = ./output/DrivenCavity
velocityLB = 0.05
\ No newline at end of file
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