epsilonWallFunction, omegaWallFunction: Removed unused variabl
This commit is contained in:
parent
628d86e575
commit
7a674dbc07
2 changed files with 0 additions and 6 deletions
|
|
@ -229,9 +229,6 @@ void Foam::epsilonWallFunctionFvPatchScalarField::calculate
|
|||
|
||||
const scalarField magGradUw(mag(Uw.snGrad()));
|
||||
|
||||
typedef DimensionedField<scalar, volMesh> FieldType;
|
||||
const FieldType& G = db().lookupObject<FieldType>(turbModel.GName());
|
||||
|
||||
// Set epsilon and G
|
||||
forAll(nutw, facei)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -233,9 +233,6 @@ void omegaWallFunctionFvPatchScalarField::calculate
|
|||
|
||||
const scalarField magGradUw(mag(Uw.snGrad()));
|
||||
|
||||
typedef DimensionedField<scalar, volMesh> FieldType;
|
||||
const FieldType& G = db().lookupObject<FieldType>(turbModel.GName());
|
||||
|
||||
// Set omega and G
|
||||
forAll(nutw, facei)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue