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

BC: externalWallHeatFluxTemperature

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By gomsy1987
  • 1 Post By eDoodle

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 11, 2015, 22:44
Default BC: externalWallHeatFluxTemperature
  #1
New Member
 
Gautam Saikia
Join Date: Jan 2015
Location: India
Posts: 12
Rep Power: 11
gomsy1987 is on a distinguished road
Hi everyone,

I am trying to use externalWallHeatFluxTemperature bc in one of my boundary. While running the solver for buoyantBoussinesqSimpleFoam I am getting this message:-

"FOAM FATAL ERROR:
Kappa defined to employ fluidThermo method, but thermo package not available
From function temperatureCoupledBase::kappa(const scalarField&) const
in file derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.C at line 116."

Can anyone please suggest me how to overcome this error??

Thanking you in advance
Gautam
gomsy1987 is offline   Reply With Quote

Old   March 13, 2015, 05:52
Default
  #2
Member
 
Join Date: Sep 2014
Location: Germany
Posts: 88
Rep Power: 11
TobM is on a distinguished road
Hi,
can you please post your T file?
Which version of OF are you using?

And what models do you use for thermophysical properties?

Last edited by TobM; March 13, 2015 at 07:15.
TobM is offline   Reply With Quote

Old   March 15, 2015, 23:06
Default
  #3
New Member
 
Gautam Saikia
Join Date: Jan 2015
Location: India
Posts: 12
Rep Power: 11
gomsy1987 is on a distinguished road
Hello TobM

Thanks for your reply. I am attaching the "T" and "thermophysicalProperties" file here for better understanding. Please let me know if any further information required.

I am using OpenFoam version 2.3.0

Regards
Gautam
Attached Files
File Type: pdf T.pdf (20.3 KB, 421 views)
File Type: pdf thermophysicalProperties.pdf (20.6 KB, 335 views)
gomsy1987 is offline   Reply With Quote

Old   March 17, 2015, 02:55
Default
  #4
Member
 
Join Date: Sep 2014
Location: Germany
Posts: 88
Rep Power: 11
TobM is on a distinguished road
Hi,

your T file seems to be correct.
I can't say for sure what the problem is in your case, but my guess is, it has something to do with the thermophysical model.
Maybe try to change it and see if the the error still occurs. One other guess is that you can try to specify the kappa field in the boundary conditions.

Sry that I'm unable to help you.
TobM is offline   Reply With Quote

Old   March 18, 2015, 00:22
Default
  #5
New Member
 
Gautam Saikia
Join Date: Jan 2015
Location: India
Posts: 12
Rep Power: 11
gomsy1987 is on a distinguished road
Thanks for your suggestions Tob. I also got to know that the BC is for compressible solver only. So its not working with the incompressible solver I am trying to use. Either I need to use a different solver (but will not be helpful because I am using incompressible fluid) or I need to work with the BC to implement it for incompressible flows.
sadjad.s likes this.
gomsy1987 is offline   Reply With Quote

Old   March 30, 2015, 06:53
Default externalHeatFluxTemperature
  #6
Member
 
Naresh Yathuru
Join Date: Feb 2015
Posts: 66
Rep Power: 11
Naresh yathuru is on a distinguished road
Hi gautom,

I have a similar problem of incompressible flow. could you able to implement the B:C for incompressible solvers?

This is the thread.

http://www.cfd-online.com/Forums/ope...tml#post538969

could you help me to implement the Boundary condition for Incompressible flows.

Regards,
Naresh
Naresh yathuru is offline   Reply With Quote

Old   April 1, 2015, 02:51
Default
  #7
New Member
 
Gautam Saikia
Join Date: Jan 2015
Location: India
Posts: 12
Rep Power: 11
gomsy1987 is on a distinguished road
Hi Naresh

I gave the answer in your thread. Have a look.
gomsy1987 is offline   Reply With Quote

Old   December 3, 2016, 04:29
Default
  #8
New Member
 
