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

Error while running icoFoam OpenFOAM15

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 24, 2008, 19:26
Default Hi All, I am trying to run
  #1
Senior Member
 
Senthil Kabilan
Join Date: Mar 2009
Posts: 113
Rep Power: 17
skabilan is on a distinguished road
Hi All,

I am trying to run a transient simulation with icoFoam (OpenFoam.1.5). I get the following error message. I guess I am missing a very basic concept.

Thanks in advance
Senthil

icoFoam -case weibel_2gen_icovardt_vel
/*---------------------------------------------------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.5 |
| \ / A nd | Web: http://www.OpenFOAM.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/
Exec : icoFoam -case weibel_2gen_icovardt_vel
Date : Jul 24 2008
Time : 16:22:13
Host : bigbox
PID : 23059
Case : ./weibel_2gen_icovardt_vel
nProcs : 1

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

Create mesh for time = 0

Reading transportProperties

Reading field p

Reading field U



keyword outOfBounds is undefined in dictionary "./weibel_2gen_icovardt_vel/0/U::inlet"

file: ./weibel_2gen_icovardt_vel/0/U::inlet from line 33 to line 34.

From function dictionary::lookupEntry(const word& keyword) const
in file db/dictionary/dictionary.C at line 213.

FOAM exiting

U file:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.4.1 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/

FoamFile
{
version 2.0;
format ascii;

root "/home/skabilan/workdir/openfoam/weibel_chop";
case "weibel_icofoamvardt_vel";
instance "0";
local "";

class volVectorField;
object U;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
inlet
{
type timeVaryingUniformFixedValue;
fileName "inlet.dat";
}
out2
{
type zeroGradient;
}
out3
{
type zeroGradient;
}
w1
{
type fixedValue;
value uniform (0 0 0);
}
}


// ************************************************** *********************** //
skabilan is offline   Reply With Quote

Old   July 26, 2008, 23:31
Default Hi ! I didn't try timeVary
  #2
Member
 
Mathieu Olivier
Join Date: Mar 2009
Location: Quebec City, Canada
Posts: 77
Rep Power: 17
mathieu is on a distinguished road
Hi !

I didn't try timeVaryingUniformFixedValue in OF 1.5 but you should take a look to this file :

~/OpenFOAM/OpenFOAM-1.5/src/finiteVolume/fields/fvPatchFields/derived/timeVaryin gUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H

Regards,

Mathieu
mathieu is offline   Reply With Quote

Old   July 26, 2008, 23:34
Default And by the way, take a look at
  #3
Member
 
Mathieu Olivier
Join Date: Mar 2009
Location: Quebec City, Canada
Posts: 77
Rep Power: 17
mathieu is on a distinguished road
And by the way, take a look at this post :

http://www.cfd-online.com/OpenFOAM_D...tml?1216363996
mathieu is offline   Reply With Quote

Old   September 4, 2008, 04:08
Default Hi Senthil, Please try:
  #4
New Member
 
Masato Otsuki
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 26
Rep Power: 17
otsuki is on a distinguished road
Hi Senthil,

Please try:

(
(t0 v0)
(t1 v1)
....
)

Masato
otsuki is offline   Reply With Quote

Old   September 4, 2008, 04:16
Default for the case of U ( (t0
  #5
New Member
 
Masato Otsuki
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 26
Rep Power: 17
otsuki is on a distinguished road
for the case of U

(
(t0 (ux0 uy0 uz0))
(t1 (ux1 uy1 uz1))
............
)

Masato
otsuki is offline   Reply With Quote

Old   September 4, 2008, 12:33
Default Hi Masato, Thanks for the i
  #6
Senior Member
 
Senthil Kabilan
Join Date: Mar 2009
Posts: 113
Rep Power: 17
skabilan is on a distinguished road
Hi Masato,

Thanks for the input.

(
(t0 (ux0 uy0 uz0))
(t1 (ux1 uy1 uz1))
............
)

Format works for the velocity input. So we have decompose the velocity into corresponding components unlike OpenFOAM 1.4?

Thanks
Senthil
skabilan is offline   Reply With Quote

Old   September 5, 2008, 00:04
Default Hi Senthil, I am not sure t
  #7
New Member
 
Masato Otsuki
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 26
Rep Power: 17
otsuki is on a distinguished road
Hi Senthil,

I am not sure timeVaryingUniformFixedValue in OF-1.4.1 works for U.

Masato
otsuki 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
IcoFoam continuity error in 2D transient simulation finch OpenFOAM Running, Solving & CFD 15 June 29, 2016 10:39
[OpenFOAM] ParaFoam error in OpenFOAM15 asaha ParaView 24 November 2, 2009 19:16
Error in icofoam forTpipe sergey OpenFOAM Running, Solving & CFD 0 January 21, 2008 01:48
Velocity output error after scaling mesh in icoFoam philippose OpenFOAM Running, Solving & CFD 4 October 9, 2006 16:51
Tow Critical Error about GCC amp icoFoam chnrdu OpenFOAM Installation 4 July 8, 2005 06:14


All times are GMT -4. The time now is 19:02.