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

Foam::error::printStack(Foam::Ostream&) at ??:?

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 2, 2015, 16:10
Default Foam::error::printStack(Foam::Ostream&) at ??:?
  #1
New Member
 
Julian
Join Date: Feb 2015
Posts: 2
Rep Power: 0
TulioVannu is on a distinguished road
Dear Foamers
I'm trying to solve this equation

Code:
    gradienteC = fvc::grad(C); 
    dcdx = gradienteC.component(vector::X); 
    Dw0 = turbulence->nu()/Sc;

   fvScalarMatrix depositionEqn
    (
      Fm * rod * fvm::ddt(r1)
     - Dw0 * dcdx
    );
Fm and rod are both constants, and Sc is the Schmidt Number defined as a constant
When i try to run it in my case it give me this error

Code:
DICPCG:  Solving for p_rgh, Initial residual = 1, Final residual = 0.005352, No Iterations 254
time step continuity errors : sum local = 0.00170013, global = 8.92372e-18, cumulative = 8.92372e-18
#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::sigFpe::sigHandler(int) at ??:?
#2  Uninterpreted: 
#3  Foam::divide(Foam::Field<double>&, Foam::UList<double> const&, Foam::UList<double> const&) at ??:?
#4  Foam::operator/(Foam::UList<double> const&, Foam::UList<double> const&) at ??:?
#5  Foam::diagonalSolver::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&) at ??:?
#8  
 at ??:?
#9  
 at ??:?
#10  __libc_start_main at ??:?
#11  
 at ??:?
Anyone knows what means this error? and how can it be solved??

Thanks to all
Julian
TulioVannu is offline   Reply With Quote

Old   December 17, 2018, 09:18
Default
  #2
Senior Member
 
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 7
calf.Z is on a distinguished road
Have you solved this problem?I am interested in it, thank you.
calf.Z is offline   Reply With Quote

Reply

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



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