CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Bugs (https://www.cfd-online.com/Forums/openfoam-bugs/)
-   -   Possible bug in kOmegaSSTC (https://www.cfd-online.com/Forums/openfoam-bugs/62400-possible-bug-komegasstc.html)

dnomdec October 17, 2008 20:03

Hi all, In kOmegaSST.C, I w
 
Hi all,

In kOmegaSST.C, I was wondering why the code correct "y" in changing meshes for two times, once through

RASModel::correct(); (which corrects y if mesh is moving)

and another time through

if (mesh_.changing())
{
y_.correct();
}

Thx,
Ned

henry October 20, 2008 06:16

Because different "y"s are bei
 
Because different "y"s are being corrected.

H


All times are GMT -4. The time now is 19:35.