|
[Sponsors] |
[OpenFOAM.com] complile v2006 with runTimePostProcessing functionality |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 18, 2020, 01:30 |
complile v2006 with runTimePostProcessing functionality
|
#1 |
Senior Member
|
A runTimePostProcessing functionality is not available in precompiled packages of v1912 and v2006.
With OpenFOAM v1912 I successfully compiled the source code and the functionality works perfectly. What I did is here. [OS: Ubuntu 18.04] I tried to compile v2006 with the same way as v1912. Compilation itself was finished without an error. However, the runTimePostProcessing function is not usable. What I did is explained in this link. [OS: Ubuntu 18.04] The compilation creates the following three files for runTimePostProcessing library. Code:
librunTimePostProcessing.so librunTimePostProcessing.so.8 librunTimePostProcessing.so.8.2.0 With v2006, these files are stored in the one more deep depth directory `$WM_PROJECT_DIR/platforms/linux64GccDPInt32Opt/lib/lib`. There is an additional `lib`. If I manually copy the three files into `$WM_PROJECT_DIR/platforms/linux64GccDPInt32Opt/lib`, runTimePostProcessing function works perfectly. I would appreciate any advice to correctly compile the source code of v2006 with runTimePostProcess functionality enabled. With v2006, `$WM_PROJECT_DIR/platforms/linux64GccDPInt32Opt/lib/lib`directories contains many files. I'm not sure these libraries works or not. Last edited by snak; July 18, 2020 at 06:38. Reason: Added OS info |
|
July 24, 2020, 08:05 |
|
#2 |
Senior Member
|
This problem is caused by "dash" used in Ubuntu. There are some related issues and solutions.
https://develop.openfoam.com/Develop.../-/issues/1782 https://develop.openfoam.com/Develop.../-/issues/1757 https://develop.openfoam.com/Develop.../-/issues/1541 https://develop.openfoam.com/Develop...on/-/issues/48 https://stackoverflow.com/questions/...m-makeparaview |
|
August 1, 2020, 09:08 |
|
#3 |
Senior Member
|
Developers debugged the code with this commit.
https://develop.openfoam.com/modules...645ef0ffc90272 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[General] Paraview crashes using "Find Data" functionality | Turbine | ParaView | 3 | May 6, 2020 23:40 |
Multiphase ramping functionality | sita | OpenFOAM Running, Solving & CFD | 7 | September 18, 2019 14:03 |
face functionality for a DynamicList | tomislav_maric | OpenFOAM Programming & Development | 2 | November 30, 2011 19:04 |
Preview of Coming Equation Writing Functionality | Peter | Main CFD Forum | 0 | February 14, 2009 16:14 |
Does anybody use Commander with V3.6.1 or V2006? | Dave | Phoenics | 0 | February 9, 2007 14:48 |