Go to the documentation of this file.
11 #ifndef DAResidualSolidDisplacementFoam_H
12 #define DAResidualSolidDisplacementFoam_H
15 #include "addToRunTimeSelectionTable.H"
virtual void clear()
clear the members
virtual void updateIntermediateVariables()
update any intermediate variables that are dependent on state variables and are used in calcResiduals
DAOption daOption(mesh, pyOptions_)
virtual void calcResiduals(const dictionary &options)
compute residual
TypeName("DASolidDisplacementFoam")
virtual ~DAResidualSolidDisplacementFoam()
DAResidualSolidDisplacementFoam(const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex)
volSymmTensorField & sigmaD_
label isTractionDisplacementBC_
virtual void correctBoundaryConditions()
update the boundary condition for all the states in the selected solver
volVectorField & divSigmaExp_
DAModel daModel(mesh, daOption)
DAIndex daIndex(mesh, daOption, daModel)