|
[Sponsors] |
HELP!! Error Foam::hePsiThermo<Foam::psiThermo, |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 12, 2023, 18:29 |
HELP!! Error Foam::hePsiThermo<Foam::psiThermo,
|
#1 |
New Member
Lobna
Join Date: Apr 2023
Posts: 1
Rep Power: 0 |
Hello ! I am a beginner to CFD and OpenFOAM and i am trying to simulate a compressible turbulent flow around a nosecone using k-omega sst model. The mesh seems fine so far but I keep getting this error:
what could be the problem? i thought the fvschemes or the mesh but they're alright. It could be the BCs but idk how they're supposed to be Code:
Courant Number mean: 0.0628207 max: 16.2687 Time = 0.272 diagonal: Solving for rho, Initial residual = 0, Final residual = 0, No Iterations 0 DILUPBiCGStab: Solving for Ux, Initial residual = 0.00451932, Final residual = 1.11491e-07, No Iterations 1 DILUPBiCGStab: Solving for Uy, Initial residual = 0.0449108, Final residual = 1.94405e-07, No Iterations 2 DILUPBiCGStab: Solving for Uz, Initial residual = 0.0442522, Final residual = 1.71598e-07, No Iterations 2 DILUPBiCGStab: Solving for e, Initial residual = 0.00566152, Final residual = 1.68479e-07, No Iterations 1 [0] #0 Foam::error::printStack(Foam::Ostream&) at ??:? [0] #1 Foam::sigFpe::sigHandler(int) at ??:? [0] #2 ? in "/lib64/libc.so.6" [0] #3 Foam::hePsiThermo<Foam::psiThermo, Foam::pureMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::hConstThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleInternalEnergy> > > >::calculate() at ??:? [0] #4 Foam::hePsiThermo<Foam::psiThermo, Foam::pureMixture<Foam::sutherlandTransport<Foam::species::thermo<Foam::hConstThermo<Foam::perfectGas<Foam::specie> >, Foam::sensibleInternalEnergy> > > >::correct() at ??:? [0] #5 ? at ??:? [0] #6 __libc_start_main in "/lib64/libc.so.6" [0] #7 ?[yato212:112509] *** Process received signal *** [yato212:112509] Signal: Floating point exception (8) [yato212:112509] Signal code: (-6) [yato212:112509] Failing at address: 0x3ea0001b77d at ??:? [yato212:112509] [ 0] /lib64/libc.so.6(+0x36340)[0x7fa303fe1340] [yato212:112509] [ 1] /lib64/libc.so.6(gsignal+0x37)[0x7fa303fe12c7] [yato212:112509] [ 2] /lib64/libc.so.6(+0x36340)[0x7fa303fe1340] [yato212:112509] [ 3] /home/yato/OpenFOAM-6/platforms/linux64GccDPInt32Opt/lib/libfluidThermophysicalModels.so(_ZN4Foam11hePsiThermoINS_9psiThermoENS_11pureMixtureINS_19sutherlandTransportINS_7species6thermoINS_12hConstThermoINS_10perfectGasINS_6specieEEEEENS_22sensibleInternalEnergyEEEEEEEE9calculateEv+0x186)[0x7fa30a48fe56] [yato212:112509] [ 4] /home/yato/OpenFOAM-6/platforms/linux64GccDPInt32Opt/lib/libfluidThermophysicalModels.so(_ZN4Foam11hePsiThermoINS_9psiThermoENS_11pureMixtureINS_19sutherlandTransportINS_7species6thermoINS_12hConstThermoINS_10perfectGasINS_6specieEEEEENS_22sensibleInternalEnergyEEEEEEEE7correctEv+0x2a)[0x7fa30a49c07a] [yato212:112509] [ 5] rhoPimpleFoam[0x4269a3] [yato212:112509] [ 6] /lib64/libc.so.6(__libc_start_main+0xf5)[0x7fa303fcd495] [yato212:112509] [ 7] rhoPimpleFoam[0x42c5e3] [yato212:112509] *** End of error message *** |
|
October 22, 2023, 14:19 |
Follow-up
|
#2 |
New Member
Alex
Join Date: Oct 2023
Posts: 1
Rep Power: 0 |
Hello there,
Did you manage to fix this issue? I'm having a similar issue. |
|
|
|