CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

mutRoughWallFunction not working in rhoSimpleFoam and kOmegaSST model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 10, 2010, 12:16
Default SOLVED - mutRoughWallFunction not working in rhoSimpleFoam and kOmegaSST model
  #1
Senior Member
 
aerothermal's Avatar
 
Guilherme da Silva
Join Date: Aug 2010
Location: Sao Paulo - Brazil
Posts: 118
Rep Power: 15
aerothermal is on a distinguished road
Send a message via Skype™ to aerothermal
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
in RASProperties
Code:
RASModel       kOmegaSST;
turbulence    on;
in boundary condition mut file
Code:
    cylinder
    {
        type            mutRoughWallFunction;
        value           uniform 0.0;
	Ks 		uniform 0.24;
	Cs 		uniform 0.5;
    }
I found the fix for the issue. It is more related to run-time execution than models, parameters or inputs. You need to code in terminal where you are running OpenFOAM:

Code:
unset FOAM_SIGFPE
or

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 13:04. Reason: issue solved
aerothermal is offline   Reply With Quote

Reply

Tags
cylinder, heat transfer, roughness, wall functions


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mutRoughWallFunction on OF 1.7.0 OMN OpenFOAM Bugs 11 December 13, 2011 07:11


All times are GMT -4. The time now is 07:47.