May 3, 2024, 01:15
|
rhoCentralFoam error
|
#1
|
New Member
Join Date: May 2024
Posts: 1
Rep Power: 0
|
hello,
I'm fairly new to OpenFOAM. I'm trying to have a supersonic flow over an object and when I try running it, the rhoCentralFoam provides this:
Code:
diagonal: Solving for rho, Initial residual = 0, Final residual = 0, No Iterations 0
diagonal: Solving for rhoUx, Initial residual = 0, Final residual = 0, No Iterations 0
diagonal: Solving for rhoUy, Initial residual = 0, Final residual = 0, No Iterations 0
diagonal: Solving for rhoE, Initial residual = 0, Final residual = 0, No Iterations 0
ExecutionTime = 0.11 s ClockTime = 0 s
deltaT = 8.60388e-05
#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 Foam::sigFpe::sigHandler(int) at ??:?
#2 ? in "/lib64/libpthread.so.0"
#3 Foam::sqrt(Foam::Field<double>&, Foam::UList<double> const&) at ??:?
#4 Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > Foam::sqrt<Foam::fvPatchField, Foam::volMesh>(Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > const&) at ??:?
#5 ? at ??:?
#6 __libc_start_main in "/lib64/libc.so.6"
#7 ? at ??:?
Don't really know what this error message is saying... I can provide more details or other logs if needed. I don't think it's an issue with the blockmeshdict since the logs for those are all success messages. Thank you for all your help!
|
|
|