add stifness in nass

This commit is contained in:
Adrien Jublan 2018-04-12 15:25:24 +02:00
parent 53a7f97c7b
commit 191c050063
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -43,7 +43,11 @@ hexapod.ksi.ax = 10;
hexapod = updateDamping(hexapod);
%% NASS
n = struct();
nass = struct();
nass.m = smiData.Solid(27).mass;
nass.k.ax = 5e7; %z
nass.ksi.ax = 10;
nass = updateDamping(nass);
%%
function element = updateDamping(element)