alphaOneFvPatchScalarField Class Reference

This boundary condition provides a uniform fixed value one condition. More...

Inheritance diagram for alphaOneFvPatchScalarField:
Collaboration diagram for alphaOneFvPatchScalarField:

Public Member Functions

 TypeName ("alphaOne")
 Runtime type information. More...
 
 alphaOneFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, fvMesh > &)
 Construct from patch and internal field. More...
 
 alphaOneFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, fvMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 alphaOneFvPatchScalarField (const alphaOneFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, fvMesh > &, const fieldMapper &)
 Construct by mapping given alphaOneFvPatchScalarField. More...
 
 alphaOneFvPatchScalarField (const alphaOneFvPatchScalarField &)=delete
 Disallow copy without setting internal field reference. More...
 
 alphaOneFvPatchScalarField (const alphaOneFvPatchScalarField &, const DimensionedField< scalar, fvMesh > &)
 Copy constructor setting internal field reference. More...
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, fvMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 
virtual void operator== (const fvPatchScalarField &)
 
virtual void operator== (const Field< scalar > &)
 
virtual void operator== (const scalar &)
 

Detailed Description

This boundary condition provides a uniform fixed value one condition.

Source files

Definition at line 48 of file alphaOneFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ alphaOneFvPatchScalarField() [1/5]

alphaOneFvPatchScalarField ( const fvPatch p,
const DimensionedField< scalar, fvMesh > &  iF 
)

Construct from patch and internal field.

Definition at line 31 of file alphaOneFvPatchScalarField.C.

References Foam::evaluate().

Referenced by alphaOneFvPatchScalarField::clone().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ alphaOneFvPatchScalarField() [2/5]

alphaOneFvPatchScalarField ( const fvPatch p,
const DimensionedField< scalar, fvMesh > &  iF,
const dictionary dict 
)

Construct from patch, internal field and dictionary.

Definition at line 43 of file alphaOneFvPatchScalarField.C.

References Foam::evaluate().

Here is the call graph for this function:

◆ alphaOneFvPatchScalarField() [3/5]

alphaOneFvPatchScalarField ( const alphaOneFvPatchScalarField ptf,
const fvPatch p,
const DimensionedField< scalar, fvMesh > &  iF,
const fieldMapper mapper 
)

Construct by mapping given alphaOneFvPatchScalarField.

onto a new patch

Definition at line 56 of file alphaOneFvPatchScalarField.C.

References Foam::evaluate().

Here is the call graph for this function:

◆ alphaOneFvPatchScalarField() [4/5]

Disallow copy without setting internal field reference.

◆ alphaOneFvPatchScalarField() [5/5]

alphaOneFvPatchScalarField ( const alphaOneFvPatchScalarField ptf,
const DimensionedField< scalar, fvMesh > &  iF 
)

Copy constructor setting internal field reference.

Definition at line 71 of file alphaOneFvPatchScalarField.C.

References Foam::evaluate().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "alphaOne"  )

Runtime type information.

◆ clone()

virtual tmp<fvPatchScalarField> clone ( const DimensionedField< scalar, fvMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Definition at line 100 of file alphaOneFvPatchScalarField.H.

References alphaOneFvPatchScalarField::alphaOneFvPatchScalarField().

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 85 of file alphaOneFvPatchScalarField.C.

References fvPatchField< Type >::operator=().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 98 of file alphaOneFvPatchScalarField.C.

References fvPatchField< Type >::write(), and Foam::writeEntry().

Here is the call graph for this function:

◆ operator==() [1/3]

virtual void operator== ( const fvPatchScalarField )
inlinevirtual

Definition at line 128 of file alphaOneFvPatchScalarField.H.

◆ operator==() [2/3]

virtual void operator== ( const Field< scalar > &  )
inlinevirtual

Definition at line 129 of file alphaOneFvPatchScalarField.H.

◆ operator==() [3/3]

virtual void operator== ( const scalar &  )
inlinevirtual

Definition at line 130 of file alphaOneFvPatchScalarField.H.


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