Computes the Brickmann penalization function for topology optimisation, using the SIMP approach proposed by Bendsøe. More...
#include <SIMPInterpolation.H>


Public Member Functions | |
| TypeName ("SIMP") | |
| Runtime type information. | |
| SIMPInterpolation (const fvMesh &mesh, const dictionary &dict) | |
| Construct from components. | |
| virtual | ~SIMPInterpolation ()=default |
| Destructor. | |
| virtual void | interpolate (const scalarField &arg, scalarField &res) const |
| Interpolate argument and write to result. | |
| virtual tmp< scalarField > | derivative (const scalarField &arg) const |
| Return of function with respect to the argument field. | |
| Public Member Functions inherited from topOInterpolationFunction | |
| TypeName ("topOInterpolationFunction") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, topOInterpolationFunction, dictionary,(const fvMesh &mesh, const dictionary &dict),(mesh, dict)) | |
| topOInterpolationFunction (const fvMesh &mesh, const dictionary &dict) | |
| Construct from components. | |
| virtual | ~topOInterpolationFunction ()=default |
| Destructor. | |
| virtual void | setLengthScaleParam (const scalar lengthScale) |
| Set the parameter determining length scale. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from topOInterpolationFunction | |
| static autoPtr< topOInterpolationFunction > | New (const fvMesh &mesh, const dictionary &dict) |
| Return an autoPtr to the selected interpolation type. | |
| Protected Attributes inherited from topOInterpolationFunction | |
| const fvMesh & | mesh_ |
| dictionary | dict_ |
Computes the Brickmann penalization function for topology optimisation, using the SIMP approach proposed by Bendsøe.
Reference:
Bendsøe, M. P. (1989)
Optimal shape design as a material distribution problem.
Structural optimization, 1(4), 193–202.
https://doi.org/10.1007/BF01650949
InterpolationFiles SIMPInterpolation.C
Definition at line 54 of file SIMPInterpolation.H.
| SIMPInterpolation | ( | const fvMesh & | mesh, |
| const dictionary & | dict ) |
Construct from components.
Definition at line 41 of file SIMPInterpolation.C.
References dict, mesh, and topOInterpolationFunction::New().

|
virtualdefault |
Destructor.
|
virtual |
Interpolate argument and write to result.
Implements topOInterpolationFunction.
Definition at line 54 of file SIMPInterpolation.C.
References b, topOInterpolationFunction::mesh_, and Foam::pow().

|
virtual |
Return of function with respect to the argument field.
Implements topOInterpolationFunction.
Definition at line 70 of file SIMPInterpolation.C.
References b, topOInterpolationFunction::mesh_, tmp< T >::New(), Foam::pow(), tmp< T >::ref(), UList< T >::size(), and Foam::Zero.
