0% found this document useful (0 votes)
4 views7 pages

Manual Matlab

The Soil Impedance Calculation Model User's Manual describes a tool developed to estimate the static stiffness of single piled foundations in non-homogeneous soils using an ensemble of 20 artificial neural networks (ANN). It outlines the system requirements, input and output variables, and provides examples for both dimensional and dimensionless cases. Additionally, the manual includes error handling guidance for common issues encountered while using the tool.

Uploaded by

08patove31
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views7 pages

Manual Matlab

The Soil Impedance Calculation Model User's Manual describes a tool developed to estimate the static stiffness of single piled foundations in non-homogeneous soils using an ensemble of 20 artificial neural networks (ANN). It outlines the system requirements, input and output variables, and provides examples for both dimensional and dimensionless cases. Additionally, the manual includes error handling guidance for common issues encountered while using the tool.

Uploaded by

08patove31
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Soil Impedance Calculation Model User’s Manual

1 Introduction
This calculation tool has been developed on the basis of the information presented in the article
‘Estimation of pile stiffness in non-homogeneous soils through Artificial Neural Networks’. The tool
consists in an ensembled model composed by 20 ANN, which, based on the input variables shown
below, allow to characterize the static stiffness of single piled foundations in non-homogeneous soils.

2 Requirements
• Operating System: Windows or GNU/Linux 64 bits.

• Dependencies: Matlab, Statistics and Machine Learning Toolbox and Deep Learning Toolbox.

To execute this tool is necessary to have in the same directory the two files that compose it, the file
model_monopile.mat that contains the ensembled model with the 20 ANN, and the class file
class_model_pile.m, with the functions to execute the model.

3 Input Variables
The tool is designed to work with dimensionless variables, nevertheless it admits dimensional vari-
ables transforming them before calculations. As shown in the article, the dimensional parameters
are:
• D: the diameter of the monopile.
• t: the monopile thickness.

• L: the embedded length of the monopile.


• E_p: the Young’s modulus of the material.
• nu_p: the material Poisson’s ratio.

• E_s_L: the Young’s modulus of the soil at the reference depth.


• n_s: the shear wave velocity profile between the free surface and the reference depth.
q 0
• gamma_s:
Es
El s

• nu_s: the soil Poisson’s ratio.


These dimensional parameters are reduced to the dimensionless parameters:
• Lr: D
L

• Delta: (1 − 2t
D)

• Er:
Ep
EsL
(1 − δ4 )

• vp: the material Poisson’s ratio.


• vs: the soil Poisson’s ratio.
• ns: the shear wave velocity profile between the free surface and the reference depth.
• gamma_s

1
4 Output Variables
From the previous entries, the tool displays the lateral (Kh ), rocking (Kr ), cross-coupled swaying
(Khr ) and vertical (Kv ) stifnesses as shown in the matrix 1.

    
Fu  Khh Khr 0 u
Fθ =  Khr Krr 0  θ (1)
Fν 0 0 Kv ν
   

Being:

• Khh the horizontal stiffness of the soil.


• Krr the rocking stiffness.
• Khr the horizontal-rocking coupling stiffness.
• Kv is the vertical stiffness.

If working with dimensionless variables, the parameters used for stiffnesses are:

Khh Khr Krr Kv


K̂hh = ; K̂hr = L 2 ; K̂rr = L 3 ; K̂v = L (2)
EsL D Es D Es D Es D

5 Data introduction
This tool is designed to work with the parameters set in the columns and the cases studies in the
rows. Likewise, the default orders are those shown in tables 1 and 2.

Dimensional Input
1st 2nd 3rd 4th 5th 6th 7th 8th 9th
D t L E_p nu_p E_s_L n_s gamma_s nu_s

Table 1: Dimensional Case

Dimensionless Input
1st 2nd 3rd 4th 5th 6th 7th
Lr Delta Er vp vs ns gamma_s

Table 2: Dimensionless Case

However, as will be shown below, these settings can be changed. To execute the model, it is necessary
to introduce the next command:

model.eval(X,`transpose',A,`typevar',B,`order',C,`output',D);
Where:
• X is the matrix or the table containing the input data. If it is a table, the variable names must
match the default ones, regardless of the order.

• A allow to transpose the input data in case it is introduced with the cases in the columns and
the variables in the rows. The program admits ‘Yes’ and ‘No’, but by default it is set as ‘No’.
• B is the format of the input data. The tool only admits the entries ‘dimensional’ or ‘dimension-
less’, being set by default ‘dimensional’.

2
• C is the order of the input data. It only has to be introduced if the data order is different as the
shown above. This field have to be filled out enclosed in square brackets, with each parameter
enclosed by double quotation marks and separated by commas as shown below:
["D","t","L","E_p","nu_p","E_s_L","n_s","gamma_s","nu_s"]
• D is the type of output that wanted to be shown, the tool admits:
– ‘mean’ to display a mean of the results of all the ANN.
– ‘std’ to display the standard deviation of all the ANN.
– ‘both’, to show both the mean and the standard deviation.
– ‘all’ to show the results of each ANN.
By default, is set as ‘mean’. In case that ‘both’ is selected, the result will be a 3D matrix where the
first page contains the means and the second one the standard deviations.
Once the tool is executed it will show the results in the order listed in Table 3.

Dimensionless Case
1st 2nd 3rd 4th
Khh /K̂hh Khr /K̂hr Krr /K̂rr Kv /K̂v

Table 3: Results

6 Examples
6.1 Dimensionless case
In this example the following values will be taken:
• Lr = 50.00
• Delta = 1.00
• Er = 100.00
• vp = 0.25
• vs = 0.50
• ns = 0
• gamma_s = 1.00
The data (F) will be introduced as a matrix, where the cases are in the columns and the variables in
the rows, and the order is going to be:
["vs","Lr","gamma_s","Delta","ns","Er","vp"]
Therefore:
F=
0.50
50.00
1.00
1.00
0
100.00
0.25
Executing:
model.eval(F,`typevar',`Dimensionless',`transpose',`Yes',`order',
["vs","Lr","gamma_s","Delta","ns","Er","vp"])
The results obtained are:
2.6650 -1.8913 4.7116 5.4165

3
6.2 Dimensional case
In this example the following values will be taken:
• D=8
• t = 0.087
• L = 50
• E_p = 2 · 1011
• vp = 0.25
• E_s_L = 3.5325 · 108
• ns = 0.8
• gamma_s = 0
• vs = 0.49
The data (F) will be introduced as a table as shown below, and for the results are required to show
the mean and the standard deviation:

Executing:
model.eval(F,`output',`both');
Although, in this case the columns are not in order, due to all of them have the correct names, they
are reordered automatically. In this case the results are shown in:

7 Handling errors
A series of warning and error messages have been added to allow easy identification of problems
that may occur when using the tool.
• Errors
– Invalid argument in the variable type entry
– Invalid argument in the transpose entry
– Invalid argument in the order vector entry
– Invalid argument in the output entry
– Invalid number if variables entered (Matrix)
– Some variables are missing.
• Warnings
– Dimensionless parameters are out of range

4
7.1 Invalid argument in the variable type entry
This entry only admits ‘Dimensional’ or ‘Dimensionless’ inputs.

7.2 Invalid argument in the transpose entry


This entry only admits ‘Yes’ or ‘No’ inputs.

7.3 Invalid argument in the order vector entry


In this entry the variable names must match those shown in the previous sections. For example, if
the following command is introduced, this error will be shown:
model.eval(F,`typevar',`Dimensionless',`order',["or","Lr","gamma_s","Delta","ns","Er","vp"])
Also, if the data type is dimensional and the order vector contains the names of the dimensionless
parameters or vice versa, the error will be produced too.

7.4 Invalid argument in the output entry


This entry only admits ‘mean’ or ‘std’, ‘both’ or ‘all’ inputs.

7.5 Invalid number of variables entered (Matrix)


This message is shown in the case the data matrix introduced does not have the expected format or
number of variables. If the input data is introduced with the variables in the rows and the cases in
the columns, probably this error will be shown.
If the type of variable selected is ‘Dimensional’, the tool will expect 9 numerical variables.

If the type of variable selected is ‘Dimensionless’, the tool will expect 7 numerical variables.

5
7.6 Some variables are missing (Table)
Depending if the table input data is dimensional or dimensionless the tool will expect the variable
names shown in the previous sections. If they do not match, it will show those missing.

7.7 Dimensionless parameters are out of range


The dimensionless parameters calculated in the cases shown in the message, are out of the expected
range:

The dimensionless parameters must be between the ranges shown in table 4.

Variable Lower limit Upper limit


Lr 0 100
δ 0 1
Er 10 5 · 104
vp 0.15 0.35
vs 0.15 0.5
ns 0 1
γs 0 1

Table 4: Dimensionless parameters ranges

You might also like