|
[Sponsors] |
mutRoughWallFunction not working in rhoSimpleFoam and kOmegaSST model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 10, 2010, 13:16 |
SOLVED - mutRoughWallFunction not working in rhoSimpleFoam and kOmegaSST model
|
#1 |
Senior Member
|
Dear All,
My mutWallFunction was working properly to simulate the flow around a cylinder with heat transfer but the mutRoughWallFunction was giving Float Point Exception..... So I found the fix and am sharing with you here because I have seen some posts about this subject. Code:
in "/opt/openfoam171/applications/bin/linux64GccDPOpt/rhoSimpleFoam" Floating point exception Code:
RASModel kOmegaSST; turbulence on; Code:
cylinder { type mutRoughWallFunction; value uniform 0.0; Ks uniform 0.24; Cs uniform 0.5; } Code:
unset FOAM_SIGFPE Code:
export FOAM_SIGFPE=false http://www.cfd-online.com/Forums/ope...exception.html http://www.cfd-online.com/OpenFOAM_D...tml?1201770596 Regards, Last edited by aerothermal; November 10, 2010 at 14:04. Reason: issue solved |
|
Tags |
cylinder, heat transfer, roughness, wall functions |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mutRoughWallFunction on OF 1.7.0 | OMN | OpenFOAM Bugs | 11 | December 13, 2011 08:11 |