|
[Sponsors] |
running cylinder tutorial of reactingParcelFilmFoam in parallel |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 9, 2015, 06:39 |
running cylinder tutorial of reactingParcelFilmFoam in parallel
|
#1 |
New Member
Bernhard Peters
Join Date: Jan 2013
Posts: 4
Rep Power: 13 |
Dear all,
I have taken the cylinder tutorial of reactingParcelFilmFoam and ran it sequentially and no problems. Then I did decomposePar for running it on 2 processors. Parallel run started and stopped then with the following error message from each procesor: [0] [0] [0] --> FOAM FATAL ERROR: [0] Cannot find file "points" in directory "wallFilmRegion/polyMesh" in times 0 down to constant [0] [0] From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&) [0] in file db/Time/findInstance.C at line 188. [0] FOAM parallel run exiting I cannot make any sense out of this message and the usual tricks do not work. Anybody having a similar experience and better a solution. Thanks. |
|
March 26, 2016, 21:07 |
reactingParcelFilmFoam in parallel
|
#2 |
Member
Andrew Eisenhawer
Join Date: Nov 2012
Location: Alberta, Canada
Posts: 35
Rep Power: 14 |
This solver uses two meshes: one for the (single phase) bulk flow regime and one for the wall film. The mesh for the air space is what is decomposed with decomposePar. To decompose the mesh for the wall region as well, you first need to run
decomposePar -region wallFilmRegion See the Allrun-parallel script in the HotBox tutorial. The "wallFilmRegion" mesh is extruded from the original mesh. Last edited by aee; April 7, 2016 at 10:22. |
|
May 7, 2018, 14:34 |
reactingParcelFilmFoam
|
#3 |
New Member
Nilay Kulkarni
Join Date: May 2018
Posts: 24
Rep Power: 8 |
I want to run a simulation for a complex geometry with a very thin film on the surface. Is there a way to introduce the thin film over a custom surface and solve it as a 3D problem? If so, can we increase the number of elements in the thin film region?
The OpenFoam version I'm using is 17.10 Thank you. Last edited by neilk; May 7, 2018 at 16:05. |
|
March 11, 2020, 02:26 |
|
#4 |
New Member
Join Date: Feb 2020
Posts: 4
Rep Power: 6 |
the wall film mesh means that there is another set of equations for the film?
if so ,how can i modify it to fit in my case? ps: i want to modify a new mass transfer model with the film model |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SU2 Tutorial 2 Parallel Computation | CrashLaker | SU2 | 7 | April 5, 2014 17:14 |
Something weird encountered when running OpenFOAM in parallel on multiple nodes | xpqiu | OpenFOAM Running, Solving & CFD | 2 | May 2, 2013 05:59 |
parallel running openFoam-1.5-dev | lulo | OpenFOAM | 3 | October 3, 2011 12:42 |
Running PimpleDyMFoam in parallel | paul b | OpenFOAM Running, Solving & CFD | 8 | April 20, 2011 06:21 |
Drag on non-infinite cylinder between parallel walls | deltaquattro | Main CFD Forum | 0 | September 10, 2009 14:01 |