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

problem with using uniformFixedValue in OF 2.1.1

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By amin144
  • 2 Post By amin144

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 13, 2012, 20:27
Default problem with using uniformFixedValue in OF 2.1.1
  #1
Member
 
Amin Shariat KHah
Join Date: Apr 2011
Location: Shiraz
Posts: 86
Rep Power: 15
amin144 is on a distinguished road
Hi dear Foamers
I wanna use timevarying BC in OF 2.1.1
My solver is icoFoam and I use ubuntu 12.04
0\U file is:

Code:
   inlet   
    {
       type          uniformFixedValue
     uniformValue     table
(
    (  0   0.0)
    (100  10.0)
); 

    }
and the error is :

Reading field U

Code:
--> FOAM FATAL IO ERROR: 
keyword uniformValue is undefined in dictionary "/home/amin/OpenFOAM/amin-2.1.1/run/arterioleNewtonian/0/U::boundaryField::inlet"

file: /home/amin/OpenFOAM/amin-2.1.1/run/arterioleNewtonian/0/U::boundaryField::inlet from line 25 to line 26.

    From function dictionary::lookupEntry(const word&, bool, bool) const
    in file db/dictionary/dictionary.C at line 400.

FOAM exiting
I'm so confused. what should I do?
ndoubian likes this.
amin144 is offline   Reply With Quote

Old   September 14, 2012, 03:51
Default
  #2
Member
 
Amin Shariat KHah
Join Date: Apr 2011
Location: Shiraz
Posts: 86
Rep Power: 15
amin144 is on a distinguished road
I found my answer here:
http://www.cfd-online.com/Forums/ope...make-ramp.html

I founded my fault . I should change to this for velocity:

inlet
{
type uniformFixedValue
uniformValue table
(
( 0 (0 0 0.0))
(100 (0 0 10.0))
);
}
amin144 is offline   Reply With Quote

Old   September 14, 2012, 09:34
Default
  #3
Member
 
M Mallikarjuna Reddy
Join Date: Jul 2012
Posts: 91
Rep Power: 13
mmkr825 is on a distinguished road
hi amin,
I think you should have to change your uniformFixedValue to timeVaryingUniformFixedValue. Then it will work.

Thanks
Regards
Mallikarjuna
mmkr825 is offline   Reply With Quote

Old   June 29, 2016, 13:22
Default
  #4
New Member
 
Kristopher Pierson
Join Date: Jun 2016
Posts: 2
Rep Power: 0
kcp18 is on a distinguished road
Mallikarjuna,

TimeVaryingUniformFixedValue is an old BC that does not work in new versions of OpenFoam.
kcp18 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
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 08:48.