|
[Sponsors] |
July 25, 2018, 04:16 |
atmBoundaryLayerInletVelocity in OpenFOAM6
|
#1 |
Senior Member
Cedric DUPRAT
Join Date: Mar 2009
Location: Nantes, France
Posts: 195
Rep Power: 17 |
Dear All,
I have a case running fine using OpenFOAM 3.0.x. I've installed the last release OpenFOAM6 and I'm trying to run the same case. Here is the error message I have: Code:
Reading field U --> FOAM FATAL IO ERROR: Unknown patchField type atmBoundaryLayerInletVelocity for patch type patch Valid patchField types are : 84 ( SRFFreestreamVelocity SRFVelocity ... However, there is a tutorial (incompressible/simpleFoam/turbineSiting) using this boundary condition (and running fine), which mean that it's still somewhere. I've seen that atmospheric boundary layer stuff have move from turbulence directory (OF3.0.x) to the root one. My U file looks like the one in the tutorial: Code:
inlet { type atmBoundaryLayerInletVelocity; #include "include/ABLConditions" } Code:
inlet { type patch; // inlet; // wall; //inGroups 1(wall); nFaces 3600; startFace 11781809; } Does anyone have a clue, any idea is welcome ? Thanks in advance Cedric |
|
July 25, 2018, 04:43 |
|
#2 |
Senior Member
Cedric DUPRAT
Join Date: Mar 2009
Location: Nantes, France
Posts: 195
Rep Power: 17 |
Well,
I got it, need to add this line in the controlDict file : Code:
libs ("libatmosphericModels.so"); Cédric |
|
October 23, 2019, 01:19 |
|
#3 | |
New Member
marco velazquez
Join Date: Aug 2019
Posts: 4
Rep Power: 7 |
Quote:
Hello Cedric, please, could you help me to run turbinesiting turorial?; after running "Allrun" script, everythign goes well, but when I run "paraFoam-lp" in paraview it give me zero velocity and pressure in all the domain, also time intervals are from 0 to 1. thank you in advance. Screenshot from 2019-10-22 23-16-22.jpgScreenshot from 2019-10-22 23-16-57.jpg |
||
Tags |
openfoam6 |
|
|