|
[Sponsors] |
Weird thing in AMI boundary condition in OpenFOAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 3, 2018, 15:49 |
Weird thing in AMI boundary condition in OpenFOAM
|
#1 |
Member
Morteza
Join Date: Jan 2018
Posts: 30
Rep Power: 8 |
Hello,
I have noticed a weird thing about sliding-mesh problems in OpenFOAM. Consider two cases: 1. You use snappyHexmesh, topoSet and createPatch to build the mesh, cell-zones and boundary conditions. 2. You generate the mesh outside the OpenFOAM (like Pointwise, etc) and then topoSet and createPatch. The weird thing is that following method 1, you do not need to specify AMI patch in initialization files in 0 folder (U, p, nut, omega,k). You may run the case and OpenFOAM does not complain about that. But following method 2, OpenFOAM says: Cannot find patchField entry for AMI1 (or whatever the AMI patch name is). while in both cases, you have the two AMI patches in your boundary file (after running createPatch). Does anybody know the reason? |
|
December 3, 2018, 16:31 |
|
#2 |
Member
Morteza
Join Date: Jan 2018
Posts: 30
Rep Power: 8 |
The problem is solved. The reason was including the following lines in OpenFOAM's case setup:
//- Set patchGroups for constraint patches #includeEtc "caseDicts/setConstraintTypes" |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM 4.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 2 | October 6, 2017 06:40 |
Out File does not show Imbalance in % | Mmaragann | CFX | 5 | January 20, 2017 11:20 |
Compressor Simulation using rhoPimpleDyMFoam | Jetfire | OpenFOAM Running, Solving & CFD | 107 | December 9, 2014 14:38 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |