CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

pitzdaily error missing p

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   March 20, 2018, 13:02
Default pitzdaily error missing p
  #1
New Member
 
Johnny
Join Date: Mar 2018
Posts: 12
Rep Power: 8
barracuda is on a distinguished road
Hi, I am following video tutorial https://www.youtube.com/watch?v=BG-dkp7z1fI

pitzdaily case.

See 6:24

Error:
Unable to set reference cell for field p
Please supply either pRefCell or pRefPoint

Why is this needed? It is not in the tutorial.

I have noticed there exists a topic about similar problem, but not with pitzdaily and they did not mention what exactly they changed in the fvSolution.

Just a moment, I will send the code.

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

solvers
{
p
{
solver GAMG;
tolerance 1e-08;
relTol 0.1;
smoother GaussSeidel;
}

"(U|k|epsilon|omega|f|v2)"
{
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-08;
relTol 0.1;
}
}

SIMPLE
{
nNonOrthogonalCorrectors 0;
consistent yes;

residualControl
{
p 1e-6;
U 1e-6;
"(k|epsilon|omega|f|v2)" 1e-3;
}
}

relaxationFactors
{
equations
{
U 0.7; // 0.9 is more stable but 0.95 more convergent
".*" 0.3; // 0.9 is more stable but 0.95 more convergent
}
}


// ************************************************** *********************** //
barracuda is offline   Reply With Quote

 


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
pitzDaily validation laurentD OpenFOAM Running, Solving & CFD 3 June 2, 2020 04:11
Problem in 3D extension of pitzDaily yfjok22 OpenFOAM Running, Solving & CFD 1 October 19, 2016 11:39
[Other] Error during PitzDaily case harsha_kulkarni OpenFOAM Meshing & Mesh Conversion 2 April 12, 2014 02:12
icoFoam crashed (pitzDaily laminar) RTom OpenFOAM Running, Solving & CFD 0 January 5, 2014 14:36
Pressure problem in pitzDaily pisoFoam LES fluentfreak OpenFOAM Running, Solving & CFD 0 April 18, 2012 18:13


All times are GMT -4. The time now is 09:36.