|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
|
Hi!
I am working on my master thesis and am fairly new to OpenFOAM. I got a problem concerning the calculation of yPLUS (or y*?) using yPlusRAS. As a part of the post processing I am trying to run yPlusRas via the terminal. However I get an error-message saying: "-> FOAM FATAL IO ERROR: keyword transportModel is undefined in dictionary / "home/linux01/OpenFOAM/linux01-.1.0/run/2D/No_moonpool_forced_flow_2D/constant/transportProperties" From function dictionary::lookupEntry(const word&, bool, bool) const in file db/dictionary/dictionary.C at line 400." transportProperties looks like this: twoPhase { transportModel twoPhase; phase1 phase1; phase2 phase2; } phase1 { transportModel Newtonian; nu nu [ 0 2 -1 0 0 0 0 ] 1e-06; rho rho [ 1 -3 0 0 0 0 0 ] 1000; } phase2 { transportModel Newtonian; nu nu [ 0 2 -1 0 0 0 0 ] 1.48e-05; rho rho [ 1 -3 0 0 0 0 0 ] 1; } sigma sigma [ 1 0 -2 0 0 0 0 ] 0; Does anyone has a suggestion on how to solve this problem? Thanks in advance BR John |
|
|
|
|
|
|
|
|
#2 |
|
New Member
|
The answer to this problem was to add a transportmodel above. then yPlusRas worked.
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object transportProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // transportModel Newtonian; nu nu [ 0 2 -1 0 0 0 0 ] 1e-06; rho rho [ 1 -3 0 0 0 0 0 ] 1000; phase1 { transportModel Newtonian; nu nu [ 0 2 -1 0 0 0 0 ] 1e-06; rho rho [ 1 -3 0 0 0 0 0 ] 1000; } phase2 { transportModel Newtonian; nu nu [ 0 2 -1 0 0 0 0 ] 1.48e-05; rho rho [ 1 -3 0 0 0 0 0 ] 1; } sigma sigma [ 1 0 -2 0 0 0 0 ] 0; // ************************************************** *********************** // |
|
|
|
|
|
![]() |
| Tags |
| transport model, yplusras |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Segmentation fault in interFoam run through openMPI | voingiappone | OpenFOAM | 16 | November 2, 2011 07:49 |
| YPlusRas for InterFoam (Open Foam 1.7) | MrD | OpenFOAM | 0 | August 11, 2010 15:44 |
| YPlusRAS and interFoam | dkingsley | OpenFOAM Bugs | 4 | April 28, 2010 09:08 |
| Open Channel Flow using InterFoam type solver | sxhdhi | OpenFOAM Running, Solving & CFD | 3 | May 5, 2009 21:58 |
| InterFoam stops after deltaT goes to 1e14 | francesco_b | OpenFOAM Running, Solving & CFD | 2 | March 3, 2008 14:48 |