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 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 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