mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
tutorials and templates: Updated wall BC for velocity to noSlip
This commit is contained in:
@ -29,13 +29,11 @@ boundaryField
|
||||
}
|
||||
ground
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
type noSlip;
|
||||
}
|
||||
blockedFaces
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
type noSlip;
|
||||
}
|
||||
baffleWall
|
||||
{
|
||||
|
||||
@ -29,14 +29,12 @@ boundaryField
|
||||
|
||||
liner
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
type noSlip;
|
||||
}
|
||||
|
||||
cylinderHead
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
type noSlip;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -28,8 +28,7 @@ boundaryField
|
||||
|
||||
region0_to_filmRegion_coupledWall // Patch to pyrolysis
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
type noSlip;
|
||||
}
|
||||
|
||||
outlet
|
||||
@ -39,8 +38,7 @@ boundaryField
|
||||
|
||||
"side.*"
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
type noSlip;
|
||||
}
|
||||
|
||||
inlet
|
||||
|
||||
@ -31,8 +31,7 @@ boundaryField
|
||||
|
||||
base
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
type noSlip;
|
||||
}
|
||||
|
||||
inlet
|
||||
|
||||
@ -30,8 +30,7 @@ boundaryField
|
||||
|
||||
base
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
type noSlip;
|
||||
}
|
||||
|
||||
inlet
|
||||
|
||||
Reference in New Issue
Block a user