Loading...
Searching...
No Matches
atmBoundaryLayerInletOmegaFvPatchScalarField Class Reference

#include <atmBoundaryLayerInletOmegaFvPatchScalarField.H>

Inheritance diagram for atmBoundaryLayerInletOmegaFvPatchScalarField:
Collaboration diagram for atmBoundaryLayerInletOmegaFvPatchScalarField:

Public Member Functions

 TypeName ("atmBoundaryLayerInletOmega")
 Runtime type information.
 atmBoundaryLayerInletOmegaFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field.
 atmBoundaryLayerInletOmegaFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 atmBoundaryLayerInletOmegaFvPatchScalarField (const atmBoundaryLayerInletOmegaFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given atmBoundaryLayerInletOmegaFvPatchScalarField onto a new patch.
 atmBoundaryLayerInletOmegaFvPatchScalarField (const atmBoundaryLayerInletOmegaFvPatchScalarField &, 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 autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void rmap (const fvPatchScalarField &, const labelList &)
 Reverse map the given fvPatchField onto this fvPatchField.
virtual void write (Ostream &) const
 Write.
Public Member Functions inherited from atmBoundaryLayer
 atmBoundaryLayer (const Time &time, const polyPatch &pp)
 Construct null from time.
 atmBoundaryLayer (const Time &time, const polyPatch &pp, const dictionary &dict)
 Construct from the time database and dictionary.
 atmBoundaryLayer (const atmBoundaryLayer &abl, const fvPatch &patch, const fvPatchFieldMapper &mapper)
 Construct by mapping given atmBoundaryLayer onto a new patch.
 atmBoundaryLayer (const atmBoundaryLayer &)
 Construct as copy.
vector flowDir () const
 Return flow direction.
vector zDir () const
 Return the ground-normal direction.
tmp< scalarFieldUstar (const scalarField &z0) const
 Return friction velocity.
void autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
void rmap (const atmBoundaryLayer &, const labelList &)
 Reverse map the given fvPatchField onto this fvPatchField.
tmp< vectorFieldU (const vectorField &pCf) const
 Return the velocity distribution for the ATM.
tmp< scalarFieldk (const vectorField &pCf) const
 Return the turbulent kinetic energy distribution for the ATM.
tmp< scalarFieldepsilon (const vectorField &pCf) const
 Return the turbulent dissipation rate distribution for the ATM.
tmp< scalarFieldomega (const vectorField &pCf) const
 Return the specific dissipation rate distribution for the ATM.
void write (Ostream &) const
 Write.

Additional Inherited Members

Protected Attributes inherited from atmBoundaryLayer
bool initABL_
 Flag to initialise profiles with the theoretical ABL expressions, otherwise initialises by using "value" entry content.

Detailed Description

Constructor & Destructor Documentation

◆ atmBoundaryLayerInletOmegaFvPatchScalarField() [1/4]

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

Construct from patch and internal field.

Definition at line 34 of file atmBoundaryLayerInletOmegaFvPatchScalarField.C.

References atmBoundaryLayer::atmBoundaryLayer(), and p.

Referenced by atmBoundaryLayerInletOmegaFvPatchScalarField(), atmBoundaryLayerInletOmegaFvPatchScalarField(), rmap(), and TypeName().

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

◆ atmBoundaryLayerInletOmegaFvPatchScalarField() [2/4]

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

Construct from patch, internal field and dictionary.

Definition at line 46 of file atmBoundaryLayerInletOmegaFvPatchScalarField.C.

References atmBoundaryLayer::atmBoundaryLayer(), dict, atmBoundaryLayer::initABL_, IOobjectOption::MUST_READ, atmBoundaryLayer::omega(), Field< scalar >::operator=(), and p.

Here is the call graph for this function:

◆ atmBoundaryLayerInletOmegaFvPatchScalarField() [3/4]

atmBoundaryLayerInletOmegaFvPatchScalarField ( const atmBoundaryLayerInletOmegaFvPatchScalarField & psf,
const fvPatch & p,
const DimensionedField< scalar, volMesh > & iF,
const fvPatchFieldMapper & mapper )

Construct by mapping given atmBoundaryLayerInletOmegaFvPatchScalarField onto a new patch.

Definition at line 75 of file atmBoundaryLayerInletOmegaFvPatchScalarField.C.

References atmBoundaryLayer::atmBoundaryLayer(), atmBoundaryLayerInletOmegaFvPatchScalarField(), and p.

Here is the call graph for this function:

◆ atmBoundaryLayerInletOmegaFvPatchScalarField() [4/4]

atmBoundaryLayerInletOmegaFvPatchScalarField ( const atmBoundaryLayerInletOmegaFvPatchScalarField & psf,
const DimensionedField< scalar, volMesh > & iF )

Construct as copy setting internal field reference.

Definition at line 89 of file atmBoundaryLayerInletOmegaFvPatchScalarField.C.

References atmBoundaryLayer::atmBoundaryLayer(), and atmBoundaryLayerInletOmegaFvPatchScalarField().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "atmBoundaryLayerInletOmega" )

Runtime type information.

References atmBoundaryLayerInletOmegaFvPatchScalarField().

Here is the call graph for this function:

◆ clone() [1/2]

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

Return a clone.

Definition at line 208 of file atmBoundaryLayerInletOmegaFvPatchScalarField.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 216 of file atmBoundaryLayerInletOmegaFvPatchScalarField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 103 of file atmBoundaryLayerInletOmegaFvPatchScalarField.C.

References atmBoundaryLayer::omega().

Here is the call graph for this function:

◆ autoMap()

void autoMap ( const fvPatchFieldMapper & m)
virtual

Map (and resize as needed) from self given a mapping object.

Definition at line 116 of file atmBoundaryLayerInletOmegaFvPatchScalarField.C.

References atmBoundaryLayer::autoMap().

Here is the call graph for this function:

◆ rmap()

void rmap ( const fvPatchScalarField & psf,
const labelList & addr )
virtual

Reverse map the given fvPatchField onto this fvPatchField.

Definition at line 126 of file atmBoundaryLayerInletOmegaFvPatchScalarField.C.

References atmBoundaryLayerInletOmegaFvPatchScalarField(), Foam::refCast(), and atmBoundaryLayer::rmap().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Definition at line 141 of file atmBoundaryLayerInletOmegaFvPatchScalarField.C.

References os(), atmBoundaryLayer::write(), fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().

Here is the call graph for this function:

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