|
[Sponsors] | |||||
Foam::error::printStack(Foam::Ostream&) at ??:? |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#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 |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 9 ![]() |
Have you solved this problem?I am interested in it, thank you.
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|