|
[Sponsors] |
WallDist is undefined in fvschemes for new boundary condition |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 31, 2017, 14:09 |
WallDist is undefined in fvschemes for new boundary condition
|
#1 |
Member
Mohamed Elghorab
Join Date: May 2016
Location: Coventry, Engalnd
Posts: 41
Rep Power: 10 |
Dear Foamer,
I'm developing a required boundary condition for my work. and already have compiled it but the problem here is that when I developed it I was using old version and now I'm using OF-v1612+ so when I tried to use it with single processor it works and no problem but when I tried to decompse it to run my case in parallel I got the following error : keyword wallDist is undefined in dictionary "/home/openFoam/1stTrials/multi-processor/system/fvSchemes" Although it's defined in the fvscheme as : wallDist { method meshWave; } Could you please help me in this problem? Thanks in advance |
|
July 14, 2017, 05:40 |
|
#2 |
New Member
Anders Simonsen
Join Date: Sep 2013
Posts: 18
Rep Power: 13 |
Hi
Any solutions to this problem? Regards Anders |
|
July 14, 2017, 06:41 |
|
#3 |
Member
Mohamed Elghorab
Join Date: May 2016
Location: Coventry, Engalnd
Posts: 41
Rep Power: 10 |
Dear Anders,
I managed it by bypass way I don't know if it is right or not just the problem was in the decomposition and in reconstract again so you can decompose your case without the file which has the new boundary condithon and after that put this file manually ( there are many commands in bash to put it directly in the processors ) in each processor and add to this file : boundaryField { /* ... */ processor { type processor; value $internalField; } } then run your case then before reconstruct remove the name of the new boundary condition by any linux command BR Crazzy.pirate43 |
|
July 14, 2017, 07:27 |
|
#4 |
New Member
Anders Simonsen
Join Date: Sep 2013
Posts: 18
Rep Power: 13 |
||
Tags |
boundary condition |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
Centrifugal fan | j0hnny | CFX | 13 | October 1, 2019 14:55 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
CFX fails to calculate a diffuser pipe flow | shenying0710 | CFX | 7 | March 26, 2013 05:13 |
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 | Attesz | OpenFOAM Installation | 45 | January 13, 2012 13:38 |