|
[Sponsors] |
Steady state conjugate heat transfer analysis in openfoam version 7 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 17, 2019, 07:18 |
Steady state conjugate heat transfer analysis in openfoam version 7
|
#1 |
New Member
Srikar
Join Date: Sep 2019
Posts: 14
Rep Power: 7 |
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? |
|
September 17, 2019, 12:14 |
|
#2 |
Senior Member
Peter Hess
Join Date: Apr 2011
Location: Austria
Posts: 250
Rep Power: 17 |
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 |
|
September 18, 2019, 01:17 |
PIMPLE is for Transient state right?
|
#3 |
New Member
Srikar
Join Date: Sep 2019
Posts: 14
Rep Power: 7 |
PIMPLE is used for transient solver right? so how can we use it for steady-state?
|
|
September 18, 2019, 01:19 |
PIMPLE is for Transient state right?
|
#4 | |
New Member
Srikar
Join Date: Sep 2019
Posts: 14
Rep Power: 7 |
Quote:
Thanks for replying. But PIMPLE is used for transient solutions right? |
||
Tags |
conjugate heat transfer, laminar, openfoam, openfoam 7, steadty state |
|
|
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 03:55 |
OpenFOAM v3.0+ ?? | SBusch | OpenFOAM | 22 | December 26, 2016 15:24 |
Simple piston movement in cylinder- fluid models | arun1994 | CFX | 4 | July 8, 2016 03:54 |
Conjugate heat transfer with periodic boundaries | Suresh | FLUENT | 0 | February 23, 2009 10:51 |
Conjugate Heat Transfer analysis using FLUENT | Ravi Kiran | FLUENT | 0 | February 16, 2006 05:39 |