|
[Sponsors] |
Looking for OpenFOAM solver suggestions for solar pond modelling |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 12, 2018, 10:23 |
|
#21 |
Member
PATRICIA NAKANWAGI
Join Date: May 2017
Posts: 47
Rep Power: 9 |
The main source code is as attached
|
|
June 12, 2018, 13:03 |
|
#22 |
Senior Member
|
Hi,
Implementation depends on mathematical model. Right now it is not quite clear: - Why convection terms are missing in temperature and mass transfer equations. - Why mass transfer is outside of PIMPLE loop. - You update kinematic density after solution of temperature equation, yet, since you have added mass transfer, kinematic density also depends on salt concentration. - Do you have evaporation model? Is it just temperature dependent mass flux at the top of something more complicated? - Since you would like to model lining layers, maybe you should consider modifying one of CHT family solvers, this allows you to have detailed description of heat transfer in the bottom area, also lining material is solid, you need only heat transfer there. |
|
July 24, 2022, 14:42 |
|
#23 | |
Member
Michael Jensen
Join Date: May 2022
Posts: 36
Rep Power: 4 |
Quote:
To clarify, for anybody who isn't already aware, there are two different "branches" of openfoam: openfoam.org, and openfoam.com. This is documented, but you'll only find that documentation if you know to look for it. I didn't. I had to get tipped off when I asked a question. Not only is openfoam incompatible between releases of the same branch, it's (even more?) incompatible between branches. If you research the release histories of both, you will find that alexeym is using .org . At least for his example here. Other tutorials I've found that are helpful use .com . I've heard it said that the recommendation is for users generally to familiarize themselves with both, then.. well, then it seems to me that you've graduated to developer, since you might want to combine features implemented separately in both. Anyway, this is .org . Thank's for the tutorial aleseym! |
||
July 27, 2022, 21:49 |
|
#24 | |
Member
Michael Jensen
Join Date: May 2022
Posts: 36
Rep Power: 4 |
Quote:
I have now tried to run the solar-pond. I get the following error in the log: Code:
/usr/bin/buoyantBoussinesqPimpleFoam: symbol lookup error: /lib/libsolidSpecie.so: undefined symbol: _ZN4Foam8fileName20allowSpaceInFileNameE ..could this be a compatibility issue? or do I need to re-compile libraries..? (I've been looking at this: symbol lookup error).. I'm using openfoam-9.. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
why the solver reject it? Anyone with experience? | bearcat | CFX | 6 | April 28, 2008 15:08 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |
CFX 5.5 | Roued | CFX | 1 | October 2, 2001 17:49 |
Setting a B.C using UserFortran in 4.3 | tokai | CFX | 10 | July 17, 2001 17:25 |