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

problems with surfaceScalaField

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By wyldckat

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   January 3, 2014, 15:14
Default problems with surfaceScalaField
  #1
Member
 
ziehjay
Join Date: Jul 2013
Posts: 45
Rep Power: 12
sanjar is on a distinguished road
Hello guys, i am working with DPMFoam based on the Goldschmidt Tutorial. Originally it has a manualInjection but i changed it into a patchInjetction.
After a few errors, which I was able to manage correctly I am realy fighting with the following problem:

Code:
--> FOAM FATAL ERROR: 

    request for surfaceScalarField phi from objectRegistry region0 failed
    available objects of type surfaceScalarField are

3
(
alphaPhic
phic
alphacf
)
Obwiously it is looking for this variable phi in surfaceScalarField.
Actually i dont know how to handle this problem. I tried to change it in my boundary conditions:

Code:
oundaryField
{
    WALL
    {
        type           zeroGradient;
    }
    OUTLET
    {
         type          totalPressure;
    p0        uniform 0;
    U        U;
    psi        none;
    gamma        1;
    phi        phi;
    value        uniform 0;
    }
    EROSIONPLATE
    {
        type            zeroGradient;
    }
    INLET
    {
        type           zeroGradient;
    }
}
sanjar 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
[ICEM] Problems with coedge curves and surfaces tommymoose ANSYS Meshing & Geometry 6 December 1, 2020 11:12
[mesh manipulation] Problems with rotational cyclic boundaries TReviol OpenFOAM Meshing & Mesh Conversion 8 July 11, 2014 03:45
[ICEM] Flow channel meshing problems StefanG ANSYS Meshing & Geometry 19 May 15, 2012 06:44
Two-phase air water flow problems by activating Wall Lubrication Force challenger85 CFX 5 November 5, 2009 05:44
Help required to solve Hydraulic related problems aero CFX 0 October 30, 2006 11:00


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