Debug spherical stiffness

This commit is contained in:
Unknown 2018-05-03 10:52:34 +02:00
parent c576839d45
commit 4e04250feb
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ SP.m = SP.density.bottom*2*pi*((SP.rad.bottom*1e-3)^2)*(SP.height.bottom*1e-3);
SP.color.bottom = [0.5 0.5 0.5] ; %rgb SP.color.bottom = [0.5 0.5 0.5] ; %rgb
SP.color.top = [0.5 0.5 0.5] ; %rgb SP.color.top = [0.5 0.5 0.5] ; %rgb
SP.k.ax = 0 ; % N*m/deg SP.k.ax = 0 ; % N*m/deg
SP.ksi.ax = 5 ; SP.ksi.ax = 1 ;
SP = updateDamping(SP); SP = updateDamping(SP);
%% %%

Binary file not shown.