38 const DimensionedField<vector, volMesh>& iF
41 fixedValueFvPatchVectorField(p, iF)
49 const DimensionedField<vector, volMesh>& iF,
50 const dictionary& dict
53 fixedValueFvPatchVectorField(p, iF)
62 const adjointOutletVelocityFvPatchVectorField& ptf,
64 const DimensionedField<vector, volMesh>& iF,
65 const fvPatchFieldMapper& mapper
68 fixedValueFvPatchVectorField(ptf, p, iF, mapper)
75 const adjointOutletVelocityFvPatchVectorField& pivpvf,
76 const DimensionedField<vector, volMesh>& iF
79 fixedValueFvPatchVectorField(pivpvf, iF)
93 const fvsPatchField<scalar>& phiap =
96 const fvPatchField<vector>& Up =
100 vectorField UtHat((Up - patch().nf()*Un)/(Un + SMALL));
102 vectorField Uan(patch().nf()*(patch().nf() & patchInternalField()));
107 fixedValueFvPatchVectorField::updateCoeffs();
114 writeEntry(
"value", os);
125 adjointOutletVelocityFvPatchVectorField
fvPatchField< vector > fvPatchVectorField
dimensionedSymmTensor sqr(const dimensionedVector &dv)
virtual void write(Ostream &) const
Write.
Vector< scalar > vector
A scalar version of the templated Vector.
GeometricField< vector, fvPatchField, volMesh > volVectorField
Macros for easy insertion into run-time selection tables.
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
void operator=(const Field< vector > &)
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void operator=(const UList< Type > &)
dimensioned< scalar > mag(const dimensioned< Type > &)
Field< vector > vectorField
Specialisation of Field<T> for vector.
adjointOutletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
virtual void write(Ostream &) const
Write.