11 #include <MatrixLib/MatrixLib.h>
28 ml_matrix center_of_pressure;
38 ml_matrix u_dot_normal;
49 int initialize(
const char* file_name,
double scale );
51 ml_matrix
update( ml_matrix u );
55 ml_matrix
get_cp(
void ){
return this->center_of_pressure;};
63 ml_matrix
get_aero(
void ){
return this->aero; };
67 ml_int_array
get_body(
void ){
return this->body; };
Definition: sc_geometry.h:22
int get_number_of_surfaces(void)
Get the number of surface.
Definition: sc_geometry.h:69
ml_matrix get_thermal(void)
Get the normal vector.
Definition: sc_geometry.h:61
geometry(void)
Constructor.
Definition: sc_geometry.cc:11
ml_matrix get_cp(void)
Set the inertia.
Definition: sc_geometry.h:55
int initialize(const char *file_name, double scale)
Initialize all state matrices.
Definition: sc_geometry.cc:19
ml_int_array get_body(void)
Get the body.
Definition: sc_geometry.h:67
ml_matrix get_u_dot_normal(void)
Get the active elements.
Definition: sc_geometry.h:65
ml_matrix get_aero(void)
Get the normal vector.
Definition: sc_geometry.h:63
ml_matrix update(ml_matrix u)
Update the output.
Definition: sc_geometry.cc:124
ml_matrix get_areas(void)
get the rotate command
Definition: sc_geometry.h:53
ml_matrix get_normal(void)
Get the normal vector.
Definition: sc_geometry.h:57
ml_matrix get_optical(void)
Get the normal vector.
Definition: sc_geometry.h:59