MassesInput Struct Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::MassesInput Struct Reference
Represents the input data for creating mass/rigid body elements. More...
#include <masses_input.hpp>
Public Member Functions | |
MassesInput (std::span< const MassElement > elems, std::span< const double, 3 > g) | |
size_t | NumElements () const |
Returns the total number of elements present in masses/rigid_body portion of the mesh. | |
Public Attributes | |
std::vector< MassElement > | elements |
std::array< double, 3 > | gravity |
Detailed Description
Represents the input data for creating mass/rigid body elements.
Constructor & Destructor Documentation
◆ MassesInput()
|
inline |
Member Function Documentation
◆ NumElements()
|
inline |
Returns the total number of elements present in masses/rigid_body portion of the mesh.
Member Data Documentation
◆ elements
std::vector<MassElement> kynema::MassesInput::elements |
◆ gravity
std::array<double, 3> kynema::MassesInput::gravity |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/elements/masses/masses_input.hpp
Generated by