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

Some errors occurred in my work. Somebody can help me?

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 18, 2011, 13:07
Default Some errors occurred in my work. Somebody can help me?
  #1
New Member
 
Yang
Join Date: May 2011
Posts: 5
Rep Power: 15
titianyang is on a distinguished road
I am a new guy who just begin to use openfoam. I want to compute a supersonic external flow field. But the system show some message like this:

/------------------------------------------------------------------------
Create time

Create mesh for time = 0

Reading thermophysical properties

Selecting thermodynamics package ePsiThermo<pureMixture<constTransport<specieThermo <eConstThermo<perfectGas>>>>>

--> FOAM FATAL IO ERROR:
Unknown patchField type patch for patch type patch
......
----------------------------------------------------------------------/

and this:

/-----------------------------------------------------------------------------------------------
......
file: /opt/openfoam171/CFD_Work/supersonic/0/p::boundaryField:: pressure_far_field.1 from line 37 to line 38.

From function fvPatchField<Type>::New(const fvPatch&, const DimensionedField<Type, volMesh>&, const dictionary&)
in file /opt/openfoam171/src/finiteVolume/lnInclude/newFvPatchField.C at line 110.

FOAM exiting

-------------------------------------------------------------------------------------------/

This is my p boundary condition define file:

/--------------------------------------------------------------------------------------------
......
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [1 -1 -2 0 0 0 0];

internalField uniform 100000;

boundaryField
{
symmetry.3
{
type symmetryPlane;
value uniform 100000;
}

wall.2
{
type zeroGradient;
value uniform 100000;
}

pressure_far_field.1
{
type patch;
value uniform 100000;
}
}
----------------------------------------------------------------------------/

I must made some mistake. Thanks to the person who can help me first.
PS: I am a chinese and my english is poor.
titianyang 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
Building OpenFOAM1.7.0 from source ata OpenFOAM Installation 46 March 6, 2022 13:21
SLTS+rhoPisoFoam: what is rDeltaT??? nileshjrane OpenFOAM Running, Solving & CFD 4 February 25, 2013 04:13
OpenFoam 1.6-ext - RPM build errors preibie OpenFOAM 12 September 8, 2011 03:12
Several Inexplicable Errors Josh CFX 7 October 23, 2010 17:24
Fluent errors Stan Cornhole FLUENT 2 September 23, 2002 08:08


All times are GMT -4. The time now is 04:28.