View Issue Details

IDProjectCategoryView StatusLast Update
0001180OpenFOAMBugpublic2014-03-07 10:17
Reporteruser860Assigned Touser4 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionno change required 
PlatformLinuxOSUbuntuOS Version12.04
Summary0001180: v2f turbulence model
DescriptionHi, I tried to run the pitzDaily case with a v2f model. I get the following error:

Starting time loop

streamLine streamLines:
    automatic track length specified through number of sub cycles : 5

Time = 1

DILUPBiCG: Solving for Ux, Initial residual = 1, Final residual = 0.00609488, No Iterations 1
DILUPBiCG: Solving for Uy, Initial residual = 1, Final residual = 0.00494651, No Iterations 1
DICPCG: Solving for p, Initial residual = 1, Final residual = 0.0098381, No Iterations 170
time step continuity errors : sum local = 0.172146, global = -0.00103468, cumulative = -0.00103468
#0 Foam::error::printStack(Foam::Ostream&) in "/opt/openfoam222/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#1 Foam::sigFpe::sigHandler(int) in "/opt/openfoam222/platforms/linuxGccDPOpt/lib/libOpenFOAM.so"
#2 Uninterpreted:
#3 Foam::divide(Foam::Field<double>&, Foam::UList<double> const&, Foam::UList<double> const&) in "/opt/openfoam222/platforms/linuxGccDPOpt/lib/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 "/opt/openfoam222/platforms/linuxGccDPOpt/lib/libincompressibleRASModels.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 "/opt/openfoam222/platforms/linuxGccDPOpt/lib/libincompressibleRASModels.so"
#6 Foam::incompressible::RASModels::v2f::correct() in "/opt/openfoam222/platforms/linuxGccDPOpt/lib/libincompressibleRASModels.so"
#7
 in "/opt/openfoam222/platforms/linuxGccDPOpt/bin/simpleFoam"
#8 __libc_start_main in "/lib/i386-linux-gnu/libc.so.6"
#9
 in "/opt/openfoam222/platforms/linuxGccDPOpt/bin/simpleFoam"
Floating point exception (core dumped)


Thanks
Steps To ReproduceI set the initial conditions for v2 and f as per the suggestions in the file v2f.H

Set the required schemes in the fvSchemes and fvSolution files. And set RASProperties to select the v2f model inplace of the default k-epsilon model.

Run simpleFoam and get this error.
TagsNo tags attached.

Activities

user4

2014-03-07 10:17

  ~0002937

Most likely you have zero boundary values (division by zero). Works fine for me.

Issue History

Date Modified Username Field Change
2014-02-22 07:48 user860 New Issue
2014-03-07 10:17 user4 Note Added: 0002937
2014-03-07 10:17 user4 Status new => resolved
2014-03-07 10:17 user4 Fixed in Version => 2.3.x
2014-03-07 10:17 user4 Resolution open => no change required
2014-03-07 10:17 user4 Assigned To => user4