|
[Sponsors] |
September 20, 2017, 11:17 |
Bug extracting field in parallel simulation?
|
#1 |
Senior Member
Join Date: Mar 2016
Location: Bergamo
Posts: 157
Rep Power: 10 |
Hello to all,
i'm simulating in parallel a flow in a rectangular cross section channel. I have to extract the outlet velocity profile and use it as inlet condition in another simulation. Unfortunately, when i pass the velocity profile, somethig worng happens in the reconstruction of the mesh, because the two profile are different. Here the passages of my simulation Code:
blockMesh decomposePar -force mpirun -np 30 pimpleFoam -parallel reconstructPar -latestTime Code:
functions { surfaceSampling { type surfaces; functionObjectLibs ("libsampling.so"); enabled true; outputControl onEnd; interpolationScheme cellPointFace; surfaceFormat foam; fields ( U ); surfaces ( outlet { type patch; patches ("outlet"); interpolate false; triangulate false; } ); } } Any idea to solve this problem? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Parallel simulation on STAR-CCM+ 11.06.010-R8 | Hosseinmgh_chemeng | Siemens | 1 | August 30, 2017 09:21 |
Explicitly filtered LES | saeedi | Main CFD Forum | 16 | October 14, 2015 12:58 |
running multiple parallel cases in openfoam slows the simulation | kkpal | OpenFOAM Running, Solving & CFD | 2 | August 21, 2015 12:08 |
Temperature field stops changing in transient simulation | Jeffzda | OpenFOAM Running, Solving & CFD | 1 | September 25, 2013 02:19 |
simulation of plasma field | Ralf Schmidt | FLUENT | 6 | September 15, 2005 13:25 |