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

Piso /transient does not work

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 22, 2011, 04:25
Default Piso /transient does not work
  #1
New Member
 
Miriam
Join Date: Feb 2011
Location: Germany
Posts: 7
Rep Power: 15
aan555 is on a distinguished road
Hello OpenFoamers,

Iam calculating a 3D unstructed mesh. The solver runs through, if I calculate steady state. Now i´ve tried to switch it to Piso and changed the ControlDict file like below:

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

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application pisoFoam;

startFrom startTime;

startTime 0;

stopAt endTime;

deltaT 0.005;

endTime 300;

writeControl timeStep;

writeInterval 100;

purgeWrite 1;

writeFormat ascii;

writePrecision 6;

writeCompression uncompressed;

timeFormat general;

timePrecision 6;

runTimeModifiable yes;

adjustTimeStep yes;

maxCo 0.2;

maxDeltaT 1;

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

One Question is:
1) Do I need a moving wall if my contolvolume is already initialised with a velocity?
and i get with piso now the following error message:

Fatal error: face xy area does not match neighbour by 200% -- possible face ordering problem.

i tried to find a solution here, but the threads didnt help me

2) Has someone a hint what the problem could be?

Iam pleased about every opinion and thx for now!

Miriam
aan555 is offline   Reply With Quote

Old   November 22, 2011, 04:38
Default
  #2
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
it doesn't seem about solver problem! it is about mesh!
do you use the same mesh with other solvers????
could you please upload your mesh
nimasam is offline   Reply With Quote

Old   November 22, 2011, 04:51
Default
  #3
New Member
 
Miriam
Join Date: Feb 2011
Location: Germany
Posts: 7
Rep Power: 15
aan555 is on a distinguished road
i use exactly the same mesh, i used before, i already get a solution with this mesh, but with steady state.
what file do you want to see, if you wanna see the mesh?

Last edited by aan555; November 22, 2011 at 05:31.
aan555 is offline   Reply With Quote

Old   November 22, 2011, 07:45
Default Mesh
  #4
New Member
 
Martin Holecek
Join Date: Nov 2011
Location: Prague
Posts: 21
Rep Power: 14
darai is on a distinguished road
To post the mesh you should probably zip the whole constant/polyMesh subdirectory... if it isn't too large.
darai is offline   Reply With Quote

Old   November 24, 2011, 09:13
Default
  #5
New Member
 
Miriam
Join Date: Feb 2011
Location: Germany
Posts: 7
Rep Power: 15
aan555 is on a distinguished road
sorry, its not possible to upload my mesh. Could you please give me some hints youre looking especially at, when youre using the PISO Solver?

Thanks!
aan555 is offline   Reply With Quote

Old   November 25, 2011, 02:51
Default
  #6
Senior Member
 
Christian Lucas
Join Date: Aug 2009
Location: Braunschweig, Germany
Posts: 202
Rep Power: 17
Chris Lucas is on a distinguished road
Hi,

could you upload the checkMesh result. What steady state and what transient solver do you use. Could you upload the fvSolution and fvScheme files for both cases

Best Regards,
Christian
Chris Lucas is offline   Reply With Quote

Old   November 29, 2011, 16:41
Default
  #7
Member
 
wided
Join Date: Jul 2010
Posts: 54
Rep Power: 15
wiedangel is on a distinguished road
Quote:
Originally Posted by aan555 View Post

Fatal error: face xy area does not match neighbour by 200% -- possible face ordering problem.

i think the problem with "Fatal error: face xy area does not match neighbour by 200% -- possible face ordering problem." comes from the cyclic boundary conditions being applied, if it is the case just increase the tolerance in the file constant/polymesh/boundary where your cyclic patch is. I hope it will help

Which time scheme did you use with piso?
wiedangel is offline   Reply With Quote

Old   November 30, 2011, 05:12
Default
  #8
New Member
 
Miriam
Join Date: Feb 2011
Location: Germany
Posts: 7
Rep Power: 15
aan555 is on a distinguished road
I used Euler for the time scheme.
You were right, the problem were a mesh with a bad resolution at a cyclic patch. Well, i solved that with a new mesh, but now i got a new error message, which i dont understand:

incorrect first token, expected '(', found on line x the punctation token ')'
From function operator>>(Istream&, List<T>&)
in file .../ListIO.C

i just put it in here, maybe some know where that come from?

Thx!
aan555 is offline   Reply With Quote

Old   November 30, 2011, 05:35
Default
  #9
Member
 
wided
Join Date: Jul 2010
Posts: 54
Rep Power: 15
wiedangel is on a distinguished road
Quote:
Originally Posted by aan555 View Post
I used Euler for the time scheme.
You were right, the problem were a mesh with a bad resolution at a cyclic patch. Well, i solved that with a new mesh, but now i got a new error message, which i dont understand:

incorrect first token, expected '(', found on line x the punctation token ')'
From function operator>>(Istream&, List<T>&)
in file .../ListIO.C

i just put it in here, maybe some know where that come from?

Thx!
when do you get this error? when you execute blockMesh or the solver?
wiedangel is offline   Reply With Quote

Old   November 30, 2011, 05:41
Default
  #10
New Member
 
Miriam
Join Date: Feb 2011
Location: Germany
Posts: 7
Rep Power: 15
aan555 is on a distinguished road
when i excecute the solver
aan555 is offline   Reply With Quote

Reply


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
SIMPLEC vs. PISO Andreas Abdon CFX 4 October 12, 2009 01:49
SIMPLE and PISO Aditya Main CFD Forum 5 April 1, 2006 18:52
Please Answer (PISO) benedikt flurl Main CFD Forum 2 May 14, 2005 03:12
Why do the Plant library cases don't work? Alumna Phoenics 6 June 22, 2004 12:08
why my In-Form doesn't work? green Phoenics 2 May 27, 2004 21:03


All times are GMT -4. The time now is 19:54.