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

Steady state conjugate heat transfer analysis in openfoam version 7

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 17, 2019, 06:18
Unhappy Steady state conjugate heat transfer analysis in openfoam version 7
  #1
New Member
 
Srikar
Join Date: Sep 2019
Posts: 14
Rep Power: 6
srikarg is on a distinguished road
Hello,

I am using openfoam version 7 and i want to run a steady-state Conjugate Heat transfer analysis.

In openfoam version 7 there is no slover like "chtMultiRegionSimpleFoam". They are clubbed.

from openFoam v7 documentation:
chtMultiRegionFoam Solver for steady or transient fluid flow and solid heat conduction, with
conjugate heat transfer between regions, buoyancy effects, turbulence, reactions and
radiation modelling.

So i ran my case with the command chtMultiRegionFoam. I am getting the error:

--> FOAM FATAL IO ERROR:
keyword PIMPLE is undefined in dictionary "/home/kpit/OpenFOAM/kpit-7/run/tutorials/heatTransfer/chtMultiRegionFoam/PFC_half_plate/system/fluid/fvSolution"

file: /home/kpit/OpenFOAM/kpit-7/run/tutorials/heatTransfer/chtMultiRegionFoam/PFC_half_plate/system/fluid/fvSolution from line 22 to line 56.

From function const Foam::dictionary& Foam::dictionary::subDict(const Foam::word&) const
in file db/dictionary/dictionary.C at line 708.

FOAM exiting

i used SIMPLE as my algorithm since its steady state. Can anyone help?
srikarg is offline   Reply With Quote

Old   September 17, 2019, 11:14
Default
  #2
Senior Member
 
Peter Hess
Join Date: Apr 2011
Location: Austria
Posts: 250
Rep Power: 17
peterhess is on a distinguished road
Just replace:

ddtSchemes
{
default Euler;
}

with:

ddtSchemes
{
default steadyState;
}

in:

fvSchemes

for all regions!

And replace SIMPLE with PIMPLE in fvSolution for all regions.

Regards

Peter
peterhess is offline   Reply With Quote

Old   September 18, 2019, 00:17
Unhappy PIMPLE is for Transient state right?
  #3
New Member
 
Srikar
Join Date: Sep 2019
Posts: 14
Rep Power: 6
srikarg is on a distinguished road
PIMPLE is used for transient solver right? so how can we use it for steady-state?
srikarg is offline   Reply With Quote

Old   September 18, 2019, 00:19
Unhappy PIMPLE is for Transient state right?
  #4
New Member
 
Srikar
Join Date: Sep 2019
Posts: 14
Rep Power: 6
srikarg is on a distinguished road
Quote:
Originally Posted by peterhess View Post
Just replace:

ddtSchemes
{
default Euler;
}

with:

ddtSchemes
{
default steadyState;
}

in:

fvSchemes

for all regions!

And replace SIMPLE with PIMPLE in fvSolution for all regions.

Regards

Peter
Hi Peter,

Thanks for replying. But PIMPLE is used for transient solutions right?
srikarg is offline   Reply With Quote

Reply

Tags
conjugate heat transfer, laminar, openfoam, openfoam 7, steadty state


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
Thermal non-equilibrium porous media model with conjugate heat transfer Hexahedron FLUENT 9 February 22, 2023 02:55
OpenFOAM v3.0+ ?? SBusch OpenFOAM 22 December 26, 2016 14:24
Simple piston movement in cylinder- fluid models arun1994 CFX 4 July 8, 2016 02:54
Conjugate heat transfer with periodic boundaries Suresh FLUENT 0 February 23, 2009 09:51
Conjugate Heat Transfer analysis using FLUENT Ravi Kiran FLUENT 0 February 16, 2006 04:39


All times are GMT -4. The time now is 01:38.