|
[Sponsors] |
Checking whether a node belongs to wall boundary(HEATFLUX_BC).!) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 5, 2015, 05:13 |
Checking whether a node belongs to wall boundary(HEATFLUX_BC).!)
|
#1 |
Senior Member
Vino
Join Date: Mar 2013
Posts: 130
Rep Power: 13 |
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.!!! |
|
January 5, 2015, 15:40 |
|
#2 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
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 |
|
January 7, 2015, 11:32 |
|
#3 |
Senior Member
Vino
Join Date: Mar 2013
Posts: 130
Rep Power: 13 |
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. |
|
January 16, 2015, 04:11 |
|
#4 |
Super Moderator
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Difficulty In Setting Boundary Conditions | Moinul Haque | CFX | 4 | November 25, 2014 18:30 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
UDF for wall slipping | HFLUENT | Fluent UDF and Scheme Programming | 0 | April 27, 2011 13:03 |
OpenFOAM 1.7.1 installation problem on OpenSUSE 11.3 | flakid | OpenFOAM Installation | 16 | December 28, 2010 09:48 |
critical error during installation of openfoam | Fabio88 | OpenFOAM Installation | 21 | June 2, 2010 04:01 |