CalculateNextState< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::state::CalculateNextState< DeviceType > Struct Template Reference
A Kernel to predict the next state values before nonlinear iteration begins for a given time step. More...
#include <calculate_next_state.hpp>
Public Types | |
template<typename ValueType > | |
using | View = Kokkos::View< ValueType, DeviceType > |
Public Member Functions | |
KOKKOS_FUNCTION void | operator() (size_t node) const |
Public Attributes | |
double | h |
double | alpha_f |
double | alpha_m |
double | beta |
double | gamma |
View< double *[6]> | q_delta |
View< double *[6]> | v |
View< double *[6]> | vd |
View< double *[6]> | a |
Detailed Description
template<typename DeviceType>
struct kynema::state::CalculateNextState< DeviceType >
struct kynema::state::CalculateNextState< DeviceType >
A Kernel to predict the next state values before nonlinear iteration begins for a given time step.
Member Typedef Documentation
◆ View
template<typename DeviceType >
template<typename ValueType >
using kynema::state::CalculateNextState< DeviceType >::View = Kokkos::View<ValueType, DeviceType> |
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ a
template<typename DeviceType >
View<double* [6]> kynema::state::CalculateNextState< DeviceType >::a |
◆ alpha_f
template<typename DeviceType >
double kynema::state::CalculateNextState< DeviceType >::alpha_f |
◆ alpha_m
template<typename DeviceType >
double kynema::state::CalculateNextState< DeviceType >::alpha_m |
◆ beta
template<typename DeviceType >
double kynema::state::CalculateNextState< DeviceType >::beta |
◆ gamma
template<typename DeviceType >
double kynema::state::CalculateNextState< DeviceType >::gamma |
◆ h
template<typename DeviceType >
double kynema::state::CalculateNextState< DeviceType >::h |
◆ q_delta
template<typename DeviceType >
View<double* [6]> kynema::state::CalculateNextState< DeviceType >::q_delta |
◆ v
template<typename DeviceType >
View<double* [6]> kynema::state::CalculateNextState< DeviceType >::v |
◆ vd
template<typename DeviceType >
View<double* [6]> kynema::state::CalculateNextState< DeviceType >::vd |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/state/calculate_next_state.hpp
Generated by