CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

IcoFsiFoam Error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 28, 2013, 05:34
Unhappy IcoFsiFoam Error
  #1
New Member
 
Soheil nazmdeh
Join Date: Feb 2013
Posts: 15
Rep Power: 13
soheil nazmdeh is on a distinguished road
hi guys
we are working on Fsi project, and we used icofsifoam for solve, and we encountered with this error after mesh & boundary generation, so can anyone help us to what we should do about this error

error:
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 1.6-ext-a0e4ecb4d630
Exec : icoFsiFoam
Date : Jul 28 2013
Time : 13:34:36
Host : soheil-Aspire-5755G
PID : 6213
Case : /home/soheil/Desktop/myCase/fluid
nProcs : 1
SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).

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

Create dynamic mesh for time = 0

Selecting dynamicFvMesh dynamicMotionSolverFvMesh
--> FOAM Serious Error :
From function IOobject::readHeader(Istream&)
in file db/IOobject/IOobjectReadHeader.C at line 90
Reading "/home/soheil/Desktop/myCase/fluid/constant/polyMesh/boundary" at line 1
First token could not be read or is not the keyword 'FoamFile'

Check header is of the form:

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class IOobject;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

--> FOAM Serious Error :
From function IOobject::readHeader(Istream&)
in file db/IOobject/IOobjectReadHeader.C at line 90
Reading "/home/soheil/Desktop/myCase/fluid/constant/polyMesh/boundary" at line 1
First token could not be read or is not the keyword 'FoamFile'

Check header is of the form:

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class IOobject;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //



--> FOAM FATAL ERROR:
Cannot find file "boundary" in directory "constant/polyMesh"

From function Time::findInstance(const fileName&, const word&, const IOobject::readOption)
in file db/Time/findInstance.C at line 148.

FOAM exiting



Thank you so much
soheil nazmdeh is offline   Reply With Quote

Old   July 28, 2013, 11:28
Default
  #2
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
read the error to solve the problem, solver is looking for the file name "boundary", but it can not find it in directory "constant/polyMesh", so you need to add this file to your constant/polyMesh
Quote:
--> FOAM FATAL ERROR:
Cannot find file "boundary" in directory "constant/polyMesh"
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   August 4, 2013, 10:33
Default IcoFSIFOAM EROOR
  #3
New Member
 
Soheil nazmdeh
Join Date: Feb 2013
Posts: 15
Rep Power: 13
soheil nazmdeh is on a distinguished road
Hi ,
I try to solve my case with icoFsiFOAM solver , but in my geometry this eroor accur when try to solve it :

.....
Moving mesh time step continuity errors : sum local = -92209, global = 1.98903, cumulative = 2.86326
CG: Solving for p, Initial residual = 0.999957, Final residual = 7.0708e-07, No Iterations 526
CG: Solving for p, Initial residual = 0.999109, Final residual = 0.000723223, No Iterations 1000
Moving mesh time step continuity errors : sum local = 2.07627e+14, global = 2.26112e+10, cumulative = 2.26112e+10
Floating point exception (core dumped)

please help me to solve it...!
soheil nazmdeh is offline   Reply With Quote

Old   August 4, 2013, 10:52
Default
  #4
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
it diverges you may want to try smaller timeStep or reduce your residual at fvSolution or increase your correctors in PISO
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   August 5, 2013, 15:28
Default
  #5
New Member
 
Soheil nazmdeh
Join Date: Feb 2013
Posts: 15
Rep Power: 13
soheil nazmdeh is on a distinguished road
Thax for your answer...!
soheil nazmdeh 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
Errors in UDF shashank312 Fluent UDF and Scheme Programming 6 May 30, 2013 20:30
c++ libraries and solver compiling vaina74 OpenFOAM Installation 13 February 3, 2012 17:43
[OpenFOAM] Saving ParaFoam views and case sail ParaView 9 November 25, 2011 15:46
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51
user defined function cfduser CFX 0 April 29, 2006 10:58


All times are GMT -4. The time now is 12:37.