|
[Sponsors] |
[groovyBC] Error at the beginning of a simulation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 27, 2010, 12:50 |
[groovyBC] Error at the beginning of a simulation
|
#1 |
Member
Piotr Prusinski
Join Date: Oct 2009
Location: Warsaw, Poland
Posts: 67
Rep Power: 17 |
Hi,
New question concerning proper installation of a groovyBC. I have some strange situation here and maybe some of you know what it is. So, when I'm trying to run the simulation, using groovyBC, then I get something like below: Code:
#0 Foam::error::printStack(Foam::Ostream&) in "/home/piotr/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libOpenFOAM.so" #1 Foam::sigFpe::sigFpeHandler(int) in "/home/piotr/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libOpenFOAM.so" #2 ?? in "/lib/libc.so.6" #3 Foam::divide(Foam::Field<double>&, double const&, Foam::UList<double> const&) in "/home/piotr/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libOpenFOAM.so" #4 Foam::tmp<Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> > Foam::operator/<Foam::fvPatchField, Foam::volMesh>(Foam::dimensioned<double> const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&) in "/home/piotr/OpenFOAM/OpenFOAM-1.6.x/applications/bin/linux64GccDPOpt/compressibleInterFoam" #5 main in "/home/piotr/OpenFOAM/OpenFOAM-1.6.x/applications/bin/linux64GccDPOpt/compressibleInterFoam" #6 __libc_start_main in "/lib/libc.so.6" #7 _start at /build/buildd/eglibc-2.10.1/csu/../sysdeps/x86_64/elf/start.S:116 Floating point exception Code:
libs ( "libOpenFOAM.so" "libgroovyBC.so" ) ; I feel that probably I made something wrong during the "installation" of groovyBC on my machine. Is it all right, that the path to the groovy library is: Code:
./OpenFOAM/piotr-1.6.x/lib/linux64GccDPOpt/libgroovyBC.so Code:
./OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/ |
|
March 27, 2010, 18:30 |
|
#2 | |
New Member
Join Date: Mar 2010
Posts: 20
Rep Power: 16 |
Quote:
I think it is OK. Generally, we should put library in our own directory. Did you run the demo case in groovyBC package? Elliot |
||
March 27, 2010, 18:35 |
|
#3 |
Member
Piotr Prusinski
Join Date: Oct 2009
Location: Warsaw, Poland
Posts: 67
Rep Power: 17 |
Good point, I have to check it... --------- OK I checked that. I ran the average-t-junction case and it crashed after the step t=0.429104 and just before calculating deltaT of the next step: Code:
Courant Number mean: 2.06335e+30 max: 6.04513e+31 #0 Foam::error::printStack(Foam::Ostream&) in "/home/piotr/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libOpenFOAM.so" #1 Foam::sigFpe::sigFpeHandler(int) in "/home/piotr/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libOpenFOAM.so" #2 ?? in "/lib/libc.so.6" #3 Foam::Time::adjustDeltaT() in "/home/piotr/OpenFOAM/OpenFOAM-1.6.x/lib/linux64GccDPOpt/libOpenFOAM.so" #4 main in "/home/piotr/OpenFOAM/OpenFOAM-1.6.x/applications/bin/linux64GccDPOpt/pimpleFoam" #5 __libc_start_main in "/lib/libc.so.6" #6 _start at /build/buildd/eglibc-2.10.1/csu/../sysdeps/x86_64/elf/start.S:116 Floating point exception -------- This time I ran wobbler. The simulation went smoothly without any errors and the results looks quite nice in ParaView. Strange Last edited by piprus; March 27, 2010 at 19:15. |
|
March 29, 2010, 15:24 |
|
#4 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Bernhard |
||
March 30, 2010, 14:42 |
|
#5 | |
Member
Piotr Prusinski
Join Date: Oct 2009
Location: Warsaw, Poland
Posts: 67
Rep Power: 17 |
Quote:
|
||
Tags |
file path, groovybc, install, library |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Replacing mesh while running a simulation | akultane | CFX | 1 | November 15, 2009 14:46 |
FSI TWO-WAY SIMULATION | Smagmon | CFX | 1 | March 6, 2009 14:24 |
Continuous vs interrupted simulation | sega | OpenFOAM Running, Solving & CFD | 4 | November 3, 2008 15:29 |
Fire simulation using FDS from NIST | Jens | Main CFD Forum | 1 | January 22, 2004 02:53 |
3-D Contaminant Dispersal Simulation | Apple L S Chan | Main CFD Forum | 1 | December 23, 1998 11:06 |