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

IBS method for heat transfer

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 27, 2023, 06:25
Default IBS method for heat transfer
  #1
New Member
 
Tiziano Santese
Join Date: Jan 2023
Location: Munich, Germany
Posts: 2
Rep Power: 0
t.santese is on a distinguished road
Hi all,
I am trying to implement the IBS method in openfoam ext 4.1, using rhoPimpleFoam as solver.


I managed to implement everything that is needed to run with my solver the tutorial case "MovingCylinderInChannelTurbulent", however I still cannot include the energy equation.


if I give the following boundary condition for T, to the cylinder:

ibCylinder
{
type fixedValueIb;
patchType immersedBoundary;
triValue uniform 500;
setDeadValue yes;
deadValue 500;
value uniform 500;
}

the solver doesn't recognize the boundary condition and gives the following error, as soon as it enters the energy equation:


FOAM FATAL ERROR:
Not implemented

From function immersedBoundary::gradientInternalCoeffs()
in file lnInclude/fvPatchField.H at line 473.

FOAM aborting


Would you be so kind to help me out with this problem? Is it at all possible to use the IBS method including heat transfer? has anyone done something similar?

Thanks
t.santese is offline   Reply With Quote

Reply

Tags
ibm, ibs, immersedboundary


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
Unstructured Grid VS. Levet Set method VS. Immersed Boundary method aerosjc Main CFD Forum 5 November 29, 2022 20:23
Can immersed Boundary method in foam-extend-4.1 solve conjugate heat transfer? les3cd OpenFOAM Running, Solving & CFD 0 June 30, 2020 00:32
Radiation in semi-transparent media with surface-to-surface model? mpeppels CFX 11 August 22, 2019 07:30
Heat Transfer mechanisms tafaugl CFX 1 November 7, 2012 18:46
hess-smith method and fvm method yangqing FLUENT 0 March 20, 2002 19:25


All times are GMT -4. The time now is 23:34.