Go to the documentation of this file.
47 fixedValueFvPatchScalarField(
p, iF),
61 fixedValueFvPatchScalarField(ptf,
p, iF, mapper),
74 fixedValueFvPatchScalarField(
p, iF),
91 fixedValueFvPatchScalarField(tppsf, iF),
110 const fvsPatchField<scalar>& phip = boundaryContrPtr_->phib();
111 const fvPatchField<vector>& Up = boundaryContrPtr_->Ub();
114 const fvPatchField<vector>& Uap = boundaryContrPtr_->Uab();
124 tmp<scalarField> tmomentumDiffusion =
125 boundaryContrPtr_->momentumDiffusion();
126 const scalarField& momentumDiffusion = tmomentumDiffusion();
129 const word& UaName = boundaryContrPtr_->Uab().internalField().name();
130 tmp<tensorField> tgradUab = computePatchGrad<vector>(UaName);
137 scalarField normalExplDifFlux(explDiffusiveFlux & nf);
140 tmp<scalarField> tsource = boundaryContrPtr_->pressureSource();
144 if (addATCUaGradUTerm())
152 + momentumDiffusion*snGradUan
157 fixedValueFvPatchScalarField::updateCoeffs();
164 writeEntry(
"value",
os);
176 adjointOutletPressureFvPatchScalarField
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
fvPatchField< scalar > fvPatchScalarField
virtual void write(Ostream &) const
virtual tmp< Field< Type > > snGrad() const
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
adjointOutletPressureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Field< tensor > tensorField
Specialisation of Field<T> for tensor.
Base class for solution control classes.
autoPtr< boundaryAdjointContribution > boundaryContrPtr_
adjointBoundaryCondition< scalar > adjointScalarBoundaryCondition
Field< vector > vectorField
Specialisation of Field<T> for vector.
virtual void updateCoeffs()
Generic templated field type.
static const SphericalTensor oneThirdI
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
Ostream & writeEntry(const keyType &key, const T &value)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
Foam::fvPatchFieldMapper.
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
virtual void write(Ostream &) const
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...