|
[Sponsors] |
Error: keyword gradient is undefined in dictionary ? (pimpleFoam) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 18, 2015, 18:13 |
Error: keyword gradient is undefined in dictionary ? (pimpleFoam)
|
#1 |
Member
Daniel
Join Date: Jun 2014
Posts: 60
Rep Power: 12 |
Hello,
I am running a pipe flow simulation with cyclic boundary conditions in parallel using the pimpleFoam solver in OpenFOAM-2.2.x. After it reached 0.06 seconds of CPU time I used 'reconstructPar -latestTime' to reconstruct the parallel results. When it restarted the simulation from 0.06 seconds I got the following error: Code:
[0] --> FOAM FATAL IO ERROR: [0] keyword gradient is undefined in dictionary "/scratch/carter/d/Daniel/all_walls_10D_duct_target_pipe_LES/processor0/0.06/uniform/momentumSourceProperties" [0] [0] file: /scratch/carter/h/hlalit/all_walls_10D_duct_target_pipe_LES/processor0/0.06/uniform/momentumSourceProperties [0] [0] From function dictionary::lookupEntry(const word&, bool, bool) const [0] in file db/dictionary/dictionary.C at line 422. [0] FOAM parallel run exiting Code:
U: internalField nonuniform List<vector> ( ........................ ........................ ); boundaryField { Inlet { type cyclic; } Outlet { type cyclic; } Side { type fixedValue; value uniform (0 0 0); } } P: internalField nonuniform List<vector> ( ........................ ........................ ); boundaryField { Inlet { type cyclic; } Outlet { type cyclic; } Side { type zeroGradient; } } nuSgs: internalField nonuniform List<vector> ( ........................ ........................ ); boundaryField { Inlet { type cyclic; } Outlet { type cyclic; } Side { type zeroGradient; } } Thanks! |
|
February 19, 2015, 03:31 |
|
#2 |
Senior Member
|
Hi,
According to http://www.openfoam.org/mantisbt/view.php?id=922 it was resolved by commit 4046562d705c527e2e6f6eebc16c459e151215c7. |
|
February 19, 2015, 12:12 |
|
#3 |
Member
Daniel
Join Date: Jun 2014
Posts: 60
Rep Power: 12 |
Thanks so much for your reply Alexeym
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Second Derivative Zero - Boundary Condition | fu-ki-pa | OpenFOAM | 11 | March 27, 2021 05:28 |
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 | Attesz | OpenFOAM Installation | 45 | January 13, 2012 13:38 |
OpenFOAM on MinGW crosscompiler hosted on Linux | allenzhao | OpenFOAM Installation | 127 | January 30, 2009 20:08 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
G95 + CGNS | Bruno | Main CFD Forum | 1 | January 30, 2007 01:34 |