FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

turbulentTemperatureCoupledBaffleMixedFvPatchScalarField Class Reference

Mixed boundary condition for temperature, to be used for heat-transfer on back-to-back baffles. More...

#include <compressibleRASModels/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H>


Detailed Description

Mixed boundary condition for temperature, to be used for heat-transfer on back-to-back baffles.

Specifies gradient and temperature such that the equations are the same on both sides:

  • refGradient = zero gradient
  • refValue = neighbour value
  • mixFraction = nbrKDelta / (nbrKDelta + myKDelta())

where KDelta is heat-transfer coefficient K * deltaCoeffs

Example usage: myInterfacePatchName { typecompressible::turbulentTemperatureCoupledBaffleMixed; neighbourFieldName T; K K; // or none value uniform 300; }

Needs to be on underlying directMapped(Wall)FvPatch.

Note: if K is "none" looks up RASModel and basicThermo, otherwise expects the solver to calculate a 'K' field.

Note: runs in parallel with arbitrary decomposition. Uses directMapped functionality to calculate exchange.

Source files

Definition at line 78 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H.

Collaboration diagram for turbulentTemperatureCoupledBaffleMixedFvPatchScalarField:

List of all members.

Public Member Functions

 TypeName ("compressible::turbulentTemperatureCoupledBaffleMixed")
 Runtime type information.
 turbulentTemperatureCoupledBaffleMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field.
 turbulentTemperatureCoupledBaffleMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 turbulentTemperatureCoupledBaffleMixedFvPatchScalarField (const turbulentTemperatureCoupledBaffleMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given.
virtual tmp< fvPatchScalarField >  clone () const
 Construct and return a clone.
 turbulentTemperatureCoupledBaffleMixedFvPatchScalarField (const turbulentTemperatureCoupledBaffleMixedFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchScalarField >  clone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference.
tmp< scalarField >  K () const
 Get corresponding K field.
virtual void  updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

Construct from patch and internal field.

Definition at line 50 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.

Construct as copy setting internal field reference.

Definition at line 132 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.


Member Function Documentation

TypeName ( "compressible::turbulentTemperatureCoupledBaffleMixed"    )

Runtime type information.

virtual tmp<fvPatchScalarField> clone ( const DimensionedField< scalar, volMesh > &   iF  ) const [inline, virtual]

Construct and return a clone setting internal field reference.

Definition at line 146 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H.

void write ( Ostream &   os  ) const [virtual]

The documentation for this class was generated from the following files: