adjointRotatingWallVelocityFvPatchVectorField Class Reference

The same as adjointWallVelocity but additionally computes the sensitivity contribution emerging from the change in the positions of the face centres, in case rotatingWallVelocity is used for the flow simulation. More...

Inheritance diagram for adjointRotatingWallVelocityFvPatchVectorField:
Collaboration diagram for adjointRotatingWallVelocityFvPatchVectorField:

Public Member Functions

 TypeName ("adjointRotatingWallVelocity")
 Runtime type information. More...
 
 adjointRotatingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field. More...
 
 adjointRotatingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 adjointRotatingWallVelocityFvPatchVectorField (const adjointRotatingWallVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given adjointRotatingWallVelocityFvPatchVectorField onto a new patch. More...
 
virtual tmp< fvPatchVectorFieldclone () const
 Construct and return a clone. More...
 
 adjointRotatingWallVelocityFvPatchVectorField (const adjointRotatingWallVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual tmp< fvPatchVectorFieldclone (const DimensionedField< vector, volMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual tmp< tensorFielddxdbMult () const
 Compute contribution to SDs. More...
 
virtual void write (Ostream &) const
 Write. More...
 
- Public Member Functions inherited from adjointWallVelocityFvPatchVectorField
 TypeName ("adjointWallVelocity")
 Runtime type information. More...
 
 adjointWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field. More...
 
 adjointWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 adjointWallVelocityFvPatchVectorField (const adjointWallVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given adjointWallVelocityFvPatchVectorField onto a new patch. More...
 
 adjointWallVelocityFvPatchVectorField (const adjointWallVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual void manipulateMatrix (fvMatrix< vector > &matrix)
 In case of High-Re runs based on the nutUSpaldingWallFunction add source terms in the first cell centre off the wall. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
- Public Member Functions inherited from adjointBoundaryCondition< Type >
 TypeName ("adjointBoundaryCondition")
 Run-time type information. More...
 
 adjointBoundaryCondition (const fvPatch &p, const DimensionedField< Type, volMesh > &iF, const word &solverName)
 Construct from field and base name. More...
 
 adjointBoundaryCondition (const adjointBoundaryCondition< Type > &)
 Construct as copy. More...
 
virtual ~adjointBoundaryCondition ()=default
 Destructor. More...
 
const wordobjectiveManagerName () const
 Return objectiveManager name. More...
 
const wordadjointSolverName () const
 Return adjointSolverName. More...
 
const wordsimulationType () const
 Return the simulationType. More...
 
void setBoundaryContributionPtr ()
 Set the ptr to the correct boundaryAdjointContribution. More...
 
boundaryAdjointContributiongetBoundaryAdjContribution ()
 Get boundaryContribution. More...
 
const ATCModelgetATC () const
 ATC type might be useful for a number of BCs. Return here. More...
 
virtual void updatePrimalBasedQuantities ()
 Update the primal based quantities related to the adjoint boundary conditions. More...
 

Additional Inherited Members

- Protected Member Functions inherited from adjointBoundaryCondition< Type >
template<class Type2 >
tmp< Field< typename Foam::outerProduct< Foam::vector, Type2 >::type > > computePatchGrad (word name)
 Get gradient of field on a specific boundary. More...
 
bool addATCUaGradUTerm ()
 Whether to add the extra term from the UaGradU formulation. More...
 
- Protected Attributes inherited from adjointBoundaryCondition< Type >
const fvPatchpatch_
 Reference to patch. More...
 
word managerName_
 objectiveManager name corresponding to field More...
 
word adjointSolverName_
 adjointSolver name corresponding to field More...
 
word simulationType_
 simulationType corresponding to field. More...
 
autoPtr< boundaryAdjointContributionboundaryContrPtr_
 Engine to manage contributions of the objective functions to the adjoint boundary conditions. More...
 
Switch addATCUaGradUTerm_
 Whether to add the extra term from the UaGradU formulation. More...
 

Detailed Description

The same as adjointWallVelocity but additionally computes the sensitivity contribution emerging from the change in the positions of the face centres, in case rotatingWallVelocity is used for the flow simulation.

Source files

Definition at line 51 of file adjointRotatingWallVelocityFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ adjointRotatingWallVelocityFvPatchVectorField() [1/4]

Construct from patch and internal field.

Definition at line 29 of file adjointRotatingWallVelocityFvPatchVectorField.C.

Referenced by adjointRotatingWallVelocityFvPatchVectorField::clone().

Here is the caller graph for this function:

◆ adjointRotatingWallVelocityFvPatchVectorField() [2/4]

Construct from patch, internal field and dictionary.

Definition at line 59 of file adjointRotatingWallVelocityFvPatchVectorField.C.

◆ adjointRotatingWallVelocityFvPatchVectorField() [3/4]

◆ adjointRotatingWallVelocityFvPatchVectorField() [4/4]

Construct as copy setting internal field reference.

Definition at line 74 of file adjointRotatingWallVelocityFvPatchVectorField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "adjointRotatingWallVelocity"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchVectorField> clone ( ) const
inlinevirtual

Construct and return a clone.

Reimplemented from adjointWallVelocityFvPatchVectorField.

Definition at line 119 of file adjointRotatingWallVelocityFvPatchVectorField.H.

References adjointRotatingWallVelocityFvPatchVectorField::adjointRotatingWallVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ clone() [2/2]

virtual tmp<fvPatchVectorField> clone ( const DimensionedField< vector, volMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Reimplemented from adjointWallVelocityFvPatchVectorField.

Definition at line 140 of file adjointRotatingWallVelocityFvPatchVectorField.H.

References adjointRotatingWallVelocityFvPatchVectorField::adjointRotatingWallVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ dxdbMult()

Foam::tmp< Foam::tensorField > dxdbMult ( ) const
virtual

Compute contribution to SDs.

Reimplemented from adjointBoundaryCondition< Type >.

Definition at line 89 of file adjointRotatingWallVelocityFvPatchVectorField.C.

References Foam::mag(), tmp< T >::New(), om, and Foam::foamVersion::patch.

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented from adjointWallVelocityFvPatchVectorField.

Definition at line 106 of file adjointRotatingWallVelocityFvPatchVectorField.C.

References os(), adjointWallVelocityFvPatchVectorField::write(), and Ostream::writeEntry().

Here is the call graph for this function:

The documentation for this class was generated from the following files: