|
[Sponsors] |
Possible missing turbulent stress terms in sonicTurbFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 25, 2008, 13:46 |
Description
Certain terms suc
|
#1 |
Member
srinath
Join Date: Mar 2009
Location: Champaign, USA
Posts: 91
Rep Power: 17 |
Description
Certain terms such as laminar viscosity and work done by turbulent/laminar viscous stresses seem to be ignored. Solver sonicTurbFoam sourceFiles sonicTurbFoam.C, hEqn.H Version 1.5 Notes line 63 fvVectorMatrix UEqn ( fvm::ddt(rho, U) + fvm::div(phi, U) + turbulence->divDevRhoReff(U) ); --Laminar viscous stress not taken into account. Possibly igonored because it is negligible compared to Turbulent viscosity. But what about effect of bulk viscosity at high Mach no's for compressible flows? file hEqn.H solve ( fvm::ddt(rho, h) + fvm::div(phi, h) - fvm::laplacian(turbulence->alphaEff(), h) == DpDt ); --Work done by turbulent viscous surface stress does not appear to be taken into account. Srinath |
|
November 25, 2008, 16:10 |
Yes currently ignored as they
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
Yes currently ignored as they are small in general but they are easy to include if required by your particular application.
H |
|
November 26, 2008, 02:59 |
Thanks Henry
|
#3 |
Member
srinath
Join Date: Mar 2009
Location: Champaign, USA
Posts: 91
Rep Power: 17 |
Thanks Henry
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using different turbulent viscosities for turbulent stress components | braennstroem | OpenFOAM Running, Solving & CFD | 13 | October 15, 2010 09:59 |
Missing terms in sonicTurbFoam | srinath | OpenFOAM Running, Solving & CFD | 0 | November 25, 2008 08:31 |
turbulent shear stress | othman smadi | FLUENT | 1 | June 7, 2007 19:16 |
Additional terms in Differential Stress Model | Fabio Kasper | CFX | 1 | February 9, 2000 03:39 |
Turbulent terms in the MRF equations | Francisco Saldarriaga | Main CFD Forum | 1 | July 22, 1999 17:49 |