CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

DecomposePar and timeVaryingUniform BC

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 18, 2014, 04:24
Default DecomposePar and timeVaryingUniform BC
  #1
Senior Member
 
Aurelien Thinat
Join Date: Jul 2010
Posts: 165
Rep Power: 15
Aurelien Thinat is on a distinguished road
Hi foamers,

I'm a bit stuck with a problem involving decomposePar and a time varying boundary condition.

My case : a simple box with a moving side (the mesh is moving). I'm using pimpleDyMFoam and it's working very well in serial.

My file pointMotionU :
Code:
dimensions   [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);

boundaryField
{
   (...)
   moving
   {
   type timeVaryingUniformFixedValue;
   fileName "velocity.dat"
   outOfBounds clamp;
   }
}
When I launch the decomposePar command (scotch and simple method are crashing the same ways), here is the error message :

Code:
Time = 0

Processor 0: field transfer
#0  Foam::error::printStack(Foam::Ostream&) at ??:?
#1  Foam::sigSegv::sigHandler(int) at ??:?
#2   in "/lib64/libc.so.6"
#3  void Foam::pointPatchField<Foam::Vector<double> >::setInInternalField<Foam::Vector<double> >(Foam::Field<Foam::Vector<double> >&, Foam::Field<Foam::Vector<double> > const&, Foam::List<int> const&) const at ??:?
#4   at timeVaryingUniformFixedValuePointPatchFields.C:?
#5  Foam::pointPatchField<Foam::Vector<double> >::addpatchMapperConstructorToTable<Foam::timeVaryingUniformFixedValuePointPatchField<Foam::Vector<double> > >::New(Foam::pointPatchField<Foam::Vector<double> > const&, Foam::pointPatch const&, Foam::DimensionedField<Foam::Vector<double>, Foam::pointMesh> const&, Foam::pointPatchFieldMapper const&) at ??:?
#6  
 at ??:?
#7  
 at ??:?
#8  
 at ??:?
#9  
 at ??:?
#10  __libc_start_main in "/lib64/libc.so.6"
#11  
 at /home/abuild/rpmbuild/BUILD/glibc-2.18/csu/../sysdeps/x86_64/start.S:125
Erreur de segmentation
Is it linked to the library glibc-2.18 ? If anyone already have encountered this problem and solved it, I could use some help.

Thank you,

Aurelien


EDIT : Ok I just find that : http://www.openfoam.org/mantisbt/view.php?id=1307

Looks like I have to update my installation of OpenFOAM.
Aurelien Thinat is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 22:39.