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

bubbleColumn - TUTORIAL - error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 30, 2023, 11:16
Default bubbleColumn - TUTORIAL - error
  #1
gu1
Senior Member
 
Guilherme
Join Date: Apr 2017
Posts: 245
Rep Power: 10
gu1 is on a distinguished road
Hi,

I'm trying to use the kEpsilon model and it's giving me this error. Interestingly, for the mixtureKEpsilon model, the simulation runs fine.

Code:
Courant Number mean: 0.0375 max: 0.0375
Time = 0.005

PIMPLE: Iteration 1
MULES: Solving for alpha.air
MULES: Solving for alpha.water
air fraction, min, max = 0.293333 0 1
water fraction, min, max = 0.706667 0 1
Phase-sum volume fraction, min, max = 1 1 1
MULES: Solving for alpha.air
MULES: Solving for alpha.water
air fraction, min, max = 0.293333 0 1
water fraction, min, max = 0.706667 0 1
Phase-sum volume fraction, min, max = 1 1 1
Constructing momentum equations
smoothSolver:  Solving for e.air, Initial residual = 1, Final residual = 6.71348e-09, No Iterations 2
smoothSolver:  Solving for e.water, Initial residual = 1, Final residual = 3.81242e-09, No Iterations 4
air min/max T 300 - 350
water min/max T 300 - 350.04
GAMG:  Solving for p_rgh, Initial residual = 0.000188923, Final residual = 7.61464e-09, No Iterations 20
PIMPLE: Iteration 2
MULES: Solving for alpha.air
MULES: Solving for alpha.water
air fraction, min, max = 0.293327 0 1
water fraction, min, max = 0.706673 -1.12253e-16 1
Phase-sum volume fraction, min, max = 1 1 1
MULES: Solving for alpha.air
MULES: Solving for alpha.water
air fraction, min, max = 0.293329 0 1
water fraction, min, max = 0.706671 -8.69992e-18 1
Phase-sum volume fraction, min, max = 1 1 1
Constructing momentum equations
smoothSolver:  Solving for e.air, Initial residual = 0.0385992, Final residual = 3.57737e-09, No Iterations 3
smoothSolver:  Solving for e.water, Initial residual = 8.92925e-05, Final residual = 2.18232e-10, No Iterations 1
air min/max T 299.571 - 350
water min/max T 301.108 - 350
GAMG:  Solving for p_rgh, Initial residual = 4.16813e-05, Final residual = 1.06388e-09, No Iterations 13
PIMPLE: Iteration 3
MULES: Solving for alpha.air
MULES: Solving for alpha.water
air fraction, min, max = 0.293328 0 1
water fraction, min, max = 0.706672 0 1
Phase-sum volume fraction, min, max = 1 1 1
MULES: Solving for alpha.air
MULES: Solving for alpha.water
air fraction, min, max = 0.293331 0 1
water fraction, min, max = 0.706669 0 1
Phase-sum volume fraction, min, max = 1 1 1
Constructing momentum equations
smoothSolver:  Solving for e.air, Initial residual = 0.0273701, Final residual = 4.29279e-10, No Iterations 3
smoothSolver:  Solving for e.water, Initial residual = 4.02651e-06, Final residual = 8.14158e-12, No Iterations 1
air min/max T 299.65 - 350
water min/max T 299.571 - 350
GAMG:  Solving for p_rgh, Initial residual = 2.15398e-05, Final residual = 8.44514e-09, No Iterations 11
#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::sigFpe::sigHandler(int) at ??:?
#2  ? in "/lib/x86_64-linux-gnu/libc.so.6"
#3  Foam::symGaussSeidelSmoother::smooth(Foam::word const&, Foam::Field<double>&, Foam::lduMatrix const&, Foam::Field<double> const&, Foam::FieldField<Foam::Field, double> const&, Foam::UPtrList<Foam::lduInterfaceField const> const&, unsigned char, int) at ??:?
#4  Foam::symGaussSeidelSmoother::smooth(Foam::Field<double>&, Foam::Field<double> const&, unsigned char, int) const at ??:?
#5  Foam::smoothSolver::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const at ??:?
#6  Foam::fvMatrix<double>::solveSegregated(Foam::dictionary const&) at ??:?
#7  Foam::fvMatrix<double>::solve(Foam::dictionary const&) in "/opt/openfoam9/platforms/linux64GccDPInt32Opt/bin/multiphaseEulerFoam"
#8  Foam::fvMatrix<double>::solve() in "/opt/openfoam9/platforms/linux64GccDPInt32Opt/bin/multiphaseEulerFoam"
#9  Foam::SolverPerformance<double> Foam::solve<double>(Foam::tmp<Foam::fvMatrix<double> > const&) at ??:?
#10  Foam::RASModels::kEpsilon<Foam::PhaseCompressibleMomentumTransportModel<Foam::dynamicTransportModel> >::correct() at ??:?
#11  Foam::phaseSystem::correctTurbulence() at ??:?
#12  ? in "/opt/openfoam9/platforms/linux64GccDPInt32Opt/bin/multiphaseEulerFoam"
#13  __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6"
#14  ? in "/opt/openfoam9/platforms/linux64GccDPInt32Opt/bin/multiphaseEulerFoam"
Floating point exception (core dumped)
Anyone can help me?
gu1 is offline   Reply With Quote

Reply

Tags
euler-euler, multiphase flow, multiphaseeulerfaom, openfoam9


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
Compile calcMassFlowC aurore OpenFOAM Programming & Development 13 March 23, 2018 08:43
Pressure outlet boundary condition rolando OpenFOAM Running, Solving & CFD 62 September 18, 2017 07:45
Compile problem ivanyao OpenFOAM Running, Solving & CFD 1 October 12, 2012 10:31
checking the system setup and Qt version vivek070176 OpenFOAM Installation 22 June 1, 2010 13:34
user subroutine error CFDUSER CFX 2 December 9, 2006 07:31


All times are GMT -4. The time now is 13:10.