mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Conflicts: tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/polyMesh/boundary tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/rho tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/RASProperties tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/thermophysicalProperties tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/turbulenceProperties tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/cp tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/rho tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/constant/polyMesh/boundary tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/fixedInlet tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/sideAndTopPatches tutorials/incompressible/simpleFoam/windTurbineTerrain/0/nut tutorials/incompressible/simpleFoam/windTurbineTerrain/0/p tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/RASProperties tutorials/incompressible/simpleFoam/windTurbineTerrain/system/decomposeParDict
273 lines
5.9 KiB
C++
273 lines
5.9 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
<<<<<<< HEAD
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
=======
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
>>>>>>> 34d87d1a94f83ac39028abe5f447f2b6d069380b
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
41
|
|
(
|
|
maxY
|
|
{
|
|
type wall;
|
|
nFaces 1200;
|
|
startFace 41630;
|
|
}
|
|
minX
|
|
{
|
|
type patch;
|
|
nFaces 250;
|
|
startFace 42830;
|
|
}
|
|
maxX
|
|
{
|
|
type patch;
|
|
nFaces 250;
|
|
startFace 43080;
|
|
}
|
|
minY
|
|
{
|
|
type wall;
|
|
nFaces 1200;
|
|
startFace 43330;
|
|
}
|
|
minZ
|
|
{
|
|
type wall;
|
|
nFaces 750;
|
|
startFace 44530;
|
|
}
|
|
maxZ
|
|
{
|
|
type wall;
|
|
nFaces 750;
|
|
startFace 45280;
|
|
}
|
|
bottomAir_minX
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
bottomAir_maxX
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
bottomAir_minY
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
bottomAir_minZ
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
bottomAir_maxZ
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
bottomAir_bottomAir_to_rightSolid
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
bottomAir_bottomAir_to_leftSolid
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
bottomAir_bottomAir_to_heater
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
topAir_maxY
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
topAir_minX
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
topAir_maxX
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
topAir_minZ
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
topAir_maxZ
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
topAir_topAir_to_rightSolid
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
topAir_topAir_to_heater
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
topAir_topAir_to_leftSolid
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
leftSolid_minX
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
leftSolid_minZ
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
leftSolid_maxZ
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
leftSolid_leftSolid_to_bottomAir
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
leftSolid_leftSolid_to_heater
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
leftSolid_leftSolid_to_topAir
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
rightSolid_maxX
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
rightSolid_minZ
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
rightSolid_maxZ
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
rightSolid_rightSolid_to_bottomAir
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
rightSolid_rightSolid_to_topAir
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
rightSolid_rightSolid_to_heater
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
heater_minY
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
heater_minZ
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
heater_maxZ
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
heater_heater_to_topAir
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
heater_heater_to_rightSolid
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
heater_heater_to_leftSolid
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
heater_heater_to_bottomAir
|
|
{
|
|
type wall;
|
|
nFaces 0;
|
|
startFace 46030;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|