
Public Member Functions | |
| TypeName ("shapeSensitivitiesBase") | |
| Runtime type information. More... | |
| shapeSensitivitiesBase (const fvMesh &mesh, const dictionary &dict) | |
| Construct from components. More... | |
| virtual | ~shapeSensitivitiesBase ()=default |
| Destructor. More... | |
| const labelHashSet & | sensitivityPatchIDs () const |
| Get patch IDs on which sensitivities are computed. More... | |
| void | setSensitivityPatchIDs (const labelHashSet &sensPatchIDs) |
| Overwrite sensitivityPatchIDs. More... | |
| void | clearSensitivities () |
| Zero sensitivity fields and their constituents. More... | |
| void | write () |
| Write sensitivity fields. More... | |
| void | setSuffix (const word &suffix) |
| Set suffix. More... | |
| tmp< volVectorField > | getWallFaceSensVec () |
| Get wall face sensitivity vectors field. More... | |
| tmp< volScalarField > | getWallFaceSensNormal () |
| Get wall face sensitivity projected to normal field. More... | |
| tmp< volVectorField > | getWallFaceSensNormalVec () |
| Get wall face normal sens as vectors field. More... | |
| tmp< pointVectorField > | getWallPointSensVec () |
| Get wall point sensitivity vectors field. More... | |
| tmp< pointScalarField > | getWallPointSensNormal () |
| Get wall point sensitivity projected to normal field. More... | |
| tmp< pointVectorField > | getWallPointSensNormalVec () |
| Get wall point sens as vectors field. More... | |
| virtual const boundaryVectorField & | getWallFaceSensVecBoundary () const |
| Get wall face sensitivity vectors field. More... | |
| virtual const boundaryScalarField & | getWallFaceSensNormalBoundary () const |
| Get wall face sensitivity projected to normal field. More... | |
| virtual const boundaryVectorField & | getWallFaceSensNormalVecBoundary () const |
| Get wall face normal sens as vectors field. More... | |
Protected Member Functions | |
| template<class Type > | |
| void | constructAndWriteSensitivityField (const autoPtr< typename GeometricField< Type, fvPatchField, volMesh >::Boundary > &sensFieldPtr, const word &name) const |
| Constructs volField based on boundaryField and writes it. More... | |
| template<class Type > | |
| void | constructAndWriteSensitivtyPointField (const autoPtr< List< Field< Type >>> &sensFieldPtr, const word &name) const |
| Constructs pointField based on boundaryField and writes it. More... | |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | constructVolSensitivtyField (const autoPtr< typename GeometricField< Type, fvPatchField, volMesh >::Boundary > &sensFieldPtr, const word &name) const |
| Constructs volField based on boundaryField and writes it. More... | |
| void | writeFaceBasedSens () const |
| Write face-based sensitivities, if present. More... | |
| void | writePointBasedSens () const |
| Write point-based sensitivities, if present. More... | |
Protected Attributes | |
| const fvMesh & | meshShape_ |
| word | surfaceFieldSuffix_ |
| bool | writeAllSurfaceFiles_ |
| labelHashSet | sensitivityPatchIDs_ |
| autoPtr< boundaryVectorField > | wallFaceSensVecPtr_ |
| Wall face sens w.r.t. (x,y.z) More... | |
| autoPtr< boundaryScalarField > | wallFaceSensNormalPtr_ |
| Wall face sens projected to normal. More... | |
| autoPtr< boundaryVectorField > | wallFaceSensNormalVecPtr_ |
| Normal sens as vectors. More... | |
| autoPtr< pointBoundaryVectorField > | wallPointSensVecPtr_ |
| Wall point sens w.r.t. (x,y.z) More... | |
| autoPtr< pointBoundaryScalarField > | wallPointSensNormalPtr_ |
| Wall point sens projected to normal. More... | |
| autoPtr< pointBoundaryVectorField > | wallPointSensNormalVecPtr_ |
| Normal sens as vectors. More... | |
Definition at line 59 of file shapeSensitivitiesBase.H.
| shapeSensitivitiesBase | ( | const fvMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from components.
Definition at line 118 of file shapeSensitivitiesBase.C.
|
virtualdefault |
Destructor.
|
protected |
Constructs volField based on boundaryField and writes it.
Definition at line 34 of file shapeSensitivitiesBaseTemplates.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), Foam::dimless, Foam::name(), IOobjectOption::NO_READ, IOobjectOption::NO_WRITE, and Foam::Zero.

|
protected |
Constructs pointField based on boundaryField and writes it.
Definition at line 67 of file shapeSensitivitiesBaseTemplates.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::dimless, Foam::name(), MeshObject< polyMesh, UpdateableMeshObject, pointMesh >::New(), IOobjectOption::NO_READ, IOobjectOption::NO_WRITE, GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef(), regIOobject::write(), and Foam::Zero.

|
protected |
Constructs volField based on boundaryField and writes it.
Definition at line 106 of file shapeSensitivitiesBaseTemplates.C.
References forAll, Foam::name(), IOobjectOption::NO_READ, IOobjectOption::NO_WRITE, and GeometricField< Type, PatchField, GeoMesh >::ref().

|
protected |
Write face-based sensitivities, if present.
Definition at line 36 of file shapeSensitivitiesBase.C.
References shapeSensitivitiesBase::surfaceFieldSuffix_, shapeSensitivitiesBase::wallFaceSensNormalPtr_, shapeSensitivitiesBase::wallFaceSensNormalVecPtr_, shapeSensitivitiesBase::wallFaceSensVecPtr_, and shapeSensitivitiesBase::writeAllSurfaceFiles_.
|
protected |
Write point-based sensitivities, if present.
Definition at line 73 of file shapeSensitivitiesBase.C.
| TypeName | ( | "shapeSensitivitiesBase" | ) |
Runtime type information.
| const Foam::labelHashSet & sensitivityPatchIDs | ( | ) | const |
Get patch IDs on which sensitivities are computed.
Definition at line 153 of file shapeSensitivitiesBase.C.
| void setSensitivityPatchIDs | ( | const labelHashSet & | sensPatchIDs | ) |
Overwrite sensitivityPatchIDs.
Definition at line 160 of file shapeSensitivitiesBase.C.
| void clearSensitivities | ( | ) |
Zero sensitivity fields and their constituents.
Definition at line 168 of file shapeSensitivitiesBase.C.
Referenced by shapeSensitivities::clearSensitivities(), sensitivitySurfacePoints::clearSensitivities(), and sensitivitySurface::clearSensitivities().

| void write | ( | ) |
Write sensitivity fields.
If valid, copies boundaryFields to volFields and writes them.
Definition at line 209 of file shapeSensitivitiesBase.C.
Referenced by shapeSensitivities::write(), sensitivitySurfacePoints::write(), and sensitivitySurface::write().

| void setSuffix | ( | const word & | suffix | ) |
Set suffix.
Definition at line 216 of file shapeSensitivitiesBase.C.
Referenced by sensitivitySurfacePoints::setSuffixName(), and sensitivitySurface::setSuffixName().

| Foam::tmp< Foam::volVectorField > getWallFaceSensVec | ( | ) |
Get wall face sensitivity vectors field.
Definition at line 223 of file shapeSensitivitiesBase.C.
References Foam::dimless, Foam::endl(), and WarningInFunction.

| Foam::tmp< Foam::volScalarField > getWallFaceSensNormal | ( | ) |
Get wall face sensitivity projected to normal field.
Definition at line 254 of file shapeSensitivitiesBase.C.
References Foam::dimless, Foam::endl(), and WarningInFunction.

| Foam::tmp< Foam::volVectorField > getWallFaceSensNormalVec | ( | ) |
Get wall face normal sens as vectors field.
Definition at line 284 of file shapeSensitivitiesBase.C.
References Foam::dimless, Foam::endl(), and WarningInFunction.

| Foam::tmp< Foam::pointVectorField > getWallPointSensVec | ( | ) |
Get wall point sensitivity vectors field.
Definition at line 316 of file shapeSensitivitiesBase.C.
References volPointInterpolation::interpolate().

| Foam::tmp< Foam::pointScalarField > getWallPointSensNormal | ( | ) |
Get wall point sensitivity projected to normal field.
Definition at line 326 of file shapeSensitivitiesBase.C.
References volPointInterpolation::interpolate().

| Foam::tmp< Foam::pointVectorField > getWallPointSensNormalVec | ( | ) |
Get wall point sens as vectors field.
Definition at line 336 of file shapeSensitivitiesBase.C.
References volPointInterpolation::interpolate().

|
virtual |
Get wall face sensitivity vectors field.
Definition at line 346 of file shapeSensitivitiesBase.C.
|
virtual |
Get wall face sensitivity projected to normal field.
Definition at line 353 of file shapeSensitivitiesBase.C.
|
virtual |
Get wall face normal sens as vectors field.
Definition at line 360 of file shapeSensitivitiesBase.C.
|
protected |
Definition at line 65 of file shapeSensitivitiesBase.H.
|
protected |
Definition at line 66 of file shapeSensitivitiesBase.H.
Referenced by shapeSensitivitiesBase::writeFaceBasedSens().
|
protected |
Definition at line 67 of file shapeSensitivitiesBase.H.
Referenced by shapeSensitivitiesBase::writeFaceBasedSens().
|
protected |
Definition at line 70 of file shapeSensitivitiesBase.H.
|
protected |
Wall face sens w.r.t. (x,y.z)
Definition at line 81 of file shapeSensitivitiesBase.H.
Referenced by shapeSensitivitiesBase::writeFaceBasedSens().
|
protected |
Wall face sens projected to normal.
Definition at line 86 of file shapeSensitivitiesBase.H.
Referenced by shapeSensitivitiesBase::writeFaceBasedSens().
|
protected |
Normal sens as vectors.
Definition at line 91 of file shapeSensitivitiesBase.H.
Referenced by shapeSensitivitiesBase::writeFaceBasedSens().
|
protected |
Wall point sens w.r.t. (x,y.z)
Definition at line 99 of file shapeSensitivitiesBase.H.
|
protected |
Wall point sens projected to normal.
Definition at line 104 of file shapeSensitivitiesBase.H.
|
protected |
Normal sens as vectors.
Definition at line 109 of file shapeSensitivitiesBase.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.