|
[Sponsors] |
July 24, 2008, 20:26 |
Hi All,
I am trying to run
|
#1 |
Senior Member
Senthil Kabilan
Join Date: Mar 2009
Posts: 113
Rep Power: 17 |
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); } } // ************************************************** *********************** // |
|
July 27, 2008, 00:31 |
Hi !
I didn't try timeVary
|
#2 |
Member
Mathieu Olivier
Join Date: Mar 2009
Location: Quebec City, Canada
Posts: 77
Rep Power: 17 |
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 |
|
July 27, 2008, 00:34 |
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 |
||
September 4, 2008, 05:08 |
Hi Senthil,
Please try:
|
#4 |
New Member
Masato Otsuki
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 26
Rep Power: 17 |
Hi Senthil,
Please try: ( (t0 v0) (t1 v1) .... ) Masato |
|
September 4, 2008, 05:16 |
for the case of U
(
(t0
|
#5 |
New Member
Masato Otsuki
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 26
Rep Power: 17 |
for the case of U
( (t0 (ux0 uy0 uz0)) (t1 (ux1 uy1 uz1)) ............ ) Masato |
|
September 4, 2008, 13:33 |
Hi Masato,
Thanks for the i
|
#6 |
Senior Member
Senthil Kabilan
Join Date: Mar 2009
Posts: 113
Rep Power: 17 |
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 |
|
September 5, 2008, 01:04 |
Hi Senthil,
I am not sure t
|
#7 |
New Member
Masato Otsuki
Join Date: Mar 2009
Location: Tokyo, Japan
Posts: 26
Rep Power: 17 |
Hi Senthil,
I am not sure timeVaryingUniformFixedValue in OF-1.4.1 works for U. Masato |
|
|
|
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 11:39 |
[OpenFOAM] ParaFoam error in OpenFOAM15 | asaha | ParaView | 24 | November 2, 2009 20:16 |
Error in icofoam forTpipe | sergey | OpenFOAM Running, Solving & CFD | 0 | January 21, 2008 02:48 |
Velocity output error after scaling mesh in icoFoam | philippose | OpenFOAM Running, Solving & CFD | 4 | October 9, 2006 17:51 |
Tow Critical Error about GCC amp icoFoam | chnrdu | OpenFOAM Installation | 4 | July 8, 2005 07:14 |