fixedShearStressFvPatchVectorField.H: Removed rhoName and phiName

This commit is contained in:
Henry 2015-02-02 12:28:47 +00:00
parent e0d4d0af31
commit 16e20e8339

View file

@ -25,7 +25,7 @@ Class
Foam::fixedShearStressFvPatchVectorField
Group
grpWallBoundaryConditions
grpTurbulenceBoundaryConditions
Description
Set a constant shear stress as tau0 = -nuEff dU/dn.
@ -56,12 +56,6 @@ class fixedShearStressFvPatchVectorField
{
// Private data
//- Name of flux field (default = phi)
const word phiName_;
//- Name of density field (default = rho)
const word rhoName_;
//- Constant shear stress
const vector tau0_;