|
[Sponsors] |
September 5, 2006, 10:57 |
Hi there,
Inside our resear
|
#1 |
New Member
Juan Fernando Duque Lombana.
Join Date: Mar 2009
Posts: 14
Rep Power: 17 |
Hi there,
Inside our research group we're currently writing a paper related to buoyancy topícs. To solve some examples, we've been using buoyantFoam, obtaining both satisfactory and interesting results. We're interested on the set of equations that the solver uses to solve the problem, does anyone has that information? it will be very usefull for us. Thanks in advance, |
|
September 5, 2006, 15:56 |
Have you looked in the source
|
#2 |
Member
Ola Widlund
Join Date: Mar 2009
Location: Sweden
Posts: 87
Rep Power: 17 |
Have you looked in the source code? It's certainly the easiest way, it's probably only a page long.
/Ola |
|
September 5, 2006, 16:17 |
yes... we have, but we found i
|
#3 |
New Member
Juan Fernando Duque Lombana.
Join Date: Mar 2009
Posts: 14
Rep Power: 17 |
yes... we have, but we found it a little hard to understand, because we're really newbies into openFoam and we don't know most of the syntaxis...+ everything is dispersed into different header files, so tracking what goes with what is kinda difficult... that's why we asked, perhaps somebody has got that info!
Thanks Ola! |
|
September 6, 2006, 11:19 |
I know what you mean I feel th
|
#4 |
Senior Member
Billy
Join Date: Mar 2009
Posts: 167
Rep Power: 17 |
I know what you mean I feel the sameway. But I don't know of the existance of a document like in Latex or pdf with the equations and algorithms used in each solver.
|
|
September 7, 2006, 10:11 |
I began by looking into a lot
|
#5 |
Guest
Posts: n/a
|
I began by looking into a lot of cpp and header files, but got really tired of it. Then I compiled it with full-debug option turned on and now I can debug the code so it automatically switches source code files.
Something like here: http://www.cfd-online.com/cgi-bin/Op...=9826#POST9826 This data-hiding feature of cpp with private data in classes is though bugging me as I'm more used to C-programs. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How creating new thermo physical model | weiste01 | OpenFOAM Programming & Development | 11 | May 8, 2020 16:08 |
Viscous resistance coefficient in physical v-model | AL | FLUENT | 0 | December 15, 2008 15:52 |
physical model with cfd | Beno | Main CFD Forum | 0 | August 30, 2004 07:06 |
non-physical production of k, k-w turbulence model | David Garrido | Main CFD Forum | 9 | September 17, 1999 16:47 |