37 namespace incompressible
42 atmBoundaryLayerInletEpsilonFvPatchScalarField::
43 atmBoundaryLayerInletEpsilonFvPatchScalarField
49 fixedValueFvPatchScalarField(p, iF),
58 atmBoundaryLayerInletEpsilonFvPatchScalarField::
59 atmBoundaryLayerInletEpsilonFvPatchScalarField
67 fixedValueFvPatchScalarField(ptf, p, iF, mapper),
72 zGround_(ptf.zGround_)
76 atmBoundaryLayerInletEpsilonFvPatchScalarField::
77 atmBoundaryLayerInletEpsilonFvPatchScalarField
84 fixedValueFvPatchScalarField(p, iF),
95 "atmBoundaryLayerInletEpsilonFvPatchScalarField"
98 "const DimensionedField<scalar, volMesh>&, "
102 <<
"magnitude of z vector must be greater than zero"
112 atmBoundaryLayerInletEpsilonFvPatchScalarField::
113 atmBoundaryLayerInletEpsilonFvPatchScalarField
119 fixedValueFvPatchScalarField(blpsf, iF),
120 Ustar_(blpsf.Ustar_),
123 kappa_(blpsf.kappa_),
124 zGround_(blpsf.zGround_)
130 void atmBoundaryLayerInletEpsilonFvPatchScalarField::updateCoeffs()
138 void atmBoundaryLayerInletEpsilonFvPatchScalarField::write(
Ostream& os)
const
151 writeEntry(
"value", os);