|
[Sponsors] | |||||
problem with using uniformFixedValue in OF 2.1.1 |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Member
Amin Shariat KHah
Join Date: Apr 2011
Location: Shiraz
Posts: 86
Rep Power: 16 ![]() |
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)
);
}
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
|
|
|
|
|
|
|
|
|
#2 |
|
Member
Amin Shariat KHah
Join Date: Apr 2011
Location: Shiraz
Posts: 86
Rep Power: 16 ![]() |
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)) ); } |
|
|
|
|
|
|
|
|
#3 |
|
Member
M Mallikarjuna Reddy
Join Date: Jul 2012
Posts: 91
Rep Power: 15 ![]() |
hi amin,
I think you should have to change your uniformFixedValue to timeVaryingUniformFixedValue. Then it will work. Thanks Regards Mallikarjuna |
|
|
|
|
|
|
|
|
#4 |
|
New Member
Kristopher Pierson
Join Date: Jun 2016
Posts: 2
Rep Power: 0 ![]() |
Mallikarjuna,
TimeVaryingUniformFixedValue is an old BC that does not work in new versions of OpenFoam. |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
| Gambit - meshing over airfoil wrapping (?) problem | JFDC | FLUENT | 1 | July 11, 2011 06:59 |
| natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
| Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |
| Is this problem well posed? | Thomas P. Abraham | Main CFD Forum | 5 | September 8, 1999 15:52 |