Bugfix: Comments and cleanup

This commit is contained in:
Hrvoje Jasak 2016-03-15 10:29:54 +00:00
parent 73655a6552
commit c1ad46b28f
2 changed files with 3 additions and 2 deletions

View file

@ -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())
{ {

View file

@ -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