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

Checking whether a node belongs to wall boundary(HEATFLUX_BC).!)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 5, 2015, 04:13
Smile Checking whether a node belongs to wall boundary(HEATFLUX_BC).!)
  #1
Senior Member
 
Vino
Join Date: Mar 2013
Posts: 130
Rep Power: 13
Vino is on a distinguished road
Hi,

I would like to do some corrections in wall boundary (no-slip) . Is there any way to identify whether a node is from wall boundary(HEATFLUX_BC)?

I tried the following.

bool boundary = geometry->node[iPoint]->GetPhysicalBoundary();

but it checks for all the boundaries. Is there any specific way to check for only wall boundaries.

Thanks.!!!
Vino is offline   Reply With Quote

Old   January 5, 2015, 14:40
Default
  #2
Super Moderator
 
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14
economon is on a distinguished road
Dear Vino,

Although we don't use it very often, please try the following to search for solid wall boundaries (Euler, isothermal, heat flux):

bool boundary = geometry->node[iPoint]->GetSolidBoundary();

Hope this helps,

Thomas D. Economon
SU2 lead developer
economon is offline   Reply With Quote

Old   January 7, 2015, 10:32
Default
  #3
Senior Member
 
Vino
Join Date: Mar 2013
Posts: 130
Rep Power: 13
Vino is on a distinguished road
Thanks for you reply.

I tried the option: bool boundary = geometry->node[iPoint]->GetSolidBoundary();

I found it is not detecting any boundaries including EULER, HEATFLUX and ISOTHERMAL WALL.

I suspect there may be a bug in this. Can you tell me whether this function ( GetSolidBoundary() ) anywhere used in the code.

Thank you.
Vino is offline   Reply With Quote

Old   January 16, 2015, 03:11
Default
  #4
Super Moderator
 
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14
economon is on a distinguished road
Hi,

Can you please try this again with the 'develop' branch (the most recent developer version of the code)? I think that a fix for this was recently applied: https://github.com/su2code/SU2/tree/develop.

Cheers,

Thomas D. Economon
SU2 lead developer
economon 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
Difficulty In Setting Boundary Conditions Moinul Haque CFX 4 November 25, 2014 17:30
Radiation interface hinca CFX 15 January 26, 2014 17:11
UDF for wall slipping HFLUENT Fluent UDF and Scheme Programming 0 April 27, 2011 12:03
OpenFOAM 1.7.1 installation problem on OpenSUSE 11.3 flakid OpenFOAM Installation 16 December 28, 2010 08:48
critical error during installation of openfoam Fabio88 OpenFOAM Installation 21 June 2, 2010 03:01


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