31template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
37 const word& fieldName,
44 <<
"Manupulation auxiliary SD contributions from field "
46 fvOptions.postProcessAuxSens(primal, adjoint, auxSens, fieldName);
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
Generic GeometricField class.
Finite-volume options, which is an IOdictionary of values and a fv::optionList.
static void postProcessAuxSens(const GeometricField< Type, PatchField, GeoMesh > &primal, const GeometricField< Type, PatchField, GeoMesh > &adjoint, fv::options &fvOptions, const word &fieldName, scalarField &auxSens)
Potentially manipulate auxSens within the fvOption before adding the part related to the design varia...
A class for handling words, derived from Foam::string.
#define DebugInfo
Report an information message using Foam::Info.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Ostream & endl(Ostream &os)
Add newline and flush stream.