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

add given file U

parent 140ce2aa
No related branches found
No related tags found
No related merge requests found
......@@ -20,18 +20,25 @@ internalField uniform (0 0 0);
boundaryField
{
movingWall
wall
{
type fixedValue;
value uniform (1 0 0);
value uniform (0 0 0);
}
fixedWalls
inlet
{
type noSlip;
type codedFixedValue;
value uniform (0.2 0 0);
name parabolicChannelInlet;
}
frontAndBack
outlet
{
type fluxCorrectedVelocity;
}
empty
{
type empty;
}
......
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