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