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

Help Please

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By Krao
  • 1 Post By Bloerb

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 24, 2019, 17:46
Default Help Please
  #1
New Member
 
Hector Pacheco
Join Date: Aug 2019
Posts: 13
Rep Power: 6
hector18 is on a distinguished road
Hi friends,

I get this error when I run my simulation:

--> FOAM FATAL IO ERROR:
Essential entry 'value' missing

file: /home/ofuser/workingDir/Documents/openfoam/proyecto/background/0/alpha.water.boundaryField.oversetAll

This is my file alpha.water. I think itīs fine.

dimensions [0 0 0 0 0 0 0];

internalField uniform 0;

boundaryField
{
#includeEtc "caseDicts/setConstraintTypes"

inlet
{
type fixedValue;
value $internalField;
}

outlet
{
type variableHeightFlowRate;
lowerBound 0;
upperBound 1;
value $internalField;
}

atmosphere
{
type inletOutlet;
inletValue $internalField;
value $internalField;
}

hull
{
type zeroGradient;
}

oversetAll
{
type overset;
}
}

Anyone can help me?

Thanks in advance
hector18 is offline   Reply With Quote

Old   October 25, 2019, 03:05
Default
  #2
Senior Member
 
Kmeti Rao
Join Date: May 2019
Posts: 145
Rep Power: 7
Krao is on a distinguished road
Hi Hector, I have not used oversetMesh command, but by seeing the error I can suggest that, you have missed to add the 'value' somewhere?

Also, I would like to ask, why the dimensions of alpha are [0 0 0 0 0 0 0]? Shouldn't it be [1 -1 -1 0 0 0 0]?

K. Rao
hector18 likes this.
Krao is offline   Reply With Quote

Old   October 25, 2019, 03:19
Default
  #3
Senior Member
 
Join Date: Sep 2013
Posts: 353
Rep Power: 20
Bloerb will become famous soon enough
The error message tells you that in the file
alpha.water
within
boundaryField
in the boundary condition for oversetAll
the entry value is missing.

This will hence fix your error:
Code:
oversetAll
{
type overset;
value $internalField;
}
hector18 likes this.
Bloerb is offline   Reply With Quote

Old   October 25, 2019, 12:25
Default
  #4
New Member
 
Hector Pacheco
Join Date: Aug 2019
Posts: 13
Rep Power: 6
hector18 is on a distinguished road
Quote:
Originally Posted by Krao View Post
Hi Hector, I have not used oversetMesh command, but by seeing the error I can suggest that, you have missed to add the 'value' somewhere?

Also, I would like to ask, why the dimensions of alpha are [0 0 0 0 0 0 0]? Shouldn't it be [1 -1 -1 0 0 0 0]?

K. Rao
Thanks for your answer
hector18 is offline   Reply With Quote

Old   October 25, 2019, 12:28
Default
  #5
New Member
 
Hector Pacheco
Join Date: Aug 2019
Posts: 13
Rep Power: 6
hector18 is on a distinguished road
Quote:
Originally Posted by Bloerb View Post
The error message tells you that in the file
alpha.water
within
boundaryField
in the boundary condition for oversetAll
the entry value is missing.

This will hence fix your error:
Code:
oversetAll
{
type overset;
value $internalField;
}
Thank you very much. I could fix the mistake. Thanks again
hector18 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



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