mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
general update
This commit is contained in:
@ -20,21 +20,18 @@ FoamFile
|
||||
top
|
||||
{
|
||||
type patch;
|
||||
physicalType inletOutlet;
|
||||
nFaces 25;
|
||||
startFace 6100;
|
||||
}
|
||||
bottom
|
||||
{
|
||||
type patch;
|
||||
physicalType inlet;
|
||||
nFaces 25;
|
||||
startFace 6125;
|
||||
}
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
physicalType wallFunctions;
|
||||
nFaces 250;
|
||||
startFace 6150;
|
||||
}
|
||||
|
||||
@ -27,7 +27,6 @@ FoamFile
|
||||
inlet
|
||||
{
|
||||
type patch;
|
||||
physicalType inlet;
|
||||
nFaces 25;
|
||||
startFace 3650;
|
||||
}
|
||||
@ -35,7 +34,6 @@ inlet
|
||||
outlet
|
||||
{
|
||||
type patch;
|
||||
physicalType inletOutlet;
|
||||
nFaces 25;
|
||||
startFace 3675;
|
||||
}
|
||||
@ -43,7 +41,6 @@ outlet
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
physicalType wallFunctions;
|
||||
nFaces 150;
|
||||
startFace 3700;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user