Leo
Join Date: Oct 2016
Posts: 3
Rep Power: 9
eDoodle is on a distinguished road
Quote:
Originally Posted by gomsy1987 View Post
Hi everyone,

I am trying to use externalWallHeatFluxTemperature bc in one of my boundary. While running the solver for buoyantBoussinesqSimpleFoam I am getting this message:-

"FOAM FATAL ERROR:
Kappa defined to employ fluidThermo method, but thermo package not available
From function temperatureCoupledBase::kappa(const scalarField&) const
in file derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.C at line 116."

Can anyone please suggest me how to overcome this error??

Thanking you in advance
Gautam

hey gomsy,

I am facing the exact same problem at the moment. (How) did you eventually solve it?

Leo
eDoodle is offline   Reply With Quote

Old   December 3, 2016, 05:46
Default
  #9
New Member
 
Leo
Join Date: Oct 2016
Posts: 3
Rep Power: 9
eDoodle is on a distinguished road
After some more searching I found this:

http://www.cfd-online.com/Forums/ope...ionfoam-2.html


For the interested:

I'm calculating coupled heat transfer in a fluid and solid region with chtMultiRegionSimpleFoam. In my 0/solid/T file I had the entry for the patch 'solidToFluid' defined with fluidThermo instead of solidThermo.

Hope this helps someone
vs1 likes this.
eDoodle is offline   Reply With Quote

Old   August 30, 2017, 01:44
Default
  #10
New Member
 
Ketan Ganatra
Join Date: Aug 2017
Posts: 13
Rep Power: 8
ketanganatra0@yahoo.com is on a distinguished road
Hello friend,
I am using also the same boundary conditions. Can you please tell me kappa denotes the thermal conductivity or else????
Is kappa file required in 0 folder for running constant heat flux boundary condition e.g. external wall heat flux temperature.
ketanganatra0@yahoo.com is offline   Reply With Quote

Old   August 30, 2017, 03:03
Default
  #11
New Member
 
Leo
Join Date: Oct 2016
Posts: 3
Rep Power: 9
eDoodle is on a distinguished road
yes, kappa denotes the thermal conductivity.

Having a kappa file in the 0 folder would mean it's a field magnitude (that means it has different values in different locations in your case)
kappa is a material value, so it belongs probably in the transportProperties file in the constant folder.

It's been a while since i dealt with this stuff so there might also be some sort of kappa, that is a field magnitude, but then your solver would outright tell you that it needs that kind of file in the 0 folder.

hope this helps
eDoodle is offline   Reply With Quote

Old   August 30, 2017, 05:24
Default
  #12
New Member
 
Ketan Ganatra
Join Date: Aug 2017
Posts: 13
Rep Power: 8
ketanganatra0@yahoo.com is on a distinguished road
Hello friend,
I am facing the same error .
Kappa means thermalconductivity or else???
You are telling to specify in BC means in '0' folder or somewhere else????
ketanganatra0@yahoo.com is offline   Reply With Quote

Old   August 30, 2017, 05:26
Default
  #13
New Member
 
Ketan Ganatra
Join Date: Aug 2017
Posts: 13
Rep Power: 8
ketanganatra0@yahoo.com is on a distinguished road
can you please send me a sample file for that???
ketanganatra0@yahoo.com is offline   Reply With Quote

Old   April 3, 2018, 07:56
Default
  #14
New Member
 
Bingchuan
Join Date: Dec 2017
Posts: 16
Rep Power: 8
bingchuan is on a distinguished road
Quote:
Originally Posted by gomsy1987 View Post
Thanks for your suggestions Tob. I also got to know that the BC is for compressible solver only. So its not working with the incompressible solver I am trying to use. Either I need to use a different solver (but will not be helpful because I am using incompressible fluid) or I need to work with the BC to implement it for incompressible flows.
externalWallHeatFluxTemperature boundary condition is only for compressible solver?
bingchuan 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



All times are GMT -4. The time now is 16:36.