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

remve variable since it cannot be used in code

parent b04e428a
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
#include "../scale"
boundaryField
{
......@@ -31,7 +30,7 @@ boundaryField
inlet
{
type codedFixedValue;
value uniform ($ubar 0 0);
value uniform (0.2 0 0);
name parabolicChannelInlet;
code #{
auto y0 = -0.2; // Reference coordinate, lower wall
......
N 8;
ubar 0.2;
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