|
[Sponsors] |
November 9, 2012, 13:03 |
fixedFluxPressure in viscoelasticFluidFoam
|
#1 |
New Member
Joana Cruz
Join Date: Nov 2012
Posts: 2
Rep Power: 0 |
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 Last edited by Joana; November 14, 2012 at 13:28. |
|
Tags |
boundary conditions, fixedfluxpressure, viscoelasticfluidfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
I need explanations about fixedFluxPressure | Cyp | OpenFOAM Running, Solving & CFD | 17 | May 28, 2022 12:01 |
fixedfluxpressure | Amit Mathur | OpenFOAM | 0 | July 29, 2011 07:30 |
Capillary rise in openfoam fixedFluxPressure | doubtsincfd | OpenFOAM | 2 | May 28, 2011 21:00 |
FixedFLuxPressure error | Andrea_85 | OpenFOAM | 0 | March 24, 2011 07:26 |
FixedFluxPressure cannot find field 1%7cAU | anger | OpenFOAM Running, Solving & CFD | 3 | November 10, 2008 06:50 |