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

Usinng divDevReff vs div(R) + laplacian(nu,U)

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   March 29, 2010, 17:20
Default Usinng divDevReff vs div(R) + laplacian(nu,U)
  #1
Member
 
Matthew J. Churchfield
Join Date: Nov 2009
Location: Boulder, Colorado, USA
Posts: 49
Rep Power: 18
mchurchf is on a distinguished road
I am wondering if anyone can help with a problem I am encountering. I need to apply boundary conditions on SGS stresses in addition to nuSgs. I would like to perform near-wall modeling in LES by setting the stess at the wall.

Therefore, I have reformulated the UEqn matrix in a PISO solver to look like:

fvm::ddt(U) + fvm:div(phi,U) + div(R) + laplacian(nu,U)

where R = turbulence->R(); Originally, the code is as follows:

fvm::ddt(U) + fvm:div(phi,U) + turbulence->divDevReff(U)

I am finding that if I set the value of the shear stress at the ground, the solution develops very oscillatory instabilities. If I set the boundary condition of R to zeroGradient, things are okay, but I need to be able to set specific stress tensor values at the ground.

Any ideas??

Thanks,

Matt
mchurchf is offline   Reply With Quote

 


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



All times are GMT -4. The time now is 15:44.