|
[Sponsors] |
libsampling.o does not sample surfaces when in parallel using foam-extend. Bug? |
![]() |
|
LinkBack | Thread Tools | Display Modes |
![]() |
![]() |
#1 |
Senior Member
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 111
Rep Power: 7 ![]() |
So, I've been trying to extract some surfaces on runtime using a solver I have developed for foam-extend 4.0. The usual way is:
Code:
functions { // ... other function objects sampledSurface { functionObjectLibs ( "libsampling.so" ); type surfaces; outputControl timeStep; outputInterval 1; enabled true; surfaceFormat foamFile; interpolationScheme none; interpolate false; triangulate false; fields ( U ); surfaces ( inlet { type patch; patchName inout1; } ); } }; |
|
![]() |
![]() |
![]() |
![]() |
#2 |
New Member
Ashvin Chaudhari
Join Date: Aug 2011
Location: Finland
Posts: 23
Rep Power: 8 ![]() |
Hi Santiago,
I found the same problem in OF 2.2. Have you come up with any solution? |
|
![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 111
Rep Power: 7 ![]() |
Yes and no, I changed the surfaceFormat to 'raw' and it worked in parallel. I'd like to report this bug, but I haven't had the time to do so.
Sent from my Lenovo A5000 using CFD Online Forum mobile app |
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Errors during blockMesh meshing | Madeleine P. Vincent | OpenFOAM Native Meshers: blockMesh | 51 | May 30, 2016 10:51 |
Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
channelFoam for a 3D pipe | AlmostSurelyRob | OpenFOAM | 3 | June 24, 2011 13:06 |
Import problem | ARC | Open Source Meshers: Gmsh, Netgen, CGNS, ... | 0 | February 27, 2010 11:56 |
Parallel FOAM FATAL IO ERROR | msrinath80 | OpenFOAM Running, Solving & CFD | 1 | July 28, 2006 12:48 |