31 #ifndef fixedWallHeatFluxFvPatchScalarField_H 
   32 #define fixedWallHeatFluxFvPatchScalarField_H 
   34 #include "fvPatchFields.H" 
   35 #include "fixedGradientFvPatchFields.H" 
   36 #include "turbulenceModel.H" 
   48     : 
public fixedGradientFvPatchScalarField
 
   72         const DimensionedField<scalar, volMesh>&);
 
   77         const DimensionedField<scalar, volMesh>&,
 
   85         const DimensionedField<scalar, volMesh>&,
 
   86         const fvPatchFieldMapper&);
 
   95         const DimensionedField<scalar, volMesh>&);
 
  103     virtual void write(Ostream&) 
const;