Skip to content
Snippets Groups Projects
Commit fc7a2cd1 authored by felix's avatar felix
Browse files

fix indentation

parent 164ded3c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ parabolicChannelInlet
auto y0 = -0.2; // Reference coodinate, lower wall
// auto vmean = 0.2; // Mean velocity with Re_d = 20
// auto vmean = 1; // Mean velocity with Re_d = 100
auto vmean = $ubar;
auto vmean = $ubar;
Foam::Field<double> y = patch().Cf().component(vector::Y) - y0;
operator ==
......
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