|
[Sponsors] |
December 18, 2017, 18:14 |
k-equation in OpenFOAM
|
#1 |
Member
Join Date: Jun 2017
Posts: 73
Rep Power: 9 |
Hi,
I have some question about the k-equation implementation. I have found the following source code in force kEpsilon.C: Code:
// Turbulent kinetic energy equation tmp<fvScalarMatrix> kEqn ( fvm::ddt(alpha, rho, k_) + fvm::div(alphaRhoPhi, k_) - fvm::laplacian(alpha*rho*DkEff(), k_) == alpha()*rho()*G - fvm::SuSp((2.0/3.0)*alpha()*rho()*divU, k_) - fvm::Sp(alpha()*rho()*epsilon_()/k_(), k_) + kSource() + fvOptions(alpha, rho, k_) 2. What does SuSp and Sp mean? And why are there additional "+ kSource() + fvOptions(alpha, rho, k_)"? What do they mean? Can anyone help? EDIT: I just remembered that alpha might be from boussinesq. But I am still missing the meaning of alphaRhoPhi Greetings, Friendly |
|
December 21, 2017, 09:25 |
|
#2 | |
Senior Member
|
Quote:
alpharhophi has rhophi which has the flux which has the velocities in it. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Porous Modeling of Energy equation in OpenFOAM | mohammad_kordo | OpenFOAM Running, Solving & CFD | 9 | November 22, 2020 08:18 |
OpenFOAM 5.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 11 | June 6, 2018 00:48 |
OpenFOAM 4.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 2 | October 6, 2017 06:40 |
Population Balance Equation in OpenFOAM | Amjad Asad | OpenFOAM Programming & Development | 0 | January 19, 2016 06:14 |
Solving Advection-reaction Equation using OpenFoam | arijith | OpenFOAM Programming & Development | 1 | October 13, 2014 11:02 |