solve wedge not planar warning

This commit is contained in:
ignis 2017-08-30 15:03:04 +09:00
parent ae459e2eca
commit b1a36355a3
18 changed files with 66 additions and 579360 deletions

View file

@ -19,30 +19,28 @@ convertToMeters 0.001;
vertices
(
(0 0 0)
(0 576 0)
(-0.1570298 0 3.5965736)
(-0.1570298 576 3.5965736)
(-0.1679346 0 3.8463357)
(-0.1679346 576 3.8463357)
(-0.3969364 0 9.0913388)
(-0.3969364 576 9.0913388)
(-0.4122032 0 9.4410057)
(-0.4122032 576 9.4410057)
(-6.5429081 0 149.8572332)
(-6.5429081 576 149.8572332)
(0.1570298 0 3.5965736)
(0.1570298 576 3.5965736)
(0.1679346 0 3.8463357)
(0.1679346 576 3.8463357)
(0.3969364 0 9.0913388)
(0.3969364 576 9.0913388)
(0.4122032 0 9.4410057)
(0.4122032 576 9.4410057)
(6.5429081 0 149.8572332)
(6.5429081 576 149.8572332)
(0 0 0)
(0 576 0)
(-0.15702979454 0 3.5965736)
(-0.15702979454 576 3.5965736)
(-0.167934643323 0 3.8463357)
(-0.167934643323 576 3.8463357)
(-0.396936424116 0 9.0913388)
(-0.396936424116 576 9.0913388)
(-0.412203210667 0 9.4410057)
(-0.412203210667 576 9.4410057)
(-6.5429081 0 149.8572332)
(-6.5429081 576 149.8572332)
(0.15702979454 0 3.5965736)
(0.15702979454 576 3.5965736)
(0.167934643323 0 3.8463357)
(0.167934643323 576 3.8463357)
(0.396936424116 0 9.0913388)
(0.396936424116 576 9.0913388)
(0.412203210667 0 9.4410057)
(0.412203210667 576 9.4410057)
(6.5429081 0 149.8572332)
(6.5429081 576 149.8572332)
);
blocks

View file

@ -1,76 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.7.x |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
9
(
axis
{
type symmetryPlane;
nFaces 0;
startFace 31843;
}
mainjet
{
type patch;
nFaces 10;
startFace 31843;
}
pilot
{
type patch;
nFaces 15;
startFace 31853;
}
coflow
{
type patch;
nFaces 80;
startFace 31868;
}
outlet
{
type patch;
nFaces 107;
startFace 31948;
}
burnerwall
{
type wall;
nFaces 2;
startFace 32055;
}
slipwall
{
type wall;
nFaces 150;
startFace 32057;
}
front
{
type wedge;
nFaces 16050;
startFace 32207;
}
back
{
type wedge;
nFaces 16050;
startFace 48257;
}
)
// ************************************************************************* //

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -19,30 +19,28 @@ convertToMeters 0.001;
vertices
(
(0 0 0)
(0 576 0)
(-0.1570298 0 3.5965736)
(-0.1570298 576 3.5965736)
(-0.1679346 0 3.8463357)
(-0.1679346 576 3.8463357)
(-0.3969364 0 9.0913388)
(-0.3969364 576 9.0913388)
(-0.4122032 0 9.4410057)
(-0.4122032 576 9.4410057)
(-6.5429081 0 149.8572332)
(-6.5429081 576 149.8572332)
(0.1570298 0 3.5965736)
(0.1570298 576 3.5965736)
(0.1679346 0 3.8463357)
(0.1679346 576 3.8463357)
(0.3969364 0 9.0913388)
(0.3969364 576 9.0913388)
(0.4122032 0 9.4410057)
(0.4122032 576 9.4410057)
(6.5429081 0 149.8572332)
(6.5429081 576 149.8572332)
(0 0 0)
(0 576 0)
(-0.15702979454 0 3.5965736)
(-0.15702979454 576 3.5965736)
(-0.167934643323 0 3.8463357)
(-0.167934643323 576 3.8463357)
(-0.396936424116 0 9.0913388)
(-0.396936424116 576 9.0913388)
(-0.412203210667 0 9.4410057)
(-0.412203210667 576 9.4410057)
(-6.5429081 0 149.8572332)
(-6.5429081 576 149.8572332)
(0.15702979454 0 3.5965736)
(0.15702979454 576 3.5965736)
(0.167934643323 0 3.8463357)
(0.167934643323 576 3.8463357)
(0.396936424116 0 9.0913388)
(0.396936424116 576 9.0913388)
(0.412203210667 0 9.4410057)
(0.412203210667 576 9.4410057)
(6.5429081 0 149.8572332)
(6.5429081 576 149.8572332)
);
blocks

