|
[Sponsors] |
Foam::error::printStack(Foam::Ostream&) at ??:? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 2, 2015, 17:10 |
Foam::error::printStack(Foam::Ostream&) at ??:?
|
#1 |
New Member
Julian
Join Date: Feb 2015
Posts: 2
Rep Power: 0 |
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 ); 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 ??:? Thanks to all Julian |
|
December 17, 2018, 10:18 |
|
#2 |
Senior Member
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 8 |
Have you solved this problem?I am interested in it, thank you.
|
|
|
|