|
[Sponsors] |
October 5, 2018, 14:51 |
OF v1612+ scalarTransport
|
#1 |
New Member
B. Assaad
Join Date: Sep 2014
Posts: 14
Rep Power: 12 |
Hello,
I'm trying to get the correct Tracer file for my model properly defined in 'controlDict' but the model does NOT run in parallel when using 16 processors for OF v1612+. The model I received was written for OF v1606+ and it is running properly when using 'mpirun -np 8 buoyantBoussinesqSimpleFoam -parallel >> buoyantBoussSimpleFoam20.log' on OFv1606+ This is the tracer definition as written in OF v1606+ Code:
SPLC_Tracer { type scalarTransport; functionObjectLibs ("libutilityFunctionObjects.so"); writeControl outputTime; writeInterval 8; active true; autoSchemes false; nCorr 0; resetOnStartUp false; fvOptions { } } Code:
SPLC_Tracer { type scalarTransport; libs ("libsolverFunctionObjects.so"); field SPLC_Tracer; writeControl outputTime; writeInterval 8; active true; autoSchemes false; nCorr 0; resetOnStartUp false; fvOptions { } } This is the error seen on my linux terminal screen: Code:
[2] --> FOAM FATAL IO ERROR: [2] cannot find file [2] [2] file: /Projects/2018_10_03/RUN2_RMR/processor2/24/SPLC_Tracer at line 0. [2] [2] From function regIOobject::readStream() [2] in file db/regIOobject/regIOobjectRead.C at line 237. [2] FOAM parallel run exiting [2] [linux-n2:13111] 15 more processes have sent help message help-mpi-api.txt / mpi-abort [linux-n2:13111] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages Do you know what do i need to do to overcome this issue and properly run my tracer in OF v1612+? I've also attached the .log file. Please help! Last edited by bassaad17; October 5, 2018 at 16:27. Reason: included error message |
|
October 8, 2018, 09:05 |
|
#2 | |
Senior Member
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 12 |
Quote:
__________________
If you liked my answer to your question, please consider leaving a "Like" in return |
||
Tags |
controldict, openfoam, tracer, v1606+, v1612+ |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
interFoam and scalarTransport function object with fvOptions sources | fusij | OpenFOAM Running, Solving & CFD | 4 | April 18, 2022 08:12 |
functionObject scalarTransport searches File s | fanta | OpenFOAM Running, Solving & CFD | 0 | September 4, 2017 04:01 |
scalarTransport | pez | OpenFOAM Post-Processing | 5 | March 29, 2016 11:49 |
fvOptions scalarTransport utility | matthew.legg | OpenFOAM Post-Processing | 16 | April 14, 2015 13:23 |
Regarding the adaptation of scalarTransport Foam as well as general openFOAM logic. | HFonten1 | OpenFOAM | 0 | August 10, 2010 14:05 |