Go to the documentation of this file.
11 #ifndef DAObjFuncVonMisesStressKS_H
12 #define DAObjFuncVonMisesStressKS_H
15 #include "addToRunTimeSelectionTable.H"
46 const word objFuncName,
47 const word objFuncPart,
48 const dictionary& objFuncDict);
57 const labelList& objFuncFaceSources,
58 const labelList& objFuncCellSources,
59 scalarList& objFuncFaceValues,
60 scalarList& objFuncCellValues,
61 scalar& objFuncValue);
DAOption daOption(mesh, pyOptions_)
virtual void calcObjFunc(const labelList &objFuncFaceSources, const labelList &objFuncCellSources, scalarList &objFuncFaceValues, scalarList &objFuncCellValues, scalar &objFuncValue)
calculate the value of objective function
TypeName("vonMisesStressKS")
virtual ~DAObjFuncVonMisesStressKS()
scalar coeffKS_
coefficient for the KS function
DAObjFuncVonMisesStressKS(const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex, const DAResidual &daResidual, const word objFuncName, const word objFuncPart, const dictionary &objFuncDict)
DAModel daModel(mesh, daOption)
DAIndex daIndex(mesh, daOption, daModel)