64 #ifndef varyingVelocityFvPatchVectorFields_H 
   65 #define varyingVelocityFvPatchVectorFields_H 
   67 #include "fixedValueFvPatchFields.H" 
   79     : 
public fixedValueFvPatchVectorField
 
   86     label normalComponent_;
 
   99         const DimensionedField<vector, volMesh>&);
 
  104         const DimensionedField<vector, volMesh>&,
 
  112         const DimensionedField<vector, volMesh>&,
 
  113         const fvPatchFieldMapper&);
 
  120     virtual tmp<fvPatchVectorField> 
clone()
 const 
  122         return tmp<fvPatchVectorField>(
 
  129         const DimensionedField<vector, volMesh>&);
 
  132     virtual tmp<fvPatchVectorField> 
clone(
 
  133         const DimensionedField<vector, volMesh>& iF)
 const 
  135         return tmp<fvPatchVectorField>(
 
  145     virtual void write(Ostream&) 
const;