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

fixedFluxPressure in viscoelasticFluidFoam

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

Like Tree1Likes
  • 1 Post By Joana

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 9, 2012, 12:03
Default fixedFluxPressure in viscoelasticFluidFoam
  #1
New Member
 
Joana Cruz
Join Date: Nov 2012
Posts: 2
Rep Power: 0
Joana is on a distinguished road
Hi!


I'm a recent user of OpenFoam and I need your help about the viscoelasticFluidFoam package. I'm facing an error when trying to use the fixedFluxPressure boundary condition to define the channel inlet/outlet pressure.

I defined the "OpenFOAM/channel/0/p" as follow:

лллллллллллллллллллллллллллллллллллллллллллллллллл лллллллллллллллллллллллллллллллллллллллллллллллллл лллллллллл
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField uniform 0;

boundaryField
{

inlet
{
type fixedFluxPressure;
adjoint no;
U U;
phi phi;
rho rho;
}

wall
{
type zeroGradient;
}

outlet
{
type fixedFluxPressure;
adjoint no;
U U;
phi phi;
rho rho;

}

symmetryPlane
{
type symmetryPlane;
}

}
лллллллллллллллллллллллллллллллллллллллллллллллллл лллллллллллллллллллллллллллллллллллллллллллллллллл ллллллллллллл

when trying to run my case, the program gives the following error:


лллллллллллллллллллллллллллллллллллллллллллллллллл лллллллллллллллллллллллллллллллллллллллллллллллллл лллллллллллл
--> FOAM FATAL ERROR:

request for volScalarField (1|A(U)) from objectRegistry region0 failed
available objects of type volScalarField are


1
(
p
)

From function objectRegistry::lookupObject<Type>(const word&) const
in file /home/joanacruz/OpenFOAM/OpenFOAM-2.1.0/src/OpenFOAM/lnInclude/objectRegistryTemplates.C at line 131.

FOAM aborting
лллллллллллллллллллллллллллллллллллллллллллллллллл лллллллллллллллллллллллллллллллллллллллллллллллллл лллл


I don't understand what's happen, because I'm using p as the object type in volscalarfield and I already use this boundary condition with icoFoam solver and it works fine.


Thanks in advance
Joana
Guimloute likes this.

Last edited by Joana; November 14, 2012 at 12:28.
Joana is offline   Reply With Quote

Reply

Tags
boundary conditions, fixedfluxpressure, viscoelasticfluidfoam

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
I need explanations about fixedFluxPressure Cyp OpenFOAM Running, Solving & CFD 17 May 28, 2022 11:01
fixedfluxpressure Amit Mathur OpenFOAM 0 July 29, 2011 06:30
Capillary rise in openfoam fixedFluxPressure doubtsincfd OpenFOAM 2 May 28, 2011 20:00
FixedFLuxPressure error Andrea_85 OpenFOAM 0 March 24, 2011 06:26
FixedFluxPressure cannot find field 1%7cAU anger OpenFOAM Running, Solving & CFD 3 November 10, 2008 05:50


All times are GMT -4. The time now is 05:49.