CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Keyword PISO is undefined in dictionary

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 30, 2018, 10:58
Default Keyword PISO is undefined in dictionary
  #1
New Member
 
Lukas
Join Date: Nov 2018
Posts: 4
Rep Power: 8
marf is on a distinguished road
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
marf is offline   Reply With Quote

Old   November 30, 2018, 12:01
Default
  #2
Senior Member
 
anonymous
Join Date: Jan 2016
Posts: 416
Rep Power: 14
simrego is on a distinguished road
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;
}
simrego is offline   Reply With Quote

Reply

Tags
piso


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 14:56.