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

boundary values for pressure

parent 4d45a44a
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,20 @@ internalField uniform 0;
boundaryField
{
movingWall
// inlet as in channelInlet, outlet the same because "fixedFlux" sound fitting for a pipe where the same amount goes in as out
inlet
{
type zeroGradient;
type fixedFluxPressure;
}
outlet
{
type fixedFluxPressure;
/* type fixedValue; */
/* value uniform 0; */
}
fixedWalls
wall // both walls (outer walls) and cylinder
{
type zeroGradient;
}
......
......@@ -77,20 +77,13 @@ edges
boundary
(
bottomwall
walls
{
type wall;
faces
(
(Fbl Fbs Bbl Bbs)
(Fbs Bbs Bbr Fbr)
);
}
topwall
{
type wall;
faces
(
(Fts Bts Btl Ftl)
(Ftr Btr Bts Fts)
);
......
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