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

[ImmersedBoundary] Immersed Boundary method mesh refinement problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 8, 2017, 12:09
Default Immersed Boundary method mesh refinement problem
  #1
Member
 
Thamali
Join Date: Jul 2013
Posts: 67
Rep Power: 12
Thamali is on a distinguished road
Hi foamers,

I am trying to run icoIbFoam including energy equation to see flow around a 1mm,spherical particle with 350K constant temperature.I refined the mesh and it is attached.
Since the results were showing very high Courant numbers and very high velocitites,etc with very high mesh refinement(attached one is after reducing mesh refinement and without rapid mesh rerinement),I changed the solver to vary deltaT to adjust to make Courant number less than 1.But, still the velocities go around 100s.My inlet velocity is (0.1569 0 0).
velocity boundary condition;

Quote:
boundaryField
{
ibSphere
{
type immersedBoundary;
refValue uniform (0 0 0);
refGradient uniform (0 0 0);
fixesValue yes;

setDeadCellValue yes;
deadCellValue (0 0 0);

value uniform (0 0 0);
}

in
{
type fixedValue;
value uniform (0.15690 0 0);
}

out
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0.15690 0 0);
}

top
{
type fixedValue;
value uniform (0 0 0);
}

bottom
{
type fixedValue;
value uniform (0 0 0);
}

back
{
type fixedValue;
value uniform (0 0 0);
}

front
{
type fixedValue;
value uniform (0 0 0);
}
}
I am attaching the p and U profiles after few seconds.
My domain size is 40mm*20mm*20mm.
The results seems making an error due to mesh refinement problem.I used the method like in sphereInChannel for refinement.

Can someone help me to figure out my proble?

Thanks in advance.
Thamali
Attached Images
File Type: png mesh2.png (34.5 KB, 35 views)
File Type: png U.png (83.9 KB, 34 views)
File Type: png p.png (67.7 KB, 25 views)
Thamali is offline   Reply With Quote

Reply


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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
Wind turbine simulation Saturn CFX 58 July 3, 2020 01:13
Basic Nozzle-Expander Design karmavatar CFX 20 March 20, 2016 08:44
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44


All times are GMT -4. The time now is 00:45.