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

Differences in Formulation for devRhoReff and divDevRhoReff

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 2, 2011, 05:40
Default Differences in Formulation for devRhoReff and divDevRhoReff
  #1
New Member
 
Join Date: Jan 2011
Posts: 4
Rep Power: 15
mart.hein is on a distinguished road
Hello everybody,

I'm using the compressible k-Epsilon turbulence model and I've got a question about the formulation of the total stress term devRhoReff and the source term for the momentum equation divDevRhoReff. The former is defined as

Code:
-muEff()*dev(twoSymm(fvc::grad(U_)))
whereas the latter is defined as

Code:
- fvm::laplacian(muEff(), U) - fvc::div(muEff()*dev2(fvc::grad(U)().T()))
Mathematically the second equation should just be the divergence of the first one. However, when I calculate the divergence of the first one and replace the second one with

Code:
fvc::div( -muEff()*dev(twoSymm(fvc::grad(U_))) )
the solver crashes after some iterations with a time step continuity error .

Can someone explain this behaviour to me? Are my assumptions not correct?

Thanks a lot

martin
mart.hein is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 04:24.