chrono::ChLoaderUatomic Class Reference
Description
Loader for ChLoadableU objects (which support line loads), for concentrated loads.
#include <ChLoaderU.h>
Inheritance diagram for chrono::ChLoaderUatomic:
Collaboration diagram for chrono::ChLoaderUatomic:
Public Member Functions | |
ChLoaderUatomic (std::shared_ptr< ChLoadableU > mloadable) | |
virtual void | ComputeQ (ChVectorDynamic<> *state_x, ChVectorDynamic<> *state_w) override |
Compute the generalized load Q = N'*F, using the ComputeF method. More... | |
void | SetApplication (double u) |
Set the position, on the surface where the atomic load is applied. | |
Public Member Functions inherited from chrono::ChLoaderU | |
ChLoaderU (std::shared_ptr< ChLoadableU > mloadable) | |
virtual void | ComputeF (double U, ChVectorDynamic<> &F, ChVectorDynamic<> *state_x, ChVectorDynamic<> *state_w)=0 |
Evaluate F = F(u) for this line load. More... | |
void | SetLoadable (std::shared_ptr< ChLoadableU > mloadable) |
virtual std::shared_ptr< ChLoadable > | GetLoadable () override |
std::shared_ptr< ChLoadableU > | GetLoadableU () |
Public Member Functions inherited from chrono::ChLoader | |
virtual bool | IsStiff () |
Additional Inherited Members | |
Public Attributes inherited from chrono::ChLoaderU | |
std::shared_ptr< ChLoadableU > | loadable |
Public Attributes inherited from chrono::ChLoader | |
ChVectorDynamic | Q |
Member Function Documentation
◆ ComputeQ()
|
overridevirtual |
Compute the generalized load Q = N'*F, using the ComputeF method.
- Parameters
-
state_x if != 0, update state (pos. part) to this, then evaluate Q state_w if != 0, update state (speed part) to this, then evaluate Q
Implements chrono::ChLoader.
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono/physics/ChLoaderU.h
- /builds/uwsbel/chrono/src/chrono/physics/ChLoaderU.cpp