CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   rhoSimpleFoam & rhoPisoFoam (https://www.cfd-online.com/Forums/openfoam/68953-rhosimplefoam-rhopisofoam.html)

ronaldo October 7, 2009 06:38

rhoSimpleFoam & rhoPisoFoam
 
Hi,
could someone tell me what this Error means!
It is very important!
Thank you in advance.

Create time
Create mesh for time = 0
Reading thermophysical properties
Selecting thermodynamics package
hPsiThermo<pureMixture<constTransport<specieThermo <hConstThermo<perfectGas>>>>>
Reading field U
Reading/calculating face flux field phi
Creating turbulence model
Selecting turbulence model type RASModel
Selecting RAS turbulence model kOmegaSST
#0 Foam::error::printStack(Foam::Ostream&) in
"/home/student/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#1 Foam::sigFpe::sigFpeHandler(int) in
"/home/student/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#2 ?? in "/lib64/libc.so.6"
#3 Foam::divide(Foam::Field<double>&, Foam::UList<double> const&, Foam::UList<double>
const&) in "/home/student/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libOpenFOAM.so"
#4 void Foam::divide<Foam::fvPatchField, Foam::volMesh>(Foam::GeometricField<double,
Foam::fvPatchField, Foam::volMesh>&, Foam::GeometricField<double, Foam::fvPatchField,
Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>
const&) in "/home/student/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libfiniteVolume.so"
#5 Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> >
Foam::operator/<Foam::fvPatchField, Foam::volMesh>(Foam::GeometricField<double,
Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvPatchField,
Foam::volMesh> const&) in
"/home/student/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libfiniteVolume.so"
#6 Foam::compressible::RASModels::kOmegaSST::F2() const in
"/home/student/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libcompressibleRASModels.so
"
#7 Foam::compressible::RASModels::kOmegaSST::kOmegaSS T(Foam::GeometricField<double,
Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>,
Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double,
Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::basicThermo const&) in
"/home/student/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libcompressibleRASModels.so
"
#8
Foam::compressible::RASModel::adddictionaryConstru ctorToTable<Foam::compressible::RASMo
dels::kOmegaSST>::New(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>
const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>
const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&,
Foam::basicThermo const&) in
"/home/student/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libcompressibleRASModels.so
"
#9 Foam::compressible::RASModel::New(Foam::GeometricF ield<double, Foam::fvPatchField,
Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField,
Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField,
Foam::surfaceMesh> const&, Foam::basicThermo const&) in
"/home/student/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libcompressibleRASModels.so
"
#10
Foam::compressible::turbulenceModel::addturbulence ModelConstructorToTable<Foam::compressi
ble::RASModel>::NewturbulenceModel(Foam::Geometric Field<double, Foam::fvPatchField,
Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField,
Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField,
Foam::surfaceMesh> const&, Foam::basicThermo const&) in
"/home/student/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libcompressibleRASModels.so
"
#11 Foam::compressible::turbulenceModel::New(Foam::Geo metricField<double,
Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>,
Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double,
Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::basicThermo const&) in
"/home/student/OpenFOAM/OpenFOAM-1.6/lib/linux64GccDPOpt/libcompressibleTurbulenceMo
del.so"
#12 main in
"/home/student/OpenFOAM/OpenFOAM-1.6/applications/bin/linux64GccDPOpt/rhoPisoFoam"
#13 __libc_start_main in "/lib64/libc.so.6"
#14 _start at /usr/src/packages/BUILD/glibc-2.9/csu/../sysdeps/x86_64/elf/start.S:116
Gleitkomma-Ausnahme

ngj October 7, 2009 06:46

You are dividing by zero in your turbulence model. The problem is that you have specified 0 as internal or boundary value on either k or omega. Use something like 1e-11 instead.

Best regards,

Niels

ronaldo October 7, 2009 08:15

Thank you Niels!

I did it but problem remains! More ideas please?

Thanks!


All times are GMT -4. The time now is 03:36.