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

buoyantPimpleFoam - Water convection problem

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   February 15, 2013, 13:04
Default buoyantPimpleFoam - Water convection problem
  #1
Member
 
Davide D.
Join Date: Oct 2012
Location: Birmingham (UK)
Posts: 44
Rep Power: 13
dav.dap83 is on a distinguished road
Hi everyone,

I am trying to simulate convection into a water-filled horizontal cylinder. One end is kept at a higher temperature than the other boundaries. The solver gives the following error:

Code:
--> FOAM FATAL ERROR: 
Maximum number of iterations exceeded

    From function specieThermo<Thermo>::T(scalar f, scalar T0, scalar (specieThermo<Thermo>::*F)(const scalar) const, scalar (specieThermo<Thermo>::*dFdT)(const scalar) const) const
    in file /home/opencfd/OpenFOAM/OpenFOAM-2.1.1/src/thermophysicalModels/specie/lnInclude/specieThermoI.H at line 69.

FOAM aborting

#0  Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#1  Foam::error::abort() in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#2  Foam::specieThermo<Foam::hPolynomialThermo<Foam::icoPolynomial<8>, 8> >::T(double, double, double (Foam::specieThermo<Foam::hPolynomialThermo<Foam::icoPolynomial<8>, 8> >::*)(double) const, double (Foam::specieThermo<Foam::hPolynomialThermo<Foam::icoPolynomial<8>, 8> >::*)(double) const, double (Foam::specieThermo<Foam::hPolynomialThermo<Foam::icoPolynomial<8>, 8> >::*)(double) const) const in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libbasicThermophysicalModels.so"
#3  Foam::hRhoThermo<Foam::pureMixture<Foam::polynomialTransport<Foam::specieThermo<Foam::hPolynomialThermo<Foam::icoPolynomial<8>, 8> >, 8> > >::calculate() in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libbasicThermophysicalModels.so"
#4  Foam::hRhoThermo<Foam::pureMixture<Foam::polynomialTransport<Foam::specieThermo<Foam::hPolynomialThermo<Foam::icoPolynomial<8>, 8> >, 8> > >::correct() in "/opt/openfoam211/platforms/linux64GccDPOpt/lib/libbasicThermophysicalModels.so"
#5  
 in "/opt/openfoam211/platforms/linux64GccDPOpt/bin/buoyantPimpleFoam"
#6  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#7  
 in "/opt/openfoam211/platforms/linux64GccDPOpt/bin/buoyantPimpleFoam"
Aborted (core dumped)
My thermophysicalProperties file looks like:

Code:
thermoType hRhoThermo<pureMixture<icoPoly8ThermoPhysics>>;

pRef            100000;

mixture
{
    specie
    {
        nMoles          1;
        molWeight       1;
    }

    equationOfState
    {
        rhoCoeffs<8>   ( 1000 0 0 0 0 0 0 0);
    }
    thermodynamics
    {
        Hf              0;
        Sf              0;
        CpCoeffs<8>     ( 4186 0 0 0 0 0 0 0);
    }
    transport
    {
        Pr              7.01;
        muCoeffs<8>
           ( 1.002e-3 0 0 0 0 0 0 0);
        kappaCoeffs<8>
           ( 0.596 0 0 0 0 0 0 0);
    }
}

Thank you in advance.
dav.dap83 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
Natural Convection heat transfer problem srinivasa FLUENT 21 November 11, 2016 06:08
Getting the pressure waves in Fluent for a water hammer problem teopetre FLUENT 2 August 6, 2013 19:24
Numerical oscillations in CFX with water boiling problem. michujo CFX 4 December 16, 2011 09:00
Natural Convection Problem Eduardo FLUENT 0 October 21, 2006 14:04
Mixed Convection Problem Leo FLUENT 4 April 15, 2002 07:28


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