在运行含有周期性的边界条件cyclicAMI的时候遇到的问题
-
@李东岳 李老师,你好!非常感谢你!
1.我用的是openFoam2.1的版本,我的算例是叶片想让1,2两个面是周期性的边界条件。0_1461379512143_upload-0cb6ce42-6ba1-4d07-afdb-4191c1b66e0f
2.下面是我的boundary文件
/--------------------------------- C++ -----------------------------------
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 2.1.1 |
| \ / A nd | Web: www.OpenFOAM.org |
| \/ M anipulation | |
*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //7
(
DOMAIN-INTERFACE-1-SIDE-1
{
type cyclicAMI;
nFaces 6804;
startFace 1169038;
matchTolerance 0.0001;
neighbourPatch DOMAIN-INTERFACE-1-SIDE-2;
transform noOrdering;} DOMAIN-INTERFACE-1-SIDE-2 { type cyclicAMI; nFaces 6804; startFace 1175842; matchTolerance 0.0001; neighbourPatch DOMAIN-INTERFACE-1-SIDE-1; transform noOrdering; } BLADE { type wall; nFaces 11907; startFace 1182646; } HUB { type wall; nFaces 4895; startFace 1194553; } INLET { type patch; nFaces 2592; startFace 1199448; } OUTLET { type patch; nFaces 2997; startFace 1202040; } SHROUD { type wall; nFaces 4895; startFace 1205037; }
)
// ************************************************************************* //
3.我想让入口的压力沿着叶高有不同的分布,应该怎么设置呢? -
能不能帮看一下这个问题,谢了!http://www.cfd-china.com/topic/1150/openfoam中cyclic周期性边界的问题