|
[Sponsors] |
April 10, 2024, 23:07 |
Codes about Boundary conditions
|
#1 |
Member
AN
Join Date: Jan 2024
Posts: 44
Rep Power: 2 |
Hello, everyone.
I've been reading SU2 code for a long time, but I still don't understand how the boundary conditions are imposed. For example, the far field boundary, in the BC_Farfield function, it also calculates the convection flux and the viscous flux at some interface. It does not seem to take a direct assignment or interpolation method, the boundary vertexes are treated somewhat similar to the internal grids. I guess it uses ghost points to build boundary elements, right? Is there any reference to the vertex-based FVM for treating boundary conditions? Thanks for any kind reply! |
|
April 11, 2024, 03:06 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 676
Rep Power: 21 |
Yes, we use ghost points, here is some explanation:
https://web.stanford.edu/group/frg/c...-AA214-Ch8.pdf I do not know of a CFD book that clearly explains the weak vs strong boundary conditions. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for Automatic Solution Initialization for previous case data file | gartz89 | Fluent UDF and Scheme Programming | 6 | March 30, 2020 08:38 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Problem with SIMPLEC-like finite volume channel flow boundary conditions | ghobold | Main CFD Forum | 3 | June 15, 2015 12:14 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |