fixedShearStressFvPatchVectorField.H: Removed rhoName and phiName
This commit is contained in:
parent
e0d4d0af31
commit
16e20e8339
1 changed files with 1 additions and 7 deletions
|
|
@ -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_;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue