Robotran C Documentation
Public Attributes | List of all members
MbsModalOptions Struct Reference

#include <mbs_modal_struct.h>

Public Attributes

int save2file
 no = 0, yes = 1, flag to save any results or animations [default = 1] More...
 
int save_mat
 no = 0, yes = 1, flag to save the linearized matrix A,Mr,Gr,Kr [default = 0] More...
 
int save_eval
 no = 0, yes = 1, flag to save the eigen values in two separate files: "_a" for Real part and "_b" for Imag part [default = 0] More...
 
int save_evec
 no = 0, yes = 1, flag to save the eigen vector in two separate files: "_a" for Real part, "_b" for Imag part, "_r" for magnitude and "_phi" for phase [default = 0] More...
 
int save_result
 no = 0, yes = 1, flag to save the modal results summary [default = 1] More...
 
int save_anim
 no = 0, yes = 1, flag to save and generate the animation for the modes [default = 0] More...
 
int verbose
 no = 0, yes = 1, [default = 1] More...
 
double mode_ampl
 amplification factor for the animation of the modes, application dependent [default = 0.2] More...
 
int compute_uxd
 no = 0, yes = 1, flag to compute the modes associated with the extra constitutive differential equations [default = 1] More...
 
int compute_JS
 no = 0, yes = 1, flag to compute the non diagonal terms [default = 0] TO IMPLEMENT ! More...
 
int norm_evec
 no = 0, yes = 1, flag to normalize the eigenvectors [default = 1] More...
 
double zeroEigenPrecision
 Define the limit at which the eigen value will be considered as null [default = 1e-6]. More...
 
int lpk_itermax
 options for the lpk gradient [default = 10] More...
 
double lpk_relincr
 options for the lpk gradient [default = 1e-2] More...
 
double lpk_absincr
 options for the lpk gradient [default = 1e-3] More...
 
double lpk_absincr_max
 options for the lpk gradient [default = 1e-3] More...
 
double lpk_equitol
 options for the lpk gradient [default = 1e-6] More...
 
double lpk_lintol
 options for the lpk gradient [default = 1e-3] More...
 
int anim_speed
 flag to decide whether the independent speeds have to be integrated while generating the animation files [default = 0] More...
 
double anim_dt
 delta t for the animation generation [default = 1e-2] More...
 
double anim_t
 time for the animation generation [default = 2] More...
 
char * resfilename
 
char * respath
 Path in which result file are saved. More...
 
char * animpath
 

Member Data Documentation

◆ anim_dt

double anim_dt

delta t for the animation generation [default = 1e-2]

◆ anim_speed

int anim_speed

flag to decide whether the independent speeds have to be integrated while generating the animation files [default = 0]

◆ anim_t

double anim_t

time for the animation generation [default = 2]

◆ animpath

char* animpath

◆ compute_JS

int compute_JS

no = 0, yes = 1, flag to compute the non diagonal terms [default = 0] TO IMPLEMENT !

◆ compute_uxd

int compute_uxd

no = 0, yes = 1, flag to compute the modes associated with the extra constitutive differential equations [default = 1]

◆ lpk_absincr

double lpk_absincr

options for the lpk gradient [default = 1e-3]

◆ lpk_absincr_max

double lpk_absincr_max

options for the lpk gradient [default = 1e-3]

◆ lpk_equitol

double lpk_equitol

options for the lpk gradient [default = 1e-6]

◆ lpk_itermax

int lpk_itermax

options for the lpk gradient [default = 10]

◆ lpk_lintol

double lpk_lintol

options for the lpk gradient [default = 1e-3]

◆ lpk_relincr

double lpk_relincr

options for the lpk gradient [default = 1e-2]

◆ mode_ampl

double mode_ampl

amplification factor for the animation of the modes, application dependent [default = 0.2]

◆ norm_evec

int norm_evec

no = 0, yes = 1, flag to normalize the eigenvectors [default = 1]

◆ resfilename

char* resfilename

◆ respath

char* respath

Path in which result file are saved.

Default: the resultsR folder of the project

◆ save2file

int save2file

no = 0, yes = 1, flag to save any results or animations [default = 1]

◆ save_anim

int save_anim

no = 0, yes = 1, flag to save and generate the animation for the modes [default = 0]

◆ save_eval

int save_eval

no = 0, yes = 1, flag to save the eigen values in two separate files: "_a" for Real part and "_b" for Imag part [default = 0]

◆ save_evec

int save_evec

no = 0, yes = 1, flag to save the eigen vector in two separate files: "_a" for Real part, "_b" for Imag part, "_r" for magnitude and "_phi" for phase [default = 0]

◆ save_mat

int save_mat

no = 0, yes = 1, flag to save the linearized matrix A,Mr,Gr,Kr [default = 0]

◆ save_result

int save_result

no = 0, yes = 1, flag to save the modal results summary [default = 1]

◆ verbose

int verbose

no = 0, yes = 1, [default = 1]

◆ zeroEigenPrecision

double zeroEigenPrecision

Define the limit at which the eigen value will be considered as null [default = 1e-6].


The documentation for this struct was generated from the following file: