|
[Sponsors] |
November 30, 2018, 10:58 |
Keyword PISO is undefined in dictionary
|
#1 |
New Member
Lukas
Join Date: Nov 2018
Posts: 4
Rep Power: 8 |
Hey Guys,
trying to run a simulation i get a fatal IO Error: /*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*---------------------------------------------------------------------------*/ Build : 6-1a0c91b3baa8 Exec : icoFoam Date : Nov 30 2018 Time : 15:48:08 Host : "lukas-Laptop" PID : 3526 I/O : uncollated Case : /home/lukas/Documents/Bachelorarbeit/Testfall_500W_vorgeheizt_50Prozent_Leistung_1 nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10) allowSystemOperations : Allowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 --> FOAM FATAL IO ERROR: keyword PISO is undefined in dictionary "/home/lukas/Documents/Bachelorarbeit/Testfall_500W_vorgeheizt_50Prozent_Leistung_1/system/fvSolution" file: /home/lukas/Documents/Bachelorarbeit/Testfall_500W_vorgeheizt_50Prozent_Leistung_1/system/fvSolution from line 22 to line 147. From function const Foam::dictionary& Foam::dictionary::subDict(const Foam::word&) const in file db/dictionary/dictionary.C at line 701. FOAM exiting It's a simulation that should be working, but i don't have any Idea what is wrong. In fvSolution there is nothing defined as PISO, but i don't know how i would define it. Does somebody know how to handle this? Greetings Marf |
|
November 30, 2018, 12:01 |
|
#2 |
Senior Member
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14 |
Hi!
You can find examples in the tutorials dict. Add this to the fvSolution file and correct for your needs: Code:
PISO { nCorrectors 2; nNonOrthogonalCorrectors 2; pRefCell 0; pRefValue 0; } |
|
Tags |
piso |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LEMOS InflowGenerator | r_gordon | OpenFOAM Running, Solving & CFD | 103 | December 18, 2018 01:58 |
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 |