View file

@ -1,76 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.7.x |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
9
(
axis
{
type symmetryPlane;
nFaces 0;
startFace 31843;
}
mainjet
{
type patch;
nFaces 10;
startFace 31843;
}
pilot
{
type patch;
nFaces 15;
startFace 31853;
}
coflow
{
type patch;
nFaces 80;
startFace 31868;
}
outlet
{
type patch;
nFaces 107;
startFace 31948;
}
burnerwall
{
type wall;
nFaces 2;
startFace 32055;
}
slipwall
{
type wall;
nFaces 150;
startFace 32057;
}
front
{
type wedge;
nFaces 16050;
startFace 32207;
}
back
{
type wedge;
nFaces 16050;
startFace 48257;
}
)
// ************************************************************************* //

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -19,30 +19,28 @@ convertToMeters 0.001;
vertices
(
(0 0 0)
(0 576 0)
(-0.1570298 0 3.5965736)
(-0.1570298 576 3.5965736)
(-0.1679346 0 3.8463357)
(-0.1679346 576 3.8463357)
(-0.3969364 0 9.0913388)
(-0.3969364 576 9.0913388)
(-0.4122032 0 9.4410057)
(-0.4122032 576 9.4410057)
(-6.5429081 0 149.8572332)
(-6.5429081 576 149.8572332)
(0.1570298 0 3.5965736)
(0.1570298 576 3.5965736)
(0.1679346 0 3.8463357)
(0.1679346 576 3.8463357)
(0.3969364 0 9.0913388)
(0.3969364 576 9.0913388)
(0.4122032 0 9.4410057)
(0.4122032 576 9.4410057)
(6.5429081 0 149.8572332)
(6.5429081 576 149.8572332)
(0 0 0)
(0 576 0)
(-0.15702979454 0 3.5965736)
(-0.15702979454 576 3.5965736)
(-0.167934643323 0 3.8463357)
(-0.167934643323 576 3.8463357)
(-0.396936424116 0 9.0913388)
(-0.396936424116 576 9.0913388)
(-0.412203210667 0 9.4410057)
(-0.412203210667 576 9.4410057)
(-6.5429081 0 149.8572332)
(-6.5429081 576 149.8572332)
(0.15702979454 0 3.5965736)
(0.15702979454 576 3.5965736)
(0.167934643323 0 3.8463357)
(0.167934643323 576 3.8463357)
(0.396936424116 0 9.0913388)
(0.396936424116 576 9.0913388)
(0.412203210667 0 9.4410057)
(0.412203210667 576 9.4410057)
(6.5429081 0 149.8572332)
(6.5429081 576 149.8572332)
);
blocks

View file

@ -1,76 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.7.x |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
9
(
axis
{
type symmetryPlane;
nFaces 0;
startFace 31843;
}
mainjet
{
type patch;
nFaces 10;
startFace 31843;
}
pilot
{
type patch;
nFaces 15;
startFace 31853;
}
coflow
{
type patch;
nFaces 80;
startFace 31868;
}
outlet
{
type patch;
nFaces 107;
startFace 31948;
}
burnerwall
{
type wall;
nFaces 2;
startFace 32055;
}
slipwall
{
type wall;
nFaces 150;
startFace 32057;
}
front
{
type wedge;
nFaces 16050;
startFace 32207;
}
back
{
type wedge;
nFaces 16050;
startFace 48257;
}
)
// ************************************************************************* //

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff