CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Another Boundary Condition to The Fluid Solid Interface

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By octavyo
  • 1 Post By octavyo
  • 1 Post By octavyo

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 23, 2010, 10:54
Smile Another Boundary Condition to The Fluid Solid Interface
  #1
New Member
 
Join Date: Oct 2010
Posts: 14
Rep Power: 15
octavyo is on a distinguished road
Hi everyone,

I am modelling an absorber tube for CSP. The geometry is very simple: two coaxial cylinders and the gap between them is filled with H2. Inside the inner cylinder molten salt is flowing.

I would like to make a conjugate heat transfer and I created two domains: a fluid domains representing the gas between cylinders and a solid domain representing the inner tube. Since there are two different domains I had to crate a Solid -Fluid domain interface.

I have an experimental data about the distribution of the radiative heat flux on the absorber tube and I would like to apply this heat flux to the inner tube as a profile boundary condition. Since I used the same surface to create the domain interface, CFX solver does not work.

Does any one have an idea how to apply the heat flux to the absorber tube?
Please help

If the problem is not clear enough, please let me know.
topsedar likes this.
octavyo is offline   Reply With Quote

Old   November 23, 2010, 15:40
Default
  #2
Senior Member
 
Join Date: Mar 2009
Location: Europe
Posts: 169
Rep Power: 17
joey2007 is on a distinguished road
At home I have no CFX to check, at work I have no time left for such things. If I remind correctly:

In CFX-Post there is a feature to export 3D profiles. Do it for an arbitray result. You will get an csv-file wich is readable with an editor. You can change the header and write in your data in the same format. Then go to CFX-Pre and use initialize profile data. This procedure introduces a CEL function. This can be used to set a boundary source on your interface or something like that.

Hope I mixed nothing up with other codes I used already.
joey2007 is offline   Reply With Quote

Old   November 24, 2010, 04:13
Default
  #3
New Member
 
Join Date: Oct 2010
Posts: 14
Rep Power: 15
octavyo is on a distinguished road
Thanks for your reply joey2007, but the problem is not about the data profile file. I created a data file and loaded it to CFX-Pre.

The problem is that I need to implement this boundary condition to the solid-fluid interface but since I used the surface, which I would like to implement the profile boundary condition, to make up the solid-fluid interface, Ansys does not allow me to use the same surface because it already formed another boundary condition.

I think, I will add a 2D boundary source term to the surface and use a Fortran routine to define the data profile.

BR
octavyo is offline   Reply With Quote

Old   May 4, 2013, 08:35
Default
  #4
New Member
 
Hossein
Join Date: Apr 2013
Posts: 20
Rep Power: 12
topsedar is on a distinguished road
Hi dears !
I am also modeling absorber tube of a PTC. and also i have the same problom.

What should i do to solve the problem??
topsedar is offline   Reply With Quote

Old   May 4, 2013, 18:05
Default
  #5
New Member
 
Join Date: Oct 2010
Posts: 14
Rep Power: 15
octavyo is on a distinguished road
Create 2d boundary energy source on the surface and define the energy source by using the distribution data you already have.

If you are working on a comprehensive thermal model, you should take into account the radiation between the surfaces, solar radiation absorbed and reflected by the glass envelope, radiation emitted and reflected by the coating of the absorber tube along with the conduction and convection.
topsedar likes this.
octavyo is offline   Reply With Quote

Old   May 5, 2013, 04:55
Default
  #6
New Member
 
Hossein
Join Date: Apr 2013
Posts: 20
Rep Power: 12
topsedar is on a distinguished road
Thanks Dear octavyo
Do you mean i should use Fortran subroutines ?

If yes, Could you plz introduce(send) me help of creating Fortran subroutines? and an sample of 2D profile That you created for modeling absorber tube for CSP?

and a general question:
in which domains should i active the Radiation Models?
(the following picture shows my domains)



did you suppose the glass as a gray material or not?
Have U tried to model an Ideal Vacuum Space between absorber tube and glass envelope or not? if yes, how???

Thanks in advance For your attention and help
topsedar is offline   Reply With Quote

Old   May 5, 2013, 07:30
Default
  #7
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
What is a PTC?
ghorrocks is offline   Reply With Quote

Old   May 5, 2013, 09:53
Default
  #8
New Member
 
Hossein
Join Date: Apr 2013
Posts: 20
Rep Power: 12
topsedar is on a distinguished road
PTC means parabolic trough collector ...
topsedar is offline   Reply With Quote

Old   May 6, 2013, 11:54
Default
  #9
New Member
 
Join Date: Oct 2010
Posts: 14
Rep Power: 15
octavyo is on a distinguished road
There is no need to use Fortran, an excel file is enough. In my model, I created 2D boundary energy sources on the surface of the glass vacuum jacket and the absorber tube to model the absorbed non-uniform solar heat flux. If you have the distribution data, you are able to enter the location and magnitude of the heat flux into CFX.

I never activated the radiation model, instead, I formulated the radiation heat transfer between the surfaces with net radiation method and modeled it by defining 3D energy sources within the solid domains, glass vacuum jacket and absorber tube. Because CFX does not allow radiation to escape from the boundary of the solid domain to the environment. In case of the solar receiver, some radiation emitted at the surface of the absorber tube escapes to the environment through the vacuum jacket. Moreover, CFX does not allow defining the radiative properties of a surface if the surface is opaque.

I implemented the gray-band approximation for radiative properties of the glass and absorber tube because radiative properties of the surfaces are heavily wavelength dependent.

In reality there is no absolute vacuum within the gap but very low pressure gas exists eg. 0.05 Pa. So I defined low pressure gas with very low conductivity for the vacuum.
latermary likes this.
octavyo is offline   Reply With Quote

Old   May 7, 2013, 17:28
Default
  #10
New Member
 
Hossein
Join Date: Apr 2013
Posts: 20
Rep Power: 12
topsedar is on a distinguished road
Quote:
Originally Posted by octavyo View Post
There is no need to use Fortran, an excel file is enough. In my model, I created 2D boundary energy sources on the surface of the glass vacuum jacket and the absorber tube to model the absorbed non-uniform solar heat flux. If you have the distribution data, you are able to enter the location and magnitude of the heat flux into CFX.

Yes It Really Works. Thanks For Your Help


Quote:
Originally Posted by octavyo View Post
I never activated the radiation model, instead, I formulated the radiation heat transfer .....
I implemented the gray-band approximation for radiative properties of the glass and absorber tube because ...

1- do you mean, you used Stephan Boltzmann equations?
coluld you plz Write an example expression?

2-IF you didn't active Radiation Model, I think there is no need to set Radiation Properties for glass and absorber tube .
What is necessity of this act?



Quote:
Originally Posted by octavyo View Post
In reality there is no absolute vacuum within the gap but very low pressure gas exists eg. 0.05 Pa. So I defined low pressure gas with very low conductivity for the vacuum.

I tired to set different pressure gas for vacuum domain but there is no difference between the results !!
any Idea? what is the reason?
topsedar is offline   Reply With Quote

Old   April 10, 2017, 16:57
Default
  #11
New Member
 
Join Date: Mar 2017
Posts: 5
Rep Power: 9
ِAbdullah is on a distinguished road
Dear all
Please how can I find the thermalboundary condition, non-uniform solar heat flux distribution around the absorber tube in parabolic solar concentrato to set as Boundary Condition in Ansys cfx. (If you have any tutorial )

Best regards,
ِAbdullah 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
vorticity boundary condition bearcharge Main CFD Forum 0 May 14, 2010 11:32
Boundary condition at the interface of two fluids bhaskar FLOW-3D 1 May 22, 2009 16:34
increasing mesh quality is leading to poor convergence tippo CFX 2 May 5, 2009 10:55
CFX Solver : Sudden crash Hervé CFX 2 June 16, 2008 06:40
Boundary conditions at Fluid Solid interface (CHT) michelle CFX 1 April 21, 2008 04:06


All times are GMT -4. The time now is 06:37.