|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Claudia
Join Date: Mar 2021
Posts: 43
Rep Power: 6 ![]() |
Hey guys!
as you can see in the attached snapshots, i have have a tray filled with Schokolate inside a windtunnel. In the real windtunnel, there are 3 of these trays on top of each other. So basically where the upper and lower wall is, would actually start another tray. I want to use the cyclic boundary condition, but i have some problems with it. I tried changing the boundary file but I am confused about some entries, for example the "separation vektor" and the "matchTolerance" one. My boundaryFile looks like this: Code:
7
(
inlet
{
type patch;
nFaces 1350;
startFace 2606557;
}
outlet
{
type patch;
nFaces 1350;
startFace 2607907;
}
walls
{
type wall;
inGroups List<word> 1(wall);
nFaces 23802;
startFace 2609257;
}
upperWall
{
type cyclic;
inGroups List<word> 1(cyclic);
nFaces 9000;
startFace 2633059;
matchTolerance 0.001; //?
transform translational;
neighbourPatch lowerForm;
separationVector (0 0 0); //?
}
wallsForm
{
type wall;
inGroups List<word> 1(wall);
nFaces 53516;
startFace 2642059;
}
lowerForm
{
type cyclic;
inGroups List<word> 1(cyclic);
nFaces 60900;
startFace 2695575;
matchTolerance 0.001;
transform translational;
neighbourPatch upperWall;
separationVector (0 0 0);
}
Schokolade
{
type wall;
inGroups List<word> 1(wall);
nFaces 38520;
startFace 2756475;
}
)
|
|
|
|
|
|
![]() |
| Tags |
| boundary condition, cyclic, cyclic bc |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cyclic boundary condition on SALOME mesh | kandelabr | OpenFOAM Pre-Processing | 17 | March 8, 2024 05:14 |
| Mixing cyclic and wall boundary condition | al_th | OpenFOAM Pre-Processing | 6 | September 20, 2019 05:06 |
| Radiation in semi-transparent media with surface-to-surface model? | mpeppels | CFX | 11 | August 22, 2019 08:30 |
| Question about adaptive timestepping | Guille1811 | CFX | 25 | November 12, 2017 18:38 |
| Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |