/home/runner/work/kynema/kynema/kynema/src/elements/springs/create_springs.hpp File Reference

Kynema API: /home/runner/work/kynema/kynema/kynema/src/elements/springs/create_springs.hpp File Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
create_springs.hpp File Reference
#include <span>
#include "model/node.hpp"
#include "springs.hpp"
#include "springs_input.hpp"

Go to the source code of this file.

Namespaces

namespace  kynema
 

Functions

template<typename DeviceType >
Springs< DeviceType > kynema::CreateSprings (const SpringsInput &springs_input, std::span< const Node > nodes)
 Creates a springs data structure and initializes its data.