Class for applying a certain damping model to a group of elements.
More...
#include <Damping.hpp>
Class for applying a certain damping model to a group of elements.
- See also
- Element.hpp Mesh.hpp
◆ Damping()
Damping::Damping |
( |
std::string |
name, |
|
|
const std::vector< double > |
parameters |
|
) |
| |
◆ ~Damping()
◆ GetName()
std::string Damping::GetName |
( |
| ) |
|
Gets name of the damping model.
- Returns
- The name of damping model.
- Note
- More details can be found at Damping.
◆ GetParameters()
std::vector<double> Damping::GetParameters |
( |
| ) |
|
Gets parameters of the damping model.
- Returns
- The list of parameters of damping model.
- Note
- More details can be found at Damping.
◆ SetName()
void Damping::SetName |
( |
std::string |
name | ) |
|
Set the name of the damping model.
- Parameters
-
name | The name of damping model. |
- Note
- More details can be found at Damping.
◆ SetParameters()
void Damping::SetParameters |
( |
std::vector< double > |
param | ) |
|
Set the damping parameters.
- Parameters
-
param | The vector of parameters. |
- Note
- More details can be found at Damping.
◆ Name
std::string Damping::Name |
|
private |
◆ Parameters
std::vector<double> Damping::Parameters |
|
private |