![]() |
NuTo
Numerics Tool
|
Public Member Functions | |
| MechanicsControl (NuTo::Structure &rS, NuTo::ConstitutiveBase &rCL) | |
| constructor More... | |
| void | SetParametersConstitutiveLaw () |
| template<int TDim> | |
| void | AddConstraint (std::function< bool(NuTo::NodeBase *)> rGetNodeFunction, NuTo::eDirection rDirection, std::function< double(double)> rDisplacementFunction=NuTo::Constraint::RhsConstant(0)) |
| MechanicsControl (NuTo::Structure &rS, NuTo::ConstitutiveBase &rCL) | |
| constructor More... | |
| void | SetParametersConstitutiveLaw () |
| void | AddConstraint (std::function< bool(NuTo::NodeBase *)> rGetNodeFunction, NuTo::eDirection rDirection, std::function< double(double)> rDisplacementFunction=NuTo::Constraint::RhsConstant(0)) |
Public Attributes | |
| NuTo::Structure & | mS |
| NuTo::ConstitutiveBase & | mCL |
| double | mYoungsModulus = 30.e9 |
| double | mPoissonRatio = 0.2 |
| double | mDensity = 1.0 |
|
inline |
constructor
|
inline |
constructor
|
inline |
|
inline |
|
inline |
|
inline |
| NuTo::ConstitutiveBase & MechanicsControl::mCL |
| double MechanicsControl::mDensity = 1.0 |
| double MechanicsControl::mPoissonRatio = 0.2 |
| NuTo::Structure & MechanicsControl::mS |
| double MechanicsControl::mYoungsModulus = 30.e9 |
1.8.11