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

simplefoam error

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By sergiopb91

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 1, 2016, 10:18
Default simplefoam error
  #1
New Member
 
Sergio
Join Date: Jul 2016
Location: Venezuela
Posts: 13
Rep Power: 9
sergiopb91 is on a distinguished road
Hi, everyone.

I'm new using OpenFoam, I have been trying to run a 2D case, it's a pipe with a reduction. But when I use simpleFoam, throw me this error:


#0 Foam::error:rintStack(Foam::Ostream&) at ??:?
#1 Foam::sigFpe::sigHandler(int) at ??:?
#2 ? in "/opt/openfoam30/platforms/linuxGccDPInt32Opt/lib/libOpenFOAM.so"
#3 void Foam::multiply<Foam::Tensor<double> >(Foam::Field<Foam::Tensor<double> >&, Foam::UList<double> const&, Foam::UList<Foam::Tensor<double> > const&) at ??:?
#4 Foam::tmp<Foam::GeometricField<Foam::Tensor<double >, Foam::fvPatchField, Foam::volMesh> > Foam:perator*<Foam::Tensor<double>, Foam::fvPatchField, Foam::volMesh>(Foam::tmp<Foam::GeometricField<doub le, Foam::fvPatchField, Foam::volMesh> > const&, Foam::tmp<Foam::GeometricField<Foam::Tensor<double >, Foam::fvPatchField, Foam::volMesh> > const&) at ??:?
#5 Foam::linearViscousStress<Foam::RASModel<Foam::Inc ompressibleTurbulenceModel<Foam::transportModel> > >::divDevRhoReff(Foam::GeometricField<Foam::Vector <double>, Foam::fvPatchField, Foam::volMesh>&) const at ??:?
#6 Foam::IncompressibleTurbulenceModel<Foam::transpor tModel>::divDevReff(Foam::GeometricField<Foam::Vec tor<double>, Foam::fvPatchField, Foam::volMesh>&) const at ??:?
#7 ? at ??:?
#8 __libc_start_main in "/lib/i386-linux-gnu/libc.so.6"
#9 ? at ??:?
Excepción de coma flotante (`core' generado)

I check the mesh several times and use checkmesh, also I have changed the initials properties (p, U, k, epsilon) and controlDict files but the error continue.

This is blockMesh information:


convertToMeters 0.001;

vertices
(
(0 0 0)
(60 0 0)
(60 9.65 0)
(130 9.65 0)
(130 22.35 0)
(60 22.35 0)
(60 32 0)
(0 32 0)
(0 0 1)
(60 0 1)
(60 9.65 1)
(130 9.65 1)
(130 22.35 1)
(60 22.35 1)
(60 32 1)
(0 32 1)


);

blocks
(
hex (0 1 6 7 8 9 14 15) (200 60 1) simpleGrading (2 1 1)
hex (2 3 4 5 10 11 12 13) (200 60 1) simpleGrading (2 1 1)
);

edges
(
);

boundary
(
inlet
{
type patch;
faces
(
(0 8 15 7)
);
}
outlet
{
type patch;
faces
(
(3 4 12 11)
);
}
upperWall
{
type wall;
faces
(
(6 7 15 14)
(4 5 13 12)
);
}
lowerWall
{
type wall;
faces
(
(0 1 9 8)
(2 3 11 10)
);
}
frontAndBack
{
type empty;
faces
(

(0 1 6 7)
(2 3 4 5)
(8 15 14 9)
(10 13 12 11)
);
}
);

mergePatchPairs
(
);

If someone can help me, I'd appreciate it.
sergiopb91 is offline   Reply With Quote

Old   August 19, 2016, 07:17
Default
  #2
New Member
 
Carla
Join Date: Jun 2015
Posts: 16
Rep Power: 10
cvillescas is on a distinguished road
Hi Sergio,

The "back faces" after the pipe reduction are not assigned to any patch.

Carla
cvillescas is offline   Reply With Quote

Old   August 19, 2016, 12:01
Default
  #3
New Member
 
Sergio
Join Date: Jul 2016
Location: Venezuela
Posts: 13
Rep Power: 9
sergiopb91 is on a distinguished road
Hi Carla.

You are right, I forget to define those faces.

Thank you very much.
cvillescas likes this.
sergiopb91 is offline   Reply With Quote

Reply


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
[blockMesh] blockMesh with double grading. spwater OpenFOAM Meshing & Mesh Conversion 92 January 12, 2019 09:00
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 09:17
[swak4Foam] groovyBC: problems compiling: "flex: not found" and "undefined reference to ..." sega OpenFOAM Community Contributions 12 February 17, 2010 09:30
Installation OF1.5-dev ttdtud OpenFOAM Installation 46 May 5, 2009 02:32
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 20:50


All times are GMT -4. The time now is 07:56.