Loading...
Searching...
No Matches
wideBandDiffusiveRadiationMixedFvPatchScalarField Class Reference

This boundary condition provides a wide-band, diffusive radiation condition, where the patch temperature is specified. More...

#include <wideBandDiffusiveRadiationMixedFvPatchScalarField.H>

Inheritance diagram for wideBandDiffusiveRadiationMixedFvPatchScalarField:
Collaboration diagram for wideBandDiffusiveRadiationMixedFvPatchScalarField:

Public Member Functions

 TypeName ("wideBandDiffusiveRadiation")
 Runtime type information.
 wideBandDiffusiveRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field.
 wideBandDiffusiveRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 wideBandDiffusiveRadiationMixedFvPatchScalarField (const wideBandDiffusiveRadiationMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given GreyDiffusiveRadiationMixedFvPatchField.
 wideBandDiffusiveRadiationMixedFvPatchScalarField (const wideBandDiffusiveRadiationMixedFvPatchScalarField &)
 Construct as copy.
 wideBandDiffusiveRadiationMixedFvPatchScalarField (const wideBandDiffusiveRadiationMixedFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField< scalar > > clone () const
 Return a clone.
virtual tmp< fvPatchField< scalar > > clone (const DimensionedField< scalar, volMesh > &iF) const
 Clone with an internal field reference.
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void write (Ostream &) const
 Write.

Detailed Description

This boundary condition provides a wide-band, diffusive radiation condition, where the patch temperature is specified.

Usage
Property Description Required Default value
T temperature field name no T

Example of the boundary condition specification:

    <patchName>
    {
        type            wideBandDiffusiveRadiation;
        value           uniform 0;
    }
See also
Foam::mixedFvPatchScalarField Foam::radiationCoupledBase
Source files

Definition at line 81 of file wideBandDiffusiveRadiationMixedFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ wideBandDiffusiveRadiationMixedFvPatchScalarField() [1/5]

wideBandDiffusiveRadiationMixedFvPatchScalarField ( const fvPatch & p,
const DimensionedField< scalar, volMesh > & iF )

Construct from patch and internal field.

Definition at line 37 of file wideBandDiffusiveRadiationMixedFvPatchScalarField.C.

References p, and Foam::Zero.

Referenced by TypeName(), wideBandDiffusiveRadiationMixedFvPatchScalarField(), wideBandDiffusiveRadiationMixedFvPatchScalarField(), and wideBandDiffusiveRadiationMixedFvPatchScalarField().

Here is the caller graph for this function:

◆ wideBandDiffusiveRadiationMixedFvPatchScalarField() [2/5]

wideBandDiffusiveRadiationMixedFvPatchScalarField ( const fvPatch & p,
const DimensionedField< scalar, volMesh > & iF,
const dictionary & dict )

Construct from patch, internal field and dictionary.

Definition at line 65 of file wideBandDiffusiveRadiationMixedFvPatchScalarField.C.

References dict, IOobjectOption::MUST_READ, fvPatchField< scalar >::operator=(), p, and Foam::Zero.

Here is the call graph for this function:

◆ wideBandDiffusiveRadiationMixedFvPatchScalarField() [3/5]

wideBandDiffusiveRadiationMixedFvPatchScalarField ( const wideBandDiffusiveRadiationMixedFvPatchScalarField & ptf,
const fvPatch & p,
const DimensionedField< scalar, volMesh > & iF,
const fvPatchFieldMapper & mapper )

Construct by mapping given GreyDiffusiveRadiationMixedFvPatchField.

onto a new patch

Definition at line 52 of file wideBandDiffusiveRadiationMixedFvPatchScalarField.C.

References p, and wideBandDiffusiveRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ wideBandDiffusiveRadiationMixedFvPatchScalarField() [4/5]

wideBandDiffusiveRadiationMixedFvPatchScalarField ( const wideBandDiffusiveRadiationMixedFvPatchScalarField & ptf)

Construct as copy.

Definition at line 91 of file wideBandDiffusiveRadiationMixedFvPatchScalarField.C.

References wideBandDiffusiveRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ wideBandDiffusiveRadiationMixedFvPatchScalarField() [5/5]

wideBandDiffusiveRadiationMixedFvPatchScalarField ( const wideBandDiffusiveRadiationMixedFvPatchScalarField & ptf,
const DimensionedField< scalar, volMesh > & iF )

Construct as copy setting internal field reference.

Definition at line 101 of file wideBandDiffusiveRadiationMixedFvPatchScalarField.C.

References wideBandDiffusiveRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "wideBandDiffusiveRadiation" )

Runtime type information.

References wideBandDiffusiveRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ clone() [1/2]

virtual tmp< fvPatchField< scalar > > clone ( ) const
inlinevirtual

Return a clone.

Definition at line 147 of file wideBandDiffusiveRadiationMixedFvPatchScalarField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ clone() [2/2]

virtual tmp< fvPatchField< scalar > > clone ( const DimensionedField< scalar, volMesh > & iF) const
inlinevirtual

Clone with an internal field reference.

Definition at line 155 of file wideBandDiffusiveRadiationMixedFvPatchScalarField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ updateCoeffs()

◆ write()

void write ( Ostream & os) const
virtual

Write.

Definition at line 293 of file wideBandDiffusiveRadiationMixedFvPatchScalarField.C.

References os(), and mixedFvPatchField< Type >::write().

Here is the call graph for this function:

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