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

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: nwpukaka
Forum: OpenFOAM Programming & Development June 24, 2014, 02:40
Replies: 2
Views: 2,088
Posted By nwpukaka
volTensorField tauEff =...

volTensorField tauEff = turbulence->muEff()*(gradU + gradU.T()) + turbulence->muEff()*dev2(T(fvc::grad(Urel)))
this term is for stress term.

I am just curious that why the compressible solver in...
Forum: OpenFOAM Programming & Development June 23, 2014, 23:34
Replies: 2
Views: 2,088
Posted By nwpukaka
I've included this stresses term to energy...

I've included this stresses term to energy equation, see below:

(1)
volTensorField gradU = fvc::grad(Urel);
(2)
volTensorField tauEff = turbulence->muEff()*(gradU + gradU.T()) +...
Forum: OpenFOAM Programming & Development June 23, 2014, 21:35
Replies: 2
Views: 2,088
Posted By nwpukaka
Energy equation in OpenFoam

Dear OpenFoamer,

I have a question regarding the energy equation in rhoSimpleFoam. see code:

fvm::div(phi, h)
- fvm::Sp(fvc::div(phi), h)
-...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 06:53.