View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000589 | OpenFOAM | Bug | public | 2012-07-19 12:58 | 2012-07-19 18:03 |
Reporter | projectionist | Assigned To | henry | ||
Priority | none | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 10.04 |
Summary | 0000589: Typo in comment section at beginning of oneEqEddy.H | ||||
Description | At the top comment section of oneEqEddy.H there is the transport equation for the turbulent kinetic energy. d/dt(k) + div(U*k) - div(nuEff*grad(k)) = -B*L - ce*k^3/2/delta The last term in this equation is erroneous. It states: ce*k^3/2/delta but in oneEqEddy.C fvm::Sp(ce_*sqrt(k_)/delta(), k_) is implemented, which reads: ce*sqrt(k)*k/delta = ce*k^(3/2)/delta This can also be found in literature by Davidson, Kim & Menon and Fureby | ||||
Tags | No tags attached. | ||||
|
Also the term 'B*L' is not clearly defined in the Header file. Although 'B' is defined in the comments, 'L' is not. In oneEqEddy.C instead of 'B*L' the symbol 'G' is used. |
|
Resolved by commit 8d649a148591e4b7bbd6d79beec7420d7df3213f |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-07-19 12:58 | projectionist | New Issue | |
2012-07-19 13:33 | projectionist | Note Added: 0001475 | |
2012-07-19 18:03 | henry | Note Added: 0001476 | |
2012-07-19 18:03 | henry | Status | new => resolved |
2012-07-19 18:03 | henry | Resolution | open => fixed |
2012-07-19 18:03 | henry | Assigned To | => henry |