Bugfix: Comments and cleanup
This commit is contained in:
parent
73655a6552
commit
c1ad46b28f
2 changed files with 3 additions and 2 deletions
|
@ -66,7 +66,8 @@ void vanDriestDelta::calcDelta()
|
||||||
);
|
);
|
||||||
|
|
||||||
const fvPatchList& patches = mesh_.boundary();
|
const fvPatchList& patches = mesh_.boundary();
|
||||||
forAll(patches, patchi)
|
|
||||||
|
forAll (patches, patchi)
|
||||||
{
|
{
|
||||||
if (patches[patchi].isWall())
|
if (patches[patchi].isWall())
|
||||||
{
|
{
|
||||||
|
|
|
@ -25,7 +25,7 @@ Class
|
||||||
Foam::incompressible::LESModels::vanDriestDelta
|
Foam::incompressible::LESModels::vanDriestDelta
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Simple cube-root of cell volume delta used in incompressible LES models.
|
Simple cube-root of cell volume delta with van Driest wall damping.
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
vanDriestDelta.C
|
vanDriestDelta.C
|
||||||
|
|
Reference in a new issue