add stifness in nass
This commit is contained in:
parent
53a7f97c7b
commit
191c050063
BIN
Assemblage.slx
BIN
Assemblage.slx
Binary file not shown.
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user