change stiffness

This commit is contained in:
Adrien 2018-04-10 15:26:43 +02:00
parent 8cf8c24e38
commit 9181a1372f

View File

@ -3,7 +3,7 @@ run Assemblage_DataFile1.m
%% Translation stage
ty = struct();
ty.m = smiData.Solid(6).mass+smiData.Solid(7).mass;
ty.k.x = 1e8;
ty.k.x = 1e9;
ty.k.y = 1e8;
ty.k.z = 1e8;
ty.ksi.x = 5;