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

Error when post-processing turboPassageRotating2D

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 1, 2013, 03:09
Angry Error when post-processing turboPassageRotating2D
  #1
New Member
 
Minh-VietNam
Join Date: Oct 2013
Posts: 7
Rep Power: 12
mingbn is on a distinguished road
Hi. Everybody.
I'm a new openFoam user. so i can not launch this case. I don't know how to fix the error. Can you help please.
This is case (case of an master thesis which downloaded from web http://www.tfd.chalmers.se/~hani/kurser/OS_CFD/)
thanks a lot!
======
This is error:
--> FOAM FATAL IO ERROR:

Cannot find 'value' entry on patch rotor_cyclic_upper of field p in file "/home/minh/Desktop/turboPassageRotating2D/0/p"
which is required to set the values of the generic patch field.
(Actual type cyclicGgi)

Please add the 'value' entry to the write function of the user-defined boundary-condition


file: /home/minh/Desktop/turboPassageRotating2D/0/p.boundaryField.rotor_cyclic_upper from line 43 to line 43.

From function genericFvPatchField<Type>::genericFvPatchField(con st fvPatch&, const Field<Type>&, const dictionary&)
in file genericFvPatchField/genericFvPatchField.C at line 71.

FOAM exiting

+++
Please show to me, thankS!
mingbn is offline   Reply With Quote

Old   November 4, 2013, 04:18
Default
  #2
Senior Member
 
Artur's Avatar
 
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 19
Artur will become famous soon enough
Can you post the pressure boundary condition file of your case (since that's where the problem is occurring)?

As a side note, I think the title of your post is a bit misleading.

All the best,

A
Artur is offline   Reply With Quote

Old   November 4, 2013, 05:13
Angry turboPassageRotating2d
  #3
New Member
 
Minh-VietNam
Join Date: Oct 2013
Posts: 7
Rep Power: 12
mingbn is on a distinguished road
Quote:
Originally Posted by Artur View Post
Can you post the pressure boundary condition file of your case (since that's where the problem is occurring)?

As a side note, I think the title of your post is a bit misleading.

All the best,

A
ThankS.
This is my pressure boundary condition.
****
dimensions [ 0 2 -2 0 0 0 0 ];

internalField uniform 0;

boundaryField
{
inlet
{
type zeroGradient;
}
outlet
{
type fixedValue;
value uniform 0;
}
fixedWalls
{
type zeroGradient;
}
movingwalls
{
type zeroGradient;
}
rotor_cyclic_upper
{
type cyclicGgi;
}
rotor_cyclic_lower
{
type cyclicGgi
;
}
stator_cyclics_half0
{
type cyclic;
}
interface1
{
type overlapGgi;
}
interface2
{
type overlapGgi;
}
stator_cyclics_half1
{
type cyclic;
}
}

***
Attached Files
File Type: zip turboPassageRotating2D.zip (8.9 KB, 3 views)

Last edited by mingbn; November 4, 2013 at 05:22. Reason: attact file
mingbn is offline   Reply With Quote

Old   November 4, 2013, 06:08
Default
  #4
Senior Member
 
Artur's Avatar
 
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 19
Artur will become famous soon enough
Alright, I think you're using an older version of FOAM since you have "GGI" instead of "AMI", am I right? If yes then I cannot help you since I've only used 2.x and above for sliding meshes. Nonetheless, this is how I define the AMI pressure BC in 2.1.x and 2.2.x and it works:

Code:
AMI1
    {
        type            cyclicAMI;
        value           uniform 0;
    }
Maybe check the tutorials/incompressible/pimpleDyMFoam tutorials for the version you are using. There should be either a mixerVessl or propeller which use AMI or GGI.

Good luck,

A
Artur is offline   Reply With Quote

Old   November 4, 2013, 22:48
Smile
  #5
New Member
 
Minh-VietNam
Join Date: Oct 2013
Posts: 7
Rep Power: 12
mingbn is on a distinguished road
Quote:
Originally Posted by Artur View Post
Alright, I think you're using an older version of FOAM since you have "GGI" instead of "AMI", am I right? If yes then I cannot help you since I've only used 2.x and above for sliding meshes. Nonetheless, this is how I define the AMI pressure BC in 2.1.x and 2.2.x and it works:

Code:
AMI1
    {
        type            cyclicAMI;
        value           uniform 0;
    }
Maybe check the tutorials/incompressible/pimpleDyMFoam tutorials for the version you are using. There should be either a mixerVessl or propeller which use AMI or GGI.

Good luck,

A
Thank you very much for your help.
I am using OpenFoam 2.2.1. I wil try following your advive.
mingbn is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
post processing for CEL expressions Niru CFX 0 May 10, 2013 13:13
Automated post processing using CFD Post shreyasr ANSYS 0 January 28, 2013 06:21
CFD post processing techniques & streamlining klk Main CFD Forum 0 October 19, 2010 07:37
fluent for post processing James FLUENT 0 April 21, 2006 04:43
post processing in CFD MANISH BHARGAVA Main CFD Forum 0 October 17, 1998 20:51


All times are GMT -4. The time now is 18:06.