#include "math.h"#include "mex.h"#include "string.h"#include "hydro_includes.h"Include dependency graph for compute_state_dot.cpp:

Go to the source code of this file.
Defines | |
| #define | pi 3.141592653589793 |
| #define | PI 3.141592653589793 |
Functions | |
| void | compute_state_dot (struct datas *d, struct parameters *P, double *state) |
| Evaluates right hand side of partial differential equation. | |
in
Definition in file compute_state_dot.cpp.
| #define PI 3.141592653589793 |
Definition at line 22 of file compute_state_dot.cpp.
| #define pi 3.141592653589793 |
Definition at line 21 of file compute_state_dot.cpp.
| void compute_state_dot | ( | struct datas * | d, | |
| struct parameters * | P, | |||
| double * | state | |||
| ) |
Evaluates right hand side of partial differential equation.
This function evaluates
in
: state, i.e. state
: generalized applied forces, i.e. computed from *d and *P
: lots of parameters , i.e. from *d and *P
| *d | : pointer to the datas data-structure | |
| *P | : parameters struct comming from MATLAB | |
| state,: | state vector (double[12]) |
Definition at line 37 of file compute_state_dot.cpp.
References acceleration_compute(), aero_coeff_control(), angles_compute(), data_update_state(), datas::dEqu_left, datas::dEqu_right, datas::dEqu_yaw, datas::E_foils, datas::E_yaw, EE_flat_compute(), datas::EE_left, datas::EE_left_flat, datas::EE_right, datas::EE_right_flat, datas::EE_yaw, datas::EE_yaw_flat, datas::epsilon, equ_compute(), datas::Equ_left, datas::Equ_right, datas::Equ_yaw, datas::Fac_update, and forces_compute().
Referenced by f().
1.4.7