User Tools

Site Tools


parallel_flexure_guide_transfer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
parallel_flexure_guide_transfer [2018/05/16 13:51]
marijn.nijenhuis
parallel_flexure_guide_transfer [2020/06/04 12:20]
marijn.nijenhuis
Line 16: Line 16:
 Note that Note that
   * the state-space equations can only be computed for an undeformed flexure mechanism. Therefore, no external loads (actuation force) or input displacements are allowed when computing state-space equations. (An error message will appear.)   * the state-space equations can only be computed for an undeformed flexure mechanism. Therefore, no external loads (actuation force) or input displacements are allowed when computing state-space equations. (An error message will appear.)
-  * Velocity outputs are supported as well; +  * velocity outputs are supported as well; 
-  * Relative damping for all modes of the system can be specified optionally by means of the ''opt.transfer'' field.+  * relative damping for all modes of the system can be specified optionally by means of the ''opt.transfer'' field.
 For details, see the [[full_syntax|SPACAR Light full syntax]]. For details, see the [[full_syntax|SPACAR Light full syntax]].
  
Line 55: Line 55:
 %node 3 %node 3
 nprops(3).transfer_in  = {'force_x'};       %Input for state-space equations nprops(3).transfer_in  = {'force_x'};       %Input for state-space equations
-nprops(3).transfer_out = {'displ_x'};       %Output for state-space equations+nprops(3).transfer_out = {'displ_x'};       %Output nr 1 (displ. in x-direction on node 3) for state-space equations 
 +nprops(5).transfer_out = {'veloc_x'};       %Output nr 2 (veloc. in x-direction on node 5) for state-space equations
  
 %node 4 %node 4
Line 88: Line 89:
 %% OPTIONAL ARGUMENTS %% OPTIONAL ARGUMENTS
 opt.transfer = {true 0.01};       %Calculation of state-space equations (with relative damping 0.01) opt.transfer = {true 0.01};       %Calculation of state-space equations (with relative damping 0.01)
 +opt.filename = 'file';
  
 %% CALL SPACAR_LIGHT %% CALL SPACAR_LIGHT
parallel_flexure_guide_transfer.txt · Last modified: 2021/05/05 14:17 by marijn.nijenhuis