Create nass_library folder, use some referenced models
This commit is contained in:
parent
eb8f58c402
commit
5e6f1dbc38
@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<Info Ref="nass_library" Type="Relative" />
|
Binary file not shown.
Binary file not shown.
@ -105,17 +105,16 @@ function [inputs] = initializeInputs(opts_param)
|
||||
|
||||
%% Create the input Structure that will contain all the inputs
|
||||
inputs = struct( ...
|
||||
't', t, ...
|
||||
'Dw', Dw, ...
|
||||
'Dy', Dy, ...
|
||||
'Ry', Ry, ...
|
||||
'Rz', Rz, ...
|
||||
'Dh', Dh, ...
|
||||
'Rm', Rm, ...
|
||||
'Dn', Dn, ...
|
||||
'Ds', Ds, ...
|
||||
'Fg', Fg, ...
|
||||
'Fs', Fs ...
|
||||
'Dw', timeseries(Dw, t), ...
|
||||
'Dy', timeseries(Dy, t), ...
|
||||
'Ry', timeseries(Ry, t), ...
|
||||
'Rz', timeseries(Rz, t), ...
|
||||
'Dh', timeseries(Dh, t), ...
|
||||
'Rm', timeseries(Rm, t), ...
|
||||
'Dn', timeseries(Dn, t), ...
|
||||
'Ds', timeseries(Ds, t), ...
|
||||
'Fg', timeseries(Fg, t), ...
|
||||
'Fs', timeseries(Fs, t) ...
|
||||
);
|
||||
|
||||
%% Save
|
||||
|
BIN
mat/inputs.mat
BIN
mat/inputs.mat
Binary file not shown.
BIN
mat/sim_conf.mat
BIN
mat/sim_conf.mat
Binary file not shown.
BIN
mat/solids.mat
BIN
mat/solids.mat
Binary file not shown.
BIN
mat/stages.mat
BIN
mat/stages.mat
Binary file not shown.
BIN
nass_library.slx
BIN
nass_library.slx
Binary file not shown.
BIN
nass_library/inputs.slx
Normal file
BIN
nass_library/inputs.slx
Normal file
Binary file not shown.
BIN
nass_library/nass_library.slx
Normal file
BIN
nass_library/nass_library.slx
Normal file
Binary file not shown.
BIN
nass_library/pos_error_wrt_nass_base.slx
Normal file
BIN
nass_library/pos_error_wrt_nass_base.slx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user