|
[Sponsors] |
September 19, 2020, 15:44 |
Problem with NuT
|
#1 | |
Member
Jan Majcher
Join Date: Nov 2018
Posts: 39
Rep Power: 8 |
Hi, I am trying to simulate a turbulent PIMPLE flow. I am using OpenFoam6.
I am getting this error: --> FOAM FATAL IO ERROR: Essential entry 'value' missing file: /home/jan/0/nut.boundaryField.barkley from line 52 to line 54 nut is defined like this: Quote:
Does anyone have any idea? Thanks, Jan |
||
September 19, 2020, 23:08 |
|
#2 |
New Member
Join Date: Jul 2020
Posts: 25
Rep Power: 6 |
I can't see it there but usually this error is due to a missing colon, a line that is commented out accidentally etc. Is it possible you're missing a parameter or two in barkley?
|
|
September 20, 2020, 03:34 |
|
#3 |
Senior Member
Fumiya Nozaki
Join Date: Jun 2010
Location: Yokohama, Japan
Posts: 266
Blog Entries: 1
Rep Power: 19 |
--> FOAM FATAL IO ERROR:
Essential entry 'value' missing file: /home/jan/0/nut.boundaryField.barkley from line 52 to line 54 The above message shows that value entry is missing in the following: barkley { type nutkRoughWallFunction; Ks uniform 0.000755; Cs uniform 0.5; value uniform 0; } Hope this helps, Fumiya
__________________
[Personal]
|
|
September 20, 2020, 14:23 |
|
#4 |
Member
Jan Majcher
Join Date: Nov 2018
Posts: 39
Rep Power: 8 |
Hi Fumiya,
Thanks I will try running it with the value entrance. I understood the error, what I don't understand is that the documentation doesn't say that value needs to be specified for this OF version. Only Ks and Cs Code:
Example of the boundary condition specification: \verbatim <patchName> { type nutkRoughWallFunction; Ks uniform 0; Cs uniform 0.5; } |
|
September 22, 2020, 03:07 |
|
#5 |
Senior Member
Fumiya Nozaki
Join Date: Jun 2010
Location: Yokohama, Japan
Posts: 266
Blog Entries: 1
Rep Power: 19 |
Hi MaySea,
The value entry is necessary because the nutkRoughWallFunctionFvPatchScalarField class is inherited from the fixedValueFvPatchScalarField class. I understand that the value is only a place holder for nutkRoughWallFunction and does not have any effect to simulation results. Hope this helps, Fumiya
__________________
[Personal]
|
|
Tags |
nut, nutilda, openfoam, pimple |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Is COMSOL Multi Physics is suitable to solve complex flow problem? | steve lee | COMSOL | 8 | January 5, 2023 03:31 |
Mesh& steptime independant: conduction-convection problem | Fati1 | Main CFD Forum | 1 | October 28, 2018 14:52 |
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 |