|
[Sponsors] |
July 1, 2020, 17:19 |
Error running a Tutorial Simulation RAs-LRR
|
#1 |
New Member
Giacomo Del Bianco
Join Date: Jul 2020
Location: Venice area - Italy
Posts: 2
Rep Power: 0 |
Dear All,
I am sorry to disturb you but I would like to ask if someone can give me some hints to solve a problem I have. I am not a professional, I am only interested to carry out some CFD simulation with this open source software so as to learn something. To make it easy, I am carrying out a Tutorial (https://www.cfd.at/sites/default/fil...ExampleSix.pdf). I followed the brief: generating the file R, later changed turbolenceProperties file to LRR: Code:
simulationType RAS; RAS { RASModel LRR; // RASModel kEpsilon; turbulence on; printCoeffs on; } Code:
--> FOAM FATAL IO ERROR: keyword div((nu*dev2(T(grad(U))))) is undefined in dictionary "/home/giacomo/OpenFOAM/giacomo-7/run/Tutorialintermedi/BackwardFacingStep_basecaseLRR/system/fvSchemes.divSchemes" file: /home/giacomo/OpenFOAM/giacomo-7/run/Tutorialintermedi/BackwardFacingStep_basecaseLRR/system/fvSchemes.divSchemes from line 30 to line 37. From function const Foam::entry& Foam::dictionary::lookupEntry(const Foam::word&, bool, bool) const in file db/dictionary/dictionary.C at line 573. FOAM exiting I am using the last version of Openfoam. Do someone has experienced this problem? I have attached the whole project folder, through the dropBox link: https://www.dropbox.com/s/4qnyopqhyc...ation.zip?dl=0 Thank you in advance for every your reply! Giacomo |
|
July 1, 2020, 18:21 |
|
#2 |
Senior Member
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 931
Rep Power: 13 |
add the following into "fvSchemes" under "divSchemes":
div((nu*dev2(T(grad(U))))) <numerical scheme of choice>; For example: div((nu*dev2(T(grad(U))))) Gauss linear; The error hints you that a numerical scheme necessary for the equation term "div((nu*dev2(T(grad(U)))))" is missing.
__________________
The OpenFOAM community is the biggest contributor to OpenFOAM: User guide/Wiki-1/Wiki-2/Code guide/Code Wiki/Journal Nilsson/Guerrero/Holzinger/Holzmann/Nagy/Santos/Nozaki/Jasak/Primer Governance Bugs/Features: OpenFOAM (ESI-OpenCFD-Trademark) Bugs/Features: FOAM-Extend (Wikki-FSB) Bugs: OpenFOAM.org How to create a MWE New: Forkable OpenFOAM mirror |
|
July 8, 2020, 15:26 |
|
#3 |
Senior Member
|
or download from
https://github.com/ziolai/software/t...tress_R_manual |
|
Tags |
openfoam lrr ras error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
simpleFoam tutorial PitzDaily using Reynolds stress tensor (LRR RASModel) | dlahaye | OpenFOAM Running, Solving & CFD | 24 | August 4, 2023 15:29 |
Choosing l in external aero simulation & nu used in motorbike tutorial | edomalley1 | OpenFOAM Running, Solving & CFD | 0 | November 28, 2017 13:39 |
Simulation FPEs - turbulence for transient and steady-state? | DaveR | OpenFOAM Running, Solving & CFD | 5 | March 5, 2017 16:06 |
Problems while running Cold Flow simulation 3D/ requesting 2D gmtry and tutorial ICE | Excalibu2r | FLUENT | 0 | February 26, 2017 11:58 |
need files of tutorial 10- Simulation of Wave Generation in a Tank | Jonson | Main CFD Forum | 0 | November 14, 2013 01:18 |