|
[Sponsors] |
![]() |
![]() |
#1 |
Member
Manoj
Join Date: Jun 2013
Posts: 38
Rep Power: 13 ![]() |
Hi All
I am using openFoam 3.0 and trying to use the utility yPlus for calculating y+. But it doesn't seem to work for multiphase. It is giving following error, --> FOAM FATAL IO ERROR: keyword transportModel is undefined in dictionary "/home/manoj/trial/dtmbsmall3/constant/transportProperties" file: /home/manoj/trial/dtmbsmall3/constant/transportProperties from line 18 to line 33. From function dictionary::lookupEntry(const word&, bool, bool) const in file db/dictionary/dictionary.C at line 442. FOAM exiting Please help. Regards, Manoj |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Ruben Di Battista
Join Date: May 2013
Location: Paris
Posts: 137
Rep Power: 13 ![]() |
Hello, I'm also interested on that (but with twoPhaseEulerFoam).
I tried to copy transportProperties file from an interFoam tutorial but it seems redundant since the transport properties are already present in constant/thermoPhysicalProperties.* |
|
![]() |
![]() |
![]() |
![]() |
#3 |
New Member
Juan Fran
Join Date: Jan 2016
Posts: 4
Rep Power: 11 ![]() |
Hi!
I suppose that you already find a solution. If not, it is possible to add the transport properties of the target phase outside the phase definition to use yPlus, e.g. phases (water air); transportModel Newtonian; //Added for yPlus nu [0 2 -1 0 0 0 0] 1e-06; //Added for yPlus rho [1 -3 0 0 0 0 0] 1000; //Added for yPlus water { transportModel Newtonian; nu [0 2 -1 0 0 0 0] 1e-06; rho [1 -3 0 0 0 0 0] 1000; } air { transportModel Newtonian; nu [0 2 -1 0 0 0 0] 1.48e-05; rho [1 -3 0 0 0 0 0] 1; } |
|
![]() |
![]() |
![]() |
![]() |
#4 | |
Senior Member
Ruben Di Battista
Join Date: May 2013
Location: Paris
Posts: 137
Rep Power: 13 ![]() |
Quote:
I'm on OF3.0.1 |
||
![]() |
![]() |
![]() |
![]() |
#5 |
New Member
Juan Fran
Join Date: Jan 2016
Posts: 4
Rep Power: 11 ![]() |
Hi!
I tested for interFoam under OF3.0.1, best |
|
![]() |
![]() |
![]() |
![]() |
#6 |
Senior Member
Ruben Di Battista
Join Date: May 2013
Location: Paris
Posts: 137
Rep Power: 13 ![]() |
||
![]() |
![]() |
![]() |
![]() |
#7 |
Member
carno
Join Date: Mar 2009
Posts: 70
Rep Power: 18 ![]() |
Make sure you have not missed a ; or }
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Contribution a new utility: refine wall layer mesh based on yPlus field | lakeat | OpenFOAM Community Contributions | 58 | December 23, 2021 02:36 |
How can Modify yPlus function to be yPlus not yStar? | immortality | OpenFOAM Running, Solving & CFD | 0 | May 5, 2013 13:16 |
Solver Yplus of Automatic wall treatment | justjhy | CFX | 2 | May 4, 2013 07:19 |
which yplus (SST) | sanchezz | CFX | 17 | January 11, 2010 04:45 |
heat transfer coefficients with "bad" yplus | Andrew | Main CFD Forum | 4 | April 8, 1999 04:43 |