7#ifndef __SC_AERO_LOW_SPEED__
8#define __SC_AERO_LOW_SPEED__
11 #include "matrixlib.h"
13 #include <MatrixLib/MatrixLib.h>
17#include <SCControl/sc_stdatm.h>
62 void update(
const ml_matrix& u,
const ml_matrix& center_of_mass,
double rho,
const ml_matrix& hinge_angle,
double speedOfSound,
double kinematicViscosity );
low_speed aerodynamic model
Definition: sc_aero_low_speed.h:38
aero_low_speed(void)
Constructor.
Definition: sc_aero_low_speed.cc:17
void initialize(char *filename)
Initialize with a filename.
Definition: sc_aero_low_speed.cc:29
void update(const ml_matrix &u, const ml_matrix ¢er_of_mass, double rho, const ml_matrix &hinge_angle, double speedOfSound, double kinematicViscosity)
Update the values of torque and force.
Definition: sc_aero_low_speed.cc:109
ml_matrix get_torque(void)
Return the torque.
Definition: sc_aero_low_speed.h:58
ml_matrix get_force(void)
Return the force.
Definition: sc_aero_low_speed.h:60
Structure for storing the low speed aero data.
Definition: sc_aero.h:60