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

the problem of the application(icoFoam)

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 16, 2015, 00:35
Default the problem of the application(icoFoam)
  #1
New Member
 
Yong
Join Date: Oct 2015
Posts: 1
Rep Power: 0
touff00 is on a distinguished road
dear foamers

hello, this is yong from Korea. i have researching for the project in out lab.
Do you mind if i show my problem in OpenFOAM?

Time = 1
Courant Number mean: 0.623268 max: 1285.63
smoothSolver: Solving for Ux, Initial residual = 0.466629, Final residual = 3.79711e+272, No Iterations 1000
smoothSolver: Solving for Uy, Initial residual = 0.470126, Final residual = 1.67436e+272, No Iterations 1000
smoothSolver: Solving for Uz, Initial residual = 0.0704463, Final residual = 2.15532e+270, No Iterations 1000
DICPCG: Solving for p, Initial residual = 1, Final residual = nan, No Iterations 1001
time step continuity errors : sum local = nan, global = nan, cumulative = nan
DICPCG: Solving for p, Initial residual = nan, Final residual = nan, No Iterations 1001
--> FOAM FATAL IO ERROR:
wrong token type - expected Scalar, found on line 0 the word 'nan'
file: C:/OpenFOAM/cygwin64/home/experiment9/system/data.solverPerformance.p at line 0.
From function operator>>(Istream&, Scalar&)
in file lnInclude/Scalar.C at line 93.
FOAM exiting

this is the message in Cygwin terminal. i couldn't find how to solve this problem. here is p file as below, for reference.

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField uniform 1;
boundaryField
{
inlet
{
type zeroGradient;
}
outlet
{
type fixedValue;
value uniform 0;
}
walls
{
type zeroGradient;
}
}
// ************************************************** *********************** //

please help me to reinforce in my project.

thanks.
touff00 is offline   Reply With Quote

Old   October 18, 2015, 06:12
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
numerical computation is diverged, look the result:
Quote:
Courant Number mean: 0.623268 max: 1285.63
you may want to reduce time step or change problem's BCs
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
UDF compiling problem Wouter Fluent UDF and Scheme Programming 6 June 6, 2012 04:43
Gambit - meshing over airfoil wrapping (?) problem JFDC FLUENT 1 July 11, 2011 05:59
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13
Is this problem well posed? Thomas P. Abraham Main CFD Forum 5 September 8, 1999 14:52


All times are GMT -4. The time now is 16:48.