Go to the documentation of this file.
42 fixedValueFvPatchVectorField(
p, iF),
56 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
69 fixedValueFvPatchVectorField(
p, iF),
86 fixedValueFvPatchVectorField(pivpvf, iF),
103 const fvsPatchField<scalar>& phip = boundaryContrPtr_->phib();
118 tmp<vectorField> tsourceVelocity =
119 boundaryContrPtr_->tangentVelocitySource();
120 vectorField& sourceVelocity = tsourceVelocity.ref();
123 tmp<vectorField> tsourcePressure =
124 boundaryContrPtr_->normalVelocitySource();
125 vectorField& sourcePressure = tsourcePressure.ref();
128 tmp<scalarField> tmomentumDiffusion =
129 boundaryContrPtr_->momentumDiffusion();
130 scalarField& momentumDiffusion = tmomentumDiffusion.ref();
137 -
neg(phip)*sourcePressure
141 *((Uac&nf)*nf + (Uac_t*(momentumDiffusion*
delta) - sourceVelocity)/denom)
144 fixedValueFvPatchVectorField::updateCoeffs();
189 writeEntry(
"value",
os);
201 adjointFarFieldVelocityFvPatchVectorField
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) 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.
virtual tmp< Field< vector > > valueInternalCoeffs(const tmp< scalarField > &) const
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
virtual void updateCoeffs()
Base class for solution control classes.
autoPtr< boundaryAdjointContribution > boundaryContrPtr_
Field< vector > vectorField
Specialisation of Field<T> for vector.
virtual void write(Ostream &) const
Generic templated field type.
virtual tmp< Field< vector > > valueBoundaryCoeffs(const tmp< scalarField > &) const
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.
adjointBoundaryCondition< vector > adjointVectorBoundaryCondition
adjointFarFieldVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
fvPatchField< vector > fvPatchVectorField
A traits class, which is primarily used for primitives.
Ostream & writeEntry(const keyType &key, const T &value)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
dimensionedScalar neg(const dimensionedScalar &ds)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
dimensionedScalar pos(const dimensionedScalar &ds)