|
[Sponsors] |
double Foam::sumProd<double>(Foam::UList<double> const&, Foam::UList<double> const&) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 17, 2020, 11:18 |
double Foam::sumProd<double>(Foam::UList<double> const&, Foam::UList<double> const&)
|
#1 |
Member
X
Join Date: Jan 2019
Posts: 63
Rep Power: 7 |
Hello.
I am getting this error when working on a 2D axisymmetric geometry. I have an identical case with a different U and that seems to be running properly. The solver I am using a modified interFoam incorporated with Gauss's Law and charge conservation. I have included the error message below and remaining stdout and file cases on google drive due to space limitation. HTML Code:
https://drive.google.com/drive/folders/1JItlPTW_JCrDO3yPN1fiW3dfF-rbKgUS?usp=sharing Code:
You must now run the following command to complete the setup: source $foamDotFile [12] #0 Foam::error::printStack(Foam::Ostream&) at ??:? [12] #1 Foam::sigFpe::sigHandler(int) at ??:? [12] #2 ? in /lib64/libc.so.6 [12] #3 double Foam::sumProd<double>(Foam::UList<double> const&, Foam::UList<double> const&) at ??:? [12] #4 Foam::PCG::solve(Foam::Field<double>&, Foam::Field<double> const&, unsigned char) const at ??:? [12] #5 Foam::fvMatrix<double>::solveSegregated(Foam::dictionary const&) at ??:? [12] #6 Foam::fvMatrix<double>::solveSegregatedOrCoupled(Foam::dictionary const&) at ??:? [12] #7 Foam::fvMesh::solve(Foam::fvMatrix<double>&, Foam::dictionary const&) const at ??:? [12] #8 ? at ??:? [12] #9 __libc_start_main in /lib64/libc.so.6 [12] #10 ? at ??:? [node769:30545:0:30545] Caught signal 8 (Floating point exception: tkill(2) or tgkill(2)) ==== backtrace ==== 0 /opt/apps/libs/ucx/1.6.0/lib/libucs.so.0(+0x1cefc) [0x2b925401cefc] 1 /opt/apps/libs/ucx/1.6.0/lib/libucs.so.0(+0x1d283) [0x2b925401d283] 2 /lib64/libc.so.6(+0x35270) [0x2b923d6be270] 3 /lib64/libc.so.6(gsignal+0x37) [0x2b923d6be1f7] 4 /lib64/libc.so.6(+0x35270) [0x2b923d6be270] 5 /opt/apps/apps/gcc/openfoam/v1812/OpenFOAM-v1812/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZN4Foam7sumProdIdEEdRKNS_5UListIT_EES5_+0x30) [0x2b923c6b4e70] 6 /opt/apps/apps/gcc/openfoam/v1812/OpenFOAM-v1812/platforms/linux64GccDPInt32Opt/lib/libOpenFOAM.so(_ZNK4Foam3PCG5solveERNS_5FieldIdEERKS2_h+0x8dc) [0x2b923c4c8bbc] 7 /opt/apps/apps/gcc/openfoam/v1812/OpenFOAM-v1812/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE15solveSegregatedERKNS_10dictionaryE+0x14c) [0x2b9238e1ff5c] 8 /opt/apps/apps/gcc/openfoam/v1812/OpenFOAM-v1812/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZN4Foam8fvMatrixIdE24solveSegregatedOrCoupledERKNS_10dictionaryE+0x398) [0x2b9238a1ee78] 9 /opt/apps/apps/gcc/openfoam/v1812/OpenFOAM-v1812/platforms/linux64GccDPInt32Opt/lib/libfiniteVolume.so(_ZNK4Foam6fvMesh5solveERNS_8fvMatrixIdEERKNS_10dictionaryE+0xf) [0x2b92389c9ecf] 10 mointerFoam1() [0x4585ac] 11 /lib64/libc.so.6(__libc_start_main+0xf5) [0x2b923d6aac05] 12 mointerFoam1() [0x46249e] =================== -------------------------------------------------------------------------- Primary job terminated normally, but 1 process returned a non-zero exit code. Per user-direction, the job has been aborted. -------------------------------------------------------------------------- -------------------------------------------------------------------------- mpirun noticed that process rank 12 with PID 0 on node node769 exited on signal 8 (Floating point exception). -------------------------------------------------------------------------- Would appreciate if anyone could assist me. Thanks |
|
Tags |
error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFD by anderson, chp 10.... supersonic flow over flat plate | varunjain89 | Main CFD Forum | 18 | May 11, 2018 08:31 |
Warning message C4133 while compiling | Arminius | Fluent UDF and Scheme Programming | 0 | October 2, 2017 12:44 |
Continuing User Defined Real Gas Model issues | aeroman | FLUENT | 6 | April 8, 2016 04:34 |
Missing math.h header | Travis | FLUENT | 4 | January 15, 2009 12:48 |
REAL GAS UDF | brian | FLUENT | 6 | September 11, 2006 09:23 |