7#ifndef __SC_AERO_SUBORB__
8#define __SC_AERO_SUBORB__
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 h );
suborbital aerodynamic model.
Definition: sc_aero_suborb.h:36
ml_matrix get_torque(void)
Return the torque.
Definition: sc_aero_suborb.h:58
void initialize(char *filename)
Initialize with a filename.
Definition: sc_aero_suborb.cc:29
ml_matrix get_force(void)
Return the force.
Definition: sc_aero_suborb.h:60
aero_suborb(void)
Constructor.
Definition: sc_aero_suborb.cc:17
void update(const ml_matrix &u, const ml_matrix ¢er_of_mass, double rho, const ml_matrix &hinge_angle, double h)
Update the values of torque and force.
Definition: sc_aero_suborb.cc:101
Structure for storing the suborb aero data.
Definition: sc_aero.h:75