CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

issues after using createBafflesDict

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 4, 2023, 11:31
Default issues after using createBafflesDict
  #1
Member
 
Ching Liu
Join Date: Sep 2017
Posts: 45
Rep Power: 8
qingqingliu is on a distinguished road
I have an axisymmetric geometry built from blockMesh, and built a baffle using createBaffleDict. I met an issue when running the createBaffleDict.

Initially, I did not use createBaffleDict, but only built the mesh using blockMesh and then run the solver (pimpleFoam), it runs well and had no issues at all. But, later I added a baffle using createBaffleDict as follows.

internalFacesOnly true;


// Baffles to create.
baffles
{
baffleFaces // group name
{
type searchableSurface;
surface triSurfaceMesh;
name baffle1D.stl;
patchPairs
{
type patch;
patchFields
{
epsilon
{
type zeroGradient;
}
k
{
type zeroGradient;
}
nut
{
type zeroGradient;

}

p
{
type zeroGradient;
}
U
{
type directionMixed;
refValue uniform (0 0 0);
refGradient uniform (0 0 0);
valueFraction uniform (1 0 0 0 0 0);
}
R
{
type zeroGradient;
}
}
}
}
}



I met an issue when I run the createBaffles as follows:

--> FOAM Warning :
From int main(int, char**)
in file createBaffles.C at line 867
Setting field on boundary faces to zero.
You might have to edit these fields.

Removing zero-sized patches:
axis type empty at position 5

Writing mesh to 0.0001


Can anyone provide some help with this issue?
qingqingliu is offline   Reply With Quote

Reply

Tags
createbafflesdict, openfoam


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
createBafflesDict creates nfaces 0 latvietis OpenFOAM Running, Solving & CFD 4 July 16, 2021 10:00
chtMultiRegionSimpleFoam issues - non-conformal meshes & residual handling... manalis OpenFOAM Running, Solving & CFD 3 October 10, 2018 18:53
Convergence issues for Flat plate with sharp edge rajnarayang FLUENT 3 June 20, 2017 12:02
Multigrid Stability Issues ThomasHermann SU2 1 November 5, 2014 16:18
[General] Some Paraview Issues I can not solve MR_Chicho ParaView 1 September 24, 2012 05:03


All times are GMT -4. The time now is 02:48.