This boundary condition provides a log-law type ground-normal inlet boundary condition for the turbulent kinetic energy dissipation rate (i.e. epsilon) for homogeneous, two-dimensional, dry-air, equilibrium and neutral atmospheric boundary layer modelling.
More...


Public Member Functions | |
| TypeName ("atmBoundaryLayerInletEpsilon") | |
| Runtime type information. More... | |
| atmBoundaryLayerInletEpsilonFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. More... | |
| atmBoundaryLayerInletEpsilonFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| atmBoundaryLayerInletEpsilonFvPatchScalarField (const atmBoundaryLayerInletEpsilonFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given atmBoundaryLayerInletEpsilonFvPatchScalarField onto a new patch. More... | |
| atmBoundaryLayerInletEpsilonFvPatchScalarField (const atmBoundaryLayerInletEpsilonFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| virtual tmp< fvPatchField< scalar > > | clone () const |
| Return a clone. More... | |
| virtual tmp< fvPatchField< scalar > > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Clone with an internal field reference. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. More... | |
| virtual void | rmap (const fvPatchScalarField &, 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 (const Time &time, const polyPatch &pp) | |
| Construct null from time. More... | |
| atmBoundaryLayer (const Time &time, const polyPatch &pp, const dictionary &dict) | |
| Construct from the time database and dictionary. More... | |
| atmBoundaryLayer (const atmBoundaryLayer &abl, const fvPatch &patch, const fvPatchFieldMapper &mapper) | |
| Construct by mapping given atmBoundaryLayer onto a new patch. More... | |
| atmBoundaryLayer (const atmBoundaryLayer &) | |
| Construct as copy. More... | |
| vector | flowDir () const |
| Return flow direction. More... | |
| vector | zDir () const |
| Return the ground-normal direction. More... | |
| tmp< scalarField > | Ustar (const scalarField &z0) 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 &pCf) const |
| Return the velocity distribution for the ATM. More... | |
| tmp< scalarField > | k (const vectorField &pCf) const |
| Return the turbulent kinetic energy distribution for the ATM. More... | |
| tmp< scalarField > | epsilon (const vectorField &pCf) const |
| Return the turbulent dissipation rate distribution for the ATM. More... | |
| tmp< scalarField > | omega (const vectorField &pCf) const |
| Return the specific dissipation rate distribution for the ATM. More... | |
| void | write (Ostream &) const |
| Write. More... | |
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. More... | |
This boundary condition provides a log-law type ground-normal inlet boundary condition for the turbulent kinetic energy dissipation rate (i.e. epsilon) for homogeneous, two-dimensional, dry-air, equilibrium and neutral atmospheric boundary layer modelling.
The ground-normal epsilon profile expression:
where
| = | Ground-normal TKE dissipation rate profile [m^2/s^3] |
| = | Friction velocity [m/s] |
| = | von Kármán constant [-] |
| = | Ground-normal coordinate component [m] |
| = | Aerodynamic roughness length [m] |
| = | Ground-normal displacement height [m] |
| = | Curve-fitting coefficient for YGCJ profiles [-] |
| = | Curve-fitting coefficient for YGCJ profiles [-] |
Required fields:
epsilon | Turbulent kinetic energy dissipation rate [m2/s3]
inlet
{
// Mandatory entries (unmodifiable)
type atmBoundaryLayerInletEpsilon;
// Mandatory/Optional (inherited) entries (unmodifiable)
...
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: atmBoundaryLayerInletEpsilon | word | yes | - |
The inherited entries are elaborated in:
Definition at line 152 of file atmBoundaryLayerInletEpsilonFvPatchScalarField.H.
| atmBoundaryLayerInletEpsilonFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 36 of file atmBoundaryLayerInletEpsilonFvPatchScalarField.C.
| atmBoundaryLayerInletEpsilonFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 48 of file atmBoundaryLayerInletEpsilonFvPatchScalarField.C.
References dict, atmBoundaryLayer::epsilon(), atmBoundaryLayer::initABL_, IOobjectOption::MUST_READ, Field< scalar >::operator=(), and Foam::foamVersion::patch.

| atmBoundaryLayerInletEpsilonFvPatchScalarField | ( | const atmBoundaryLayerInletEpsilonFvPatchScalarField & | psf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given atmBoundaryLayerInletEpsilonFvPatchScalarField onto a new patch.
Definition at line 77 of file atmBoundaryLayerInletEpsilonFvPatchScalarField.C.
| atmBoundaryLayerInletEpsilonFvPatchScalarField | ( | const atmBoundaryLayerInletEpsilonFvPatchScalarField & | psf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 91 of file atmBoundaryLayerInletEpsilonFvPatchScalarField.C.
| TypeName | ( | "atmBoundaryLayerInletEpsilon" | ) |
Runtime type information.
|
inlinevirtual |
Return a clone.
Definition at line 211 of file atmBoundaryLayerInletEpsilonFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Definition at line 219 of file atmBoundaryLayerInletEpsilonFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 105 of file atmBoundaryLayerInletEpsilonFvPatchScalarField.C.
References atmBoundaryLayer::epsilon(), and Foam::foamVersion::patch.

|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 118 of file atmBoundaryLayerInletEpsilonFvPatchScalarField.C.
References atmBoundaryLayer::autoMap().

|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 128 of file atmBoundaryLayerInletEpsilonFvPatchScalarField.C.
References atmBoundaryLayer::rmap().

|
virtual |
Write.
Definition at line 143 of file atmBoundaryLayerInletEpsilonFvPatchScalarField.C.
References os(), atmBoundaryLayer::write(), fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().
