an error in laminar/waves/solitary
Summary
there is an error in the case of interFOAM i get an error when i run the case "solitary" in tutorials,and i did not make any changes. the other commands are fine,the problem is with running "interFoam"
Steps to reproduce
./Allrun or cp -r 0.org/ 0 blockMesh setFields interFoam
Example case
tutorials/multiphase/interFoam/laminar/waves/solitary
What is the expected correct behavior?
Relevant logs and/or images
dylan@dylan:~/OpenFOAM/OpenFOAM-v2106/run/solitary$ interFoam
Build : _c15bfde3-20210624 OPENFOAM=2106
Arch : "LSB;label=32;scalar=64"
Exec : interFoam
Date : Aug 05 2021
Time : 21:14:14
Host : dylan
PID : 3667
I/O : uncollated
Case : /home/dylan/OpenFOAM/OpenFOAM-v2106/run/solitary
nProcs
trapFpe: Floating point exception trapping enabled (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 5, maxFileModificationPolls 20)
allowSystemOperations : Allowing user-supplied system call operations
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time
Create mesh for time = 0
PIMPLE: Operating solver in PISO mode
Reading field p_rgh
Reading field U
Reading/calculating face flux field phi
Reading transportProperties
Selecting incompressible transport model Newtonian
Selecting incompressible transport model Newtonian
Selecting turbulence model type laminar
Selecting laminar stress model Stokes
Reading g
Reading hRef
Calculating field g.h
No MRF models present
No finite volume options present
DICPCG: Solving for pcorr, Initial residual = 0, Final residual = 0, No Iterations 0
time step continuity errors : sum local = 0, global = 0, cumulative = 0
Courant Number mean: 0 max: 0
Starting time loop
Reading set description: line1 line2 line3 line4 line5 line6
Courant Number mean: 0 max: 0
Interface Courant Number mean: 0 max: 0
deltaT = 0.011
Time = 0.011
PIMPLE: iteration 1
Selecting waveModel Boussinesq
#0 Foam::error::printStack(Foam::Ostream&) at ??:?
#1 (closed) Foam::sigFpe::sigHandler(int) at ??:?
#2 (closed) ? in /lib/x86_64-linux-gnu/libpthread.so.0
#3 (closed) Foam::waveModels::solitaryWaveModel::solitaryWaveModel(Foam::dictionary const&, Foam::fvMesh const&, Foam::polyPatch const&, bool) at ??:?
#4 (closed) Foam::waveModels::Boussinesq::Boussinesq(Foam::dictionary const&, Foam::fvMesh const&, Foam::polyPatch const&, bool) at ??:?
#5 (closed) Foam::waveModel::addpatchConstructorToTableFoam::waveModels::Boussinesq::New(Foam::dictionary const&, Foam::fvMesh const&, Foam::polyPatch const&) at ??:?
#6 (closed) Foam::waveModel::New(Foam::word const&, Foam::fvMesh const&, Foam::polyPatch const&) at ??:?
#7 (closed) Foam::waveModel::lookupOrCreate(Foam::polyPatch const&, Foam::fvMesh const&, Foam::word const&) at ??:?
#8 (closed) Foam::waveAlphaFvPatchScalarField::updateCoeffs() at ??:?
#9 (closed) Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::Boundary::evaluate() in ~/OpenFOAM/OpenFOAM-v2106/platforms/linux64GccDPInt32Opt/bin/interFoam
#10 (closed) ? in ~/OpenFOAM/OpenFOAM-v2106/platforms/linux64GccDPInt32Opt/bin/interFoam
#11 (closed) ? in ~/OpenFOAM/OpenFOAM-v2106/platforms/linux64GccDPInt32Opt/bin/interFoam
#12 (closed) __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6
#13 (closed) ? in ~/OpenFOAM/OpenFOAM-v2106/platforms/linux64GccDPInt32Opt/bin/interFoam
Floating point exception (core dumped)
Environment information
- OpenFOAM version : v2106
- Operating system : ubuntu 20.04LTS
- Hardware info :
- Compiler : gcc