CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Strange Problem With updating the library (https://www.cfd-online.com/Forums/openfoam/79037-strange-problem-updating-library.html)

farhagim August 10, 2010 12:34

Strange Problem With updating the library
 
Dear All,

I came up with strange bugs in OF. I tried to write a new dynamicContactangle, so I copy the dynamicAlphaContactAngle and paste it with different name.I changed the code and files. I run wclean and wmake libso. everythings worked fine until I decided to try the former dynamicAlpha... It does not recognize it anymore. I delete my new dynamicCont.. and agarin wclean and wmake libso. its updated, But Its really strange it recognize myDynamicAlphaContactAngle which is deleted and it is no longer available, but it does not recognize the dynamicAlpha...

Here is what I got when I run a case with interFoam. Can anybody tell me whats wrong with my OF. ???

uild : 1.6-53b7f692aa41
Exec : interFoam
Date : Aug 10 2010
Time : 12:16:21
Host : mehran-desktop
PID : 9891
Case : /home/mehran/OpenFOAM/mehran-1.6/run/tutorials/multiphase/interFoam/laminar/test2
nProcs : 1
SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0


Reading g
Reading field p

Reading field alpha1

Reading field U

Reading/calculating face flux field phi

Reading transportProperties

Selecting incompressible transport model Newtonian
Selecting incompressible transport model Newtonian


Not Implemented
Trying to construct an genericFvPatchField on patch lowerWall of field rho#0 Foam::error::printStack(Foam::Ostream&) in "/home/mehran/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so"
#1 Foam::error::abort() in "/home/mehran/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so"
#2 Foam::genericFvPatchField<double>::genericFvPatchF ield(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&) in "/home/mehran/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libfiniteVolume.so"
#3 Foam::fvPatchField<double>::addpatchConstructorToT able<Foam::genericFvPatchField<double> >::New(Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&) in "/home/mehran/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libfiniteVolume.so"
#4 Foam::fvPatchField<double>::New(Foam::word const&, Foam::fvPatch const&, Foam::DimensionedField<double, Foam::volMesh> const&) in "/home/mehran/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/interFoam"
#5 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::GeometricBoundaryField::GeometricB oundaryField(Foam::fvBoundaryMesh const&, Foam::DimensionedField<double, Foam::volMesh> const&, Foam::List<Foam::word> const&) in "/home/mehran/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/interFoam"
#6 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::GeometricField(Foam::IOobject const&, Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::List<Foam::word> const&) in "/home/mehran/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/interFoam"
#7 main in "/home/mehran/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/interFoam"
#8 __libc_start_main in "/lib/tls/i686/cmov/libc.so.6"
#9 _start at /build/buildd/eglibc-2.10.1/csu/../sysdeps/i386/elf/start.S:122


From function genericFvPatchField<Type>::genericFvPatchField(con st fvPatch& p, const DimensionedField<Type, volMesh>& iF)
in file fields/fvPatchFields/basic/generic/genericFvPatchField.C at line 45.

FOAM aborting


All times are GMT -4. The time now is 14:52.