This boundary condition specifies a velocity inlet profile appropriate for atmospheric boundary layers (ABL). More...
Public Member Functions | |
TypeName ("atmBoundaryLayerInletVelocity") | |
Runtime type information. More... | |
atmBoundaryLayerInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
Construct from patch and internal field. More... | |
atmBoundaryLayerInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
atmBoundaryLayerInletVelocityFvPatchVectorField (const atmBoundaryLayerInletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given. More... | |
virtual tmp< fvPatchVectorField > | clone () const |
Construct and return a clone. More... | |
atmBoundaryLayerInletVelocityFvPatchVectorField (const atmBoundaryLayerInletVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvPatchVectorField > | clone (const DimensionedField< vector, volMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
virtual void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. More... | |
virtual void | rmap (const fvPatchVectorField &, const labelList &) |
Reverse map the given fvPatchField onto this fvPatchField. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
Public Member Functions inherited from atmBoundaryLayer | |
atmBoundaryLayer () | |
Construct null. More... | |
atmBoundaryLayer (const vectorField &p, const dictionary &) | |
Construct from the coordinates field and dictionary. More... | |
atmBoundaryLayer (const atmBoundaryLayer &, const fvPatchFieldMapper &) | |
Construct by mapping given. More... | |
atmBoundaryLayer (const atmBoundaryLayer &) | |
Construct as copy. More... | |
const vector & | flowDir () const |
Return flow direction. More... | |
const vector & | zDir () const |
Return z-direction. More... | |
const scalarField & | Ustar () const |
Return friction velocity. More... | |
void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. More... | |
void | rmap (const atmBoundaryLayer &, const labelList &) |
Reverse map the given fvPatchField onto this fvPatchField. More... | |
tmp< vectorField > | U (const vectorField &p) const |
Return the velocity distribution for the ATM. More... | |
tmp< scalarField > | k (const vectorField &p) const |
Return the turbulent kinetic energy distribution for the ATM. More... | |
tmp< scalarField > | epsilon (const vectorField &p) const |
Return the turbulent dissipation rate distribution for the ATM. More... | |
void | write (Ostream &) const |
Write. More... | |
This boundary condition specifies a velocity inlet profile appropriate for atmospheric boundary layers (ABL).
See Foam::atmBoundaryLayer for details.
Example of the boundary condition specification:
ground { type atmBoundaryLayerInletVelocity; n (1 0 0); z (0 0 1); Uref 10.0; Zref 20.0; z0 uniform 0.1; zGround uniform 0.0; }
Definition at line 72 of file atmBoundaryLayerInletVelocityFvPatchVectorField.H.
atmBoundaryLayerInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 41 of file atmBoundaryLayerInletVelocityFvPatchVectorField.C.
Referenced by atmBoundaryLayerInletVelocityFvPatchVectorField::atmBoundaryLayerInletVelocityFvPatchVectorField(), and atmBoundaryLayerInletVelocityFvPatchVectorField::clone().
atmBoundaryLayerInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 53 of file atmBoundaryLayerInletVelocityFvPatchVectorField.C.
References atmBoundaryLayerInletVelocityFvPatchVectorField::atmBoundaryLayerInletVelocityFvPatchVectorField(), dictionary::found(), dictionary::lookupOrDefault(), Field< vector >::operator=(), fvPatch::size(), U, and Foam::Zero.
atmBoundaryLayerInletVelocityFvPatchVectorField | ( | const atmBoundaryLayerInletVelocityFvPatchVectorField & | pvf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
atmBoundaryLayerInletVelocityFvPatchVectorField onto a new patch
Definition at line 81 of file atmBoundaryLayerInletVelocityFvPatchVectorField.C.
References atmBoundaryLayerInletVelocityFvPatchVectorField::atmBoundaryLayerInletVelocityFvPatchVectorField().
atmBoundaryLayerInletVelocityFvPatchVectorField | ( | const atmBoundaryLayerInletVelocityFvPatchVectorField & | pvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 95 of file atmBoundaryLayerInletVelocityFvPatchVectorField.C.
References atmBoundaryLayerInletVelocityFvPatchVectorField::autoMap().
TypeName | ( | "atmBoundaryLayerInletVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 112 of file atmBoundaryLayerInletVelocityFvPatchVectorField.H.
References atmBoundaryLayerInletVelocityFvPatchVectorField::atmBoundaryLayerInletVelocityFvPatchVectorField().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 129 of file atmBoundaryLayerInletVelocityFvPatchVectorField.H.
References atmBoundaryLayerInletVelocityFvPatchVectorField::atmBoundaryLayerInletVelocityFvPatchVectorField(), atmBoundaryLayerInletVelocityFvPatchVectorField::autoMap(), atmBoundaryLayerInletVelocityFvPatchVectorField::rmap(), and atmBoundaryLayerInletVelocityFvPatchVectorField::write().
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 108 of file atmBoundaryLayerInletVelocityFvPatchVectorField.C.
References atmBoundaryLayer::autoMap(), and atmBoundaryLayerInletVelocityFvPatchVectorField::rmap().
Referenced by atmBoundaryLayerInletVelocityFvPatchVectorField::atmBoundaryLayerInletVelocityFvPatchVectorField(), and atmBoundaryLayerInletVelocityFvPatchVectorField::clone().
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 118 of file atmBoundaryLayerInletVelocityFvPatchVectorField.C.
References atmBoundaryLayer::rmap().
Referenced by atmBoundaryLayerInletVelocityFvPatchVectorField::autoMap(), and atmBoundaryLayerInletVelocityFvPatchVectorField::clone().
|
virtual |
Write.
Definition at line 132 of file atmBoundaryLayerInletVelocityFvPatchVectorField.C.
References Foam::makePatchTypeField(), atmBoundaryLayer::write(), and fvPatchField< Type >::write().
Referenced by atmBoundaryLayerInletVelocityFvPatchVectorField::clone().