
Citation: V. V. Thang, Thanhtung Ha. Optimal siting and sizing of renewable sources in distribution system planning based on life cycle cost and considering uncertainties[J]. AIMS Energy, 2019, 7(2): 211-226. doi: 10.3934/energy.2019.2.211
[1] | David Igoe, Kenneth Gavin . Characterization of the Blessington sand geotechnical test site. AIMS Geosciences, 2019, 5(2): 145-162. doi: 10.3934/geosci.2019.2.145 |
[2] | Breno Padovezi Rocha, Luis Pedro Rojas Herrera, Heraldo Luiz Giacheti . Maximum shear modulus (G0) determination by different in situ testing techniques in two tropical soil sites. AIMS Geosciences, 2025, 11(2): 468-488. doi: 10.3934/geosci.2025019 |
[3] | Andrew C. Stolte, Brady R. Cox . Feasibility of in-situ evaluation of soil void ratio in clean sands using high resolution measurements of Vp and Vs from DPCH testing. AIMS Geosciences, 2019, 5(4): 723-749. doi: 10.3934/geosci.2019.4.723 |
[4] | Elvis Ishimwe, Richard A. Coffman, Kyle M. Rollins . Predicting blast-induced liquefaction within the New Madrid Seismic Zone. AIMS Geosciences, 2020, 6(1): 71-91. doi: 10.3934/geosci.2020006 |
[5] | Aleksander S. Gundersen, Pasquale Carotenuto, Tom Lunne, Axel Walta, Per M. Sparrevik . Field verification tests of the newly developed flow cone tool—In-situ measurements of hydraulic soil properties. AIMS Geosciences, 2019, 5(4): 784-803. doi: 10.3934/geosci.2019.4.784 |
[6] | Carlos Rodrigues, Nuno Cruz, Manuel Cruz . Geotechnical characterization of residual granite soils. The test site of Polytechnic Institute of Guarda (Portugal). AIMS Geosciences, 2025, 11(2): 442-467. doi: 10.3934/geosci.2025018 |
[7] | Øyvind Blaker, Roselyn Carroll, Priscilla Paniagua, Don J. DeGroot, Jean-Sebastien L'Heureux . Halden research site: geotechnical characterization of a post glacial silt. AIMS Geosciences, 2019, 5(2): 184-234. doi: 10.3934/geosci.2019.2.184 |
[8] | Aleksander S. Gundersen, Ragnhild C. Hansen, Tom Lunne, Jean-Sebastien L’Heureux, Stein O. Strandvik . Characterization and engineering properties of the NGTS Onsøy soft clay site. AIMS Geosciences, 2019, 5(3): 665-703. doi: 10.3934/geosci.2019.3.665 |
[9] | Robert Radaszewski, Jędrzej Wierzbicki . Characterization and engineering properties of AMU Morasko soft clay. AIMS Geosciences, 2019, 5(2): 235-264. doi: 10.3934/geosci.2019.2.235 |
[10] | Sonia Fanelli, Fabien Szymkiewicz, Philippe Reiffsteck . The Cran experimental site in Brittany: 50 years of geotechnical investigations and on site testing. AIMS Geosciences, 2025, 11(3): 540-557. doi: 10.3934/geosci.2025023 |
Numerical analysis has demonstrated considerable advantages over traditional methods in providing detailed insights and improved understanding of geotechnical stability, limit-state design, and soil-structure interaction problems. A critical factor for its success lies in accurately determining constitutive model parameters, which often relies on limited soil data and engineering judgment. Prediction competitions highlight the variability in results when the same problem is approached by different engineers. This raises the question of whether automating parameter determination could minimize this variability and improve the reliability of numerical analysis in geotechnical design [1]. Over time, soil constitutive models have advanced significantly. While more sophisticated models can represent soil behavior with greater accuracy than simpler ones, they also require a larger number of parameters. These parameters are typically derived from laboratory tests, such as triaxial and oedometer tests, which may not always be accessible for every project.
In situ tests offer an alternative approach for determining soil parameters. Compared to laboratory tests, they are generally faster, more cost-effective, and tend to cause less disturbance to the soil. However, soil parameters cannot be directly obtained from in situ test results. Instead, various empirical correlations have been developed to relate field measurements to soil parameters. Since multiple correlations often exist for the same parameter, the resulting values can vary widely, introducing uncertainty. This uncertainty arises from the fact that these correlations are typically developed for specific soil types or conditions, limiting their general applicability.
An ongoing research project is focused on developing an automated parameter determination (APD) framework to identify constitutive model parameters using in situ test data. This is particularly valuable in the early stages of a project when soil data is limited. At this stage, (relatively inexpensive) field tests are carried out prior to a full laboratory test campaign. The goal is not to replace laboratory tests with in situ methods but to complement them, as laboratory tests remain essential for refining soil and constitutive model parameters in the final design.
In APD, parameters are determined using a graph-based approach, which leverages certain principles of graph theory [2]. The primary goal of the project is to develop a parameter determination system that is both transparent and adaptable. Transparency is achieved by clearly demonstrating how parameter values are derived from the available data, while adaptability is ensured by enabling users to integrate their own experience and expertise into the system.
Section 2 presents the APD framework, followed by a case study in Section 3, where soil parameters for a sand site are assessed based on CPT data. In Section 4, these parameters are used to determine material sets for the Clay and Sand Model (CASM). The resulting constitutive model parameters are then evaluated through numerical simulation of a CPT, and the output is compared with in situ CPT data from the sand site. Finally, Section 5 discusses the conclusions and future research directions.
The parameter determination framework is developed in the programming language Python and is structured as a series of sequential modules that connect raw field measurements to constitutive model parameters. In the case of computing parameters from CPT, the framework comprises five modules, as illustrated in Figure 1. The first module handles the import of field measurements, which are then passed to the second module for CPT stratification. The stratified layers are sent to the third module, where the state of each layer is determined, including the overconsolidation ratio (OCR) and the coefficient of earth pressure at rest (K0). In the fourth module, soil parameters are computed for each layer, while the fifth module evaluates the corresponding constitutive model parameters. The framework and the five modules are described in detail in [3].
Graph theory, a branch of discrete mathematics, explores relationships between objects within a network. A graph, in this context, serves as a mathematical representation of a network and consists of two key components: nodes, which represent entities, and edges, which define the connections between them. The APD framework utilizes a weighted directed graph, where connections between nodes have a defined direction, and edges can carry weights. A common example of such a graph is a one-way road network, where weights assigned to edges represent attributes like distance or travel time [2].
Figure 2 illustrates the fundamental concept of the graph-based approach used in APD, where source parameters (CPT raw data) are linked to destination parameters (soil or constitutive model parameters) through intermediate parameters. This connection is established using a predefined set of correlations. The system identifies all possible paths (sequences of correlations) that connect source parameters to destination parameters and calculates the values of both intermediate and destination parameters. Within the APD framework, the term "method" is used as a general descriptor, encompassing correlations, formulas, equations, and rules of thumb. The graphs are generated using the Python graph visualization library graphviz [4].
The graphs are constructed based on the parameters, methods, and their interconnections. This is accomplished by supplying the system with input files in comma-separated value (CSV) format. Two files are used: one containing the methods and the other containing the parameters. Each file includes specific properties that must be defined to establish links between methods and parameters, enabling the generation of the graph.
To demonstrate these properties, the correlation (Eq. 3.12) by [6], which estimates the relative density (Dr) from CPT data, is used as an example for creating CSV files for methods and parameters. The corresponding CSV files for this method, along with the generated graph, are shown in Figure 3.
Starting with the methods CSV file, several key properties must be defined: method_to, Formula, parameters_in, parameters_out, validity and Reference. The method_to field specifies the name of the method, which in this case is method_to_Dr. The Formula field contains the equation used in the method (Eq. 3.12); however, since "ln" is not recognized in Python, "log" (logarithm with base e) is used instead, as shown in Figure 3 (note that ×100 is removed for illustration purposes). The input parameters for the method (qc and σ′v) are listed under parameters_in, while the output parameter (Dr) is specified in parameters_out. The validity field defines the applicability of the method, as some methods are suitable for all soil types, while others are restricted to either coarse- or fine-grained soils. The validity classification follows Robertson's modified non-normalized soil behavior type (SBT) chart [7] and is outlined in Table 1. For example, if a method is applicable only to silts, the validity should be set to SBT(4). In the case of the example shown in Figure 3, since relative density applies to coarse-grained soils, the validity is assigned as SBT(5678) (refer to Table 1). Beyond SBT classification, additional criteria such as the normalized excess pore pressure (Bq) can also define validity. If a method is only applicable for Bq values within the range [0.1, 1.0], this can be specified as Bq_min(0.1) Bq_max(1.0). If Bq falls outside this range, the method will be excluded from consideration. Additionally, the method's author can optionally be cited in the Reference field.
Zone | Soil behavior type (SBT) |
1 | Sensitive fine-grained |
2 | Clays: organic soil |
3 | Clays: clay to silty clay |
4 | Silt mixtures: clayey silt and silty clay |
5 | Sand mixtures: silty sand to sandy silt |
6 | Sands: clean sands to silty sands |
7 | Dense sand to gravelly sand |
8 | Stiff sand to clayey sand (overconsolidated) |
9 | Stiff fine-grained (overconsolidated) |
For the parameters CSV file, the following properties must be defined: Symbol, Description, Unit, Value, and Constraints. This file includes all parameters used in the methods CSV file, specifically those listed in the parameters_in and parameters_out fields. The Symbol field follows the same notation as in the methods CSV file to ensure consistency. The remaining fields are optional but provide additional clarity. The Description field allows users to specify the parameter's name, while the Unit field is recommended to prevent errors due to unit conversions. The value field is used to assign a specific value to a parameter when manually defined by the user (e.g., the unit weight of water). If the value is computed by the system, this field should remain empty. The Constraints field defines upper and lower limits for a parameter. If the system calculates a value exceeding these limits, it is discarded. For instance, in Figure 3, the relative density is constrained within a lower bound of 0% and an upper bound of 100%.
There are two types of nodes in the generated graph: parameter nodes and method nodes. The parameter nodes are defined in the parameters CSV file, while the method nodes are specified in the methods CSV file. The connections between these nodes—i.e., the edges—are established based on the parameters_in and parameters_out fields in the methods CSV file. Specifically, parameters_in defines the incoming edges from the required parameters to the corresponding method node, while parameters_out defines the outgoing edge from the method node to the resulting parameter node.
The correlations database serves as an external input to the system, with users responsible for selecting the methods used to compute parameters. However, APD includes a standardized, validated database of methods and parameters, which is continuously updated and refined [3,8,9,10]. Even when utilizing the provided database, users should apply their expertise and judgment when interpreting the system's output. Ultimately, the system aims to generate "reasonable" parameter values while allowing for user oversight and refinement.
Currently, APD comprises three main workflows, allowing parameter assessment based on CPT, dilatometer test (DMT), and shear wave velocity measurements. As a result, three validated databases of methods and parameters are provided, corresponding to these workflows. These databases collectively include over 200 methods. It is important to note that both soil parameters and constitutive model parameters are included within the same database.
This section describes the use of the APD system to calculate soil parameters for a test site, employing the CPT workflow. The test site is described in Section 3.1, while some soil parameters are presented in Section 3.2. These soil parameters are then compared to "reference" values obtained from laboratory tests, as illustrated in Section 3.3. Additional soil parameters are discussed in Section 3.4. These additional soil parameters are not compared to reference values; however, they are needed for the numerical simulation of the CPT as described in Section 4.
Data for this analysis was gathered from one of the Norwegian GeoTest Sites (NGTS) [11] using the web-based application Datamap.
The web application Datamap has been developed to collect, classify, and manage geotechnical data. It serves as a platform for making geotechnical information accessible while enabling researchers to create and share their projects. The application can be accessed at www.geocalcs.com/datamap [12].
Between 2016 and 2019, the Norwegian Geotechnical Institute (NGI), the Norwegian University of Science and Technology (NTNU), SINTEF Building and Infrastructure, the University Centre in Svalbard (UNIS), and the Norwegian Public Roads Administration (NPRA) collaborated to establish five GeoTest Sites (NGTS) across Norway. These sites represent various soil types, including clay, silt, quick clay, sand, and permafrost [11].
The Øysand test site is located approximately 15 km south west of Trondheim, Norway. Site characterization at the Øysand research facility started in 2016 as part of the NGTS project. Since 2016, a wide range of in situ tests, geophysical techniques, sampling techniques, and laboratory tests have been used to assess the geological history and geotechnical properties of the sand deposits [13].
Figure 4 shows the test layout as well as the cone tip resistance (qc) for two CPTs, namely OYSC09 and OYSC20. OYSC09 is located in the area of the initial sampling campaigns where several other CPTs were conducted. The stratification in this area is divided into two main units. The first unit (upper 6 to 10 m) consists of coarse to gravelly sand. The lower unit consists mainly of fine silty sand with some layers of clay and silt [13]. The two units are highlighted in the OYSC09 results as shown in Figure 4b. The soils at the Øysand site are normally to slightly over-consolidated, and the laboratory triaxial compression tests show a strong dilative response [13].
Sampling the gravelly sandy soil using piston technology was extremely difficult at the Øysand site [14]. Piston sampling techniques disturb saturated, uncemented coarse-grained soils. Therefore, ground freezing for sampling was considered as an alternative option to obtain high-quality sand samples [14]. As the ground freezing sampling campaign required access to a road, a different site location was selected (compared to the initial sampling campaign). The location of the ground freezing is shown in Figure 4a. The conditions under which the ground freezing occurred were different from those encountered during the initial sampling campaign. Gravel was present in the upper 7 m, resulting in a need for pre-drilling [14]. Therefore, the results of OYSC20 shown in Figure 4c are only available from 7 m to 20 m.
The stratigraphy in the ground freezing zone consists of an upper layer extending from 0 to 6 m, composed of agricultural silty sand and poorly graded sand and gravel. Beneath this, a thick layer of silty sand and sandy silt is present from 6 to 10.5 m. The main sand layer is found at depths of 12 to 18.2 m [14]. This sand layer was the focus of the ground freezing campaign and is the primary subject of this study. This layer is highlighted in the OYSC20 results as shown in Figure 4c (sand layer). The groundwater level is 2 m below the ground surface [13].
In this section, the methods selected for determining the unit weight (γt), void ratio (e0), relative density (Dr), peak friction angle (φ′p), and shear wave velocity (Vs) by CPT are presented.
As previously outlined [3], it is necessary to initially estimate the unit weight in module 1. A selection of methods for determining the unit weight are outlined in Table 2. The initial unit weight can be defined using any method or value. In this study, Eq. 3.4 (in Table 2) was used to calculate the initial unit weight.
Method | Author | |
γw[0.27(logRf)+0.36(logqt/pa)+1.236] | (3.1) | [15] |
19.5−2.87[log(9000qt)log(20Rf)] | (3.2) | [16] |
26−141+[0.5logfs+1]2 | (3.3) | [17] |
0.254⋅log(qt−u2pa)+1.54 | (3.4) | [18] |
When the soil is fully saturated, the saturated unit weight of soil can be determined as follows:
γsat=(Gs+e0)γw1+e0 | (3.5) |
Equation 3.5 can be rewritten to determine the void ratio from the saturated unit weight:
e0=γsat−Gsγwγw−γsat | (3.6) |
In this study, the specific gravity (Gs) is set to 2.65, and the unit weight of water (γw) is set to 10 kN/m3. The saturated unit weight (γsat) can be determined using the methods presented in Table 2. Equation 3.4 was used to compute e0.
The methods selected for determining Dr, φ′p, and Vs are highlighted in Tables 3, 4, and 5, respectively.
Method | Author | |
100×√1305OCR0.2Qtn | (3.7)a | [19] |
100×(0.268×lnqt/pa(σ′v/pa)0.5−0.675) | (3.8) | [20]b |
[0.3cm] 0.87(qt/pa)(σ′v/pa)0.5 | (3.9) | [17] |
−98+66×logqcσ′v | (3.10) | [21]c |
100×12.41lnQtn15.7 | (3.11) | [22]d |
100×12.91lnqc61σ0.71v | (3.12) | [6] |
100×13.10lnqc/pa17.68(σ′v/pa)0.5 | (3.13) | [20] |
a Qtn is the normalized cone resistance corrected for stress level and the normalized SBT index (Icn). OCR is discussed in section 3.4. b as cited in [18]. c as cited in [23]. d as cited in [24]. |
Method | Author | |
17.6+11log(Qtn) | (3.14) | [19] |
tan−1[12.68logqcσ′v+0.29] | (3.15) | [25] |
25(Qtn)0.10 | (3.16) | [26]a |
53−6.9Icn | (3.17) | [18] |
a as cited in [27]. |
Method | Author | |
51.6lnfs+18.5 | (3.18) | [28] |
277(qc1000)0.13(σ′v1000)0.27 | (3.19) | [29] |
13.18q0.192c(σ′v)0.179 | (3.20) | [30] |
12.02q0.319cf−0.0466s | (3.21) | [30] |
(10.1logqc−11.4)1.67(fs/qc×100)0.3 | (3.22) | [30] |
(10(0.55Icn+1.68)×qt−σvpa)0.5 | (3.23) | [24] |
2.27q0.142tI0.989cnz0.033 | (3.24) | [31] |
10(0.8Icn−1.17)Qtn/(paσ′v)0.25 | (3.25) | [32] |
0.0831qc1N(σ′vpa)0.25e1.786Icn | (3.26) | [33] |
18.4q0.144cf0.0832sz0.278 | (3.27) | [34] |
135(qc/1000)0.23(σ′vpa)0.135 | (3.28) | [35] |
a z is the depth below the ground surface in m. b qc1N is the normalized cone tip resistance (for Icn<2.6,qc1N=(qcpa)(paσ′v)0.5). |
Soil parameters are determined based on OYSC20 (see Figure 4c). The detailed results of OYSC20 in terms of qc, sleeve friction fs, and pore pressure measurements u2 are shown in Figure 5(a-c). The different soil units are also highlighted in the figure. The focus is on the third unit, namely the sand layer.
Section 3.2 presented the methods for determining soil parameters for the CPT test illustrated in Figure 5. In this study, the CPT results were averaged at 4 cm intervals (manual layering, see also [3,8,9,10]), with these values then being utilized as the input for the analysis. The rationale behind this methodology (i.e., manual layering and averaging) is to generate a sufficient number of layers that encompasses the CPT sounding, facilitating comparison with the reference values of various parameters. The APD predominantly calculates parameters based on layers; consequently, selecting layers with reduced thickness would result in a greater number of layers and, consequently, a larger number of graphs. Other intervals, rather than 4 cm, could be used; the choice of 4 cm in this study was made to demonstrate the system's ability to handle very fine stratification.
Given that the layers are determined manually, the user is required to provide the SBT for each layer. This SBT will act as a validity criterion for the methods CSV file. In this study, as the focus is on the sand layer, all the layers had SBT(6) corresponding to sand, according to [7] (refer to Table 1). The averaging process resulted in 337 layers for the entire CPT sounding, out of which 148 are within the sand layer of interest. The APD system finally generated 337 graphs corresponding to the 337 layers.
The comparison between the output of APD (using the methods presented in Section 3.2) and the reference values interpreted at the Øysand test site is presented in Figure 6. The results are presented for the sand layer (between 12 and 18 m). The blue shaded areas represent the range of values obtained from the CPT workflow, while the blue lines with circle markers correspond to the average value of the methods. Thus, the circle markers indicate the mid-depth of the 148 thin (4 cm thick) layers.
The total unit weight was determined indirectly from water content measurements of the samples assuming full saturation [13]. However, the water content measurements obtained from disturbed samples were found to be lower than expected, presumably due to the disturbance of the samples [14]. Water migration can be expected to occur during sampling, transportation, and storage [14]. Consequently, the in situ unit weight is expected to be lower than the reported ones. The performance of the four methods illustrated in Table 2 is shown in Figure 6a. Equation 3.4, which acts as the initial unit weight, represents the upper bound of the blue area. The overall tendency of the methods underestimates the reference values; however, as previously stated, these reference values are estimated based on disturbed samples, and it is expected that the in situ values will be lower. The influence of the unit weight on the results obtained was also investigated for another test site in [3]. The initial unit weight influences several components of the APD from the outset of the analysis. Therefore, it is advisable to establish a representative unit weight using cost-effective tests that can be performed during the early phases of a project. In cases where such tests are not available, the selected unit weight should be cross-checked against values typically observed at the specific site, based on prior experience. To address this, a feature is currently being developed that allows users to rerun the analysis with an updated initial unit weight determined in module 4 of the various APD workflows.
Five isotropically consolidated triaxial tests—three undrained (IUC) and two drained (IDC)—were conducted on undisturbed (frozen) samples at depths of 13.3, 13.8, 14.1, 14.3, and 14.6 m [14]. Consequently, five values are reported as reference values for e0, Dr, and φ′p as highlighted in Figure 6(b-d). The determination of the void ratios of frozen undisturbed samples is discussed in [14]. Figure 6b shows the values obtained through Eq. 3.6 using the four unit weight methods outlined in Table 2. The void ratio derived from using the initial unit weight (Eq. 3.4) is employed in the subsequent numerical analysis (refer to Section 4). This unit weight represents the lower bound of the range shown in Figure 6b.
The reference relative density values are found to be significantly influenced by the method employed to determine emin and emax in the laboratory [14]. The performance of the seven methods presented in Table 3 is shown in Figure 6c. It is evident from the figure that the upper bound of the range successfully captures the first three reference values, while the lower bound of the range captures the lower two reference values. The average of all methods underestimates the first three reference values, while it overestimates the lower two reference values.
The peak friction angles were determined from three undrained isotropically consolidated (IUC) and two drained isotropically consolidated (IDC) triaxial tests as highlighted in Figure 6d. The performance of the four methods presented in Table 4 is also highlighted in the figure. With the exception of the fourth reference value (at depth of 14.3 m), the overall tendency of the methods is to predict the peak friction angle in a reasonable manner.
The reference values of the shear wave velocity were determined from the seismic SCPT20 (OYSC20 in the project). The eleven methods presented in Table 5 predict the in situ Vs reasonably well.
This section presents the derivation of other soil parameters that are required for the numerical simulation of the CPT presented in Section 4. A comprehensive summary of these parameters is provided in Table 6.
Parameter | Symbol | Method | Author | |
Slope of the compression line in the (lnp′,v) plane | λ | Fr10×2.303 | (3.29) | [36]a |
State parameter | ψ | 0.56−0.33logQtncs | (3.30) | [37] |
Permeability | k | 10(0.952−3.04Icn) | (3.31) | [38] |
Critical state friction angle | φ′cv | φ′p+48ψ | (3.32) | [39] |
Slope of the critical state line in p′ - q space | M | 6sinφ′cv3−sinφ′cv | (3.33) | |
Overconsolidation ratio | OCR | 0.33(qt−σv)m′σ′v | (3.34) | [40] |
Coefficient of earth pressure | K0 | (1−sinφ′cv)OCRsinφ′cv | (3.35) | [41]f |
a as cited in [39], Fr is the normalized friction ratio (Fr=fs/(qt−σv)). b Qtncs is the clean sand equivalent normalized cone resistance as described in [37]. c for 1.060Icn≤3.27. d by rearranging (φ′p=φ′cv−48ψ). e m′ is the yield stress exponent that increases with fine content and decreases with mean grain size (m′=1−0.281+(Icn2.65)25) [42]. f as cited in [19]. |
The results for the parameters presented in Table 6 are shown in Figure 7. λ is determined using Eq. 3.29, and the output of APD is highlighted in Figure 7a. The average value of λ for the sand layer is 0.01967. The negative values of the state parameter presented in Figure 7b indicate a dense state for the sand layer (average value of ψ for the sand layer is –0.07251). The permeability (k) of the sand layer is demonstrated in Figure 7c, with an average value of 4×10−5 m/s. The critical state friction angle (φ′cv) is computed using Eq. 3.32. The peak friction angle used in Eq. 3.32 is the average of the four methods shown in Table 4 (blue line in Figure 6d). The average critical state friction angle for the sand layer is 35.18°. M (illustrated in Figure 7e) is derived from the critical state friction angle presented in Figure 7d. The mean value of M is 1.426. The OCR is computed through Eq. 3.34, and the average value of the sand layer is 1.6. K0 is determined from Eq. 3.35, and the mean value of the sand layer is 0.555. The reliability of the approach for different soil types is ensured through the use of a correlations database that includes methods specifically developed for both granular and fine-grained soils. In this study, only correlations applicable to granular soils were used, as the site consists predominantly of sand. More generally, the APD system automatically selects suitable methods based on the soil behavior type (SBT) identified at each depth, ensuring the appropriateness of the CASM parameters for varying soil types.
In this study, parameters derived from the APD framework based on in situ CPT data will be used to numerically simulate CPT. The goal is to assess the parameters presented in Figures 6 and 7 by comparing the simulation results with in situ measurements. The simulation will be conducted using the CASM constitutive model, which is discussed in Section 4.1. The CPT will be simulated using the geotechnical particle finite element method (G-PFEM), with the methodology detailed in 4.2.
CASM is an isotropic elastoplastic constitutive model developed by [43], featuring a single yield function and plastic potential to describe the behavior of both fine-grained and coarse-grained soils. It was formulated to unify critical state theory by incorporating the state parameter concept. CASM was later extended to finite deformations by [44], integrating the hyperelastic framework proposed by [45]. A broad range of geomaterial behaviors can be captured by adjusting the stress-state coefficient or shape factor (n) and the spacing ratio (r) in the yield function:
f(p′,q,p′0)=(qMΘp′)n+ln(p′p′0)ln(r)=0 | (4.1) |
where q represents the deviatoric stress, p′ is the mean effective stress, MΘ is the slope of the critical state line, which varies with the Lode angle (Θ), and p′0 denotes the preconsolidation pressure.
Experimental observation shows that n typically ranges from 1 to 5, while r for sands varies between 1 and infinity (∞). The spacing ratio in sands is generally much higher compared to clays, which typically ranges from 1.5 to 3.0 [43].
CASM employs a non-associated flow rule, where the plastic potential was originally derived from Rowe's stress dilatancy relation [46]. However, an alternative plastic potential function (Eq. 4.2) proposed by [47] is adopted in this study to address the limitations of the original equation for stress paths with low stress ratios [43]. The parameter controlling the shape of the plastic potential function (m) is estimated from K0, following the strategy proposed by [47].
g=(qMΘp′)m+m−p′0(m−1)p′−1 | (4.2) |
The calibration of r and n was carried out by simulating an IDC test and comparing it to one of the reported tests in [14]. The CASM material set used for the calibration process is presented in Table 7. These values represent the mean values described in Section 3.4. The value of e0 corresponds to the IDC test at depth of 14.6 m, as reported in [14]. The swelling parameter (κ) is set to 0.005, a typical value for sands [43]. Alternatively, it could be evaluated from the shear wave velocity measurements through the small-strain shear modulus (G0) and the bulk modulus (K). Poisson's ratio ν′ is set to 0.3. The simulation of the IDC test was conducted in the finite element code PLAXIS [48] using CASM as a user-defined model (USDM) [49]. The calibration results are presented in Figure 8, employing n and r values of 5 and 1000, respectively.
λ | κ | ν′ | φ′cv | e0 | ψ | m |
0.01967 | 0.005 | 0.3 | 35.18 | 0.55 | -0.07251 | 2 |
- | - | - | ° | - | - | - |
As previously discussed, CASM is an elastic-plastic hardening/softening model that defines a yield surface expanding in response to p′0. At any given moment, it inherently divides the stress space into a high-stiffness elastic region and an elastic-plastic region where stiffness experiences a sudden reduction. Consequently, this class of models inevitably introduces abrupt stiffness transitions in dense specimens, as observed in the stress-strain curve in Figure 8a. Such behavior deviates from the typical stress-strain response of soils. However, this does not imply that elastic-plastic models are unsuitable; rather, it highlights that certain aspects of soil behavior may not be fully captured by these models [50].
The CPT was simulated using the geotechnical particle finite element method (G-PFEM). G-PFEM is an implementation of the particle finite element method (PFEM) designed to solve large deformation penetration problems in geotechnics, initially proposed by [51]. The framework was developed by the International Center for Numerical Methods in Engineering (CIMNE) and the Polytechnic University of Catalonia (UPC). G-PFEM has been integrated into the Kratos Multi-Physics framework [52], an object-oriented platform for multi-disciplinary numerical analysis.
G-PFEM utilizes an updated Lagrangian formulation, which is particularly effective for the numerical analysis of coupled problems involving large deformations. To address numerical challenges associated with large deformation problems, continuous remeshing is employed. While this approach increases computational costs, it is mitigated by the use of low-order elements in combination with a mixed, stabilized formulation. This strategy not only reduces computational time but also alleviates the locking phenomenon typically encountered with low equal-order approximations for displacement and water pressure fields. In [53], various mixed formulations were implemented and assessed, introducing an additional degree of freedom. Specifically, the determinant of the deformation gradient (J) or the mean pressure (p) is incorporated alongside the displacement (u) and water pressure fields (pw). It was found that the mixed (u-J-pw) formulation performed well, and as a result, this approach is adopted in the present study to solve the coupled hydro-mechanical problem in cone penetration scenarios.
This tool has been previously utilized for CPT simulations across various soil types, including clay [54], organic clay [55], intermediate soil [56], and liquefiable soil (loose sand, mine tailings, hydraulic fills, and quick clay) [57,58,59]. In this study, it will be applied to simulate penetration in medium-dense sand exhibiting dilative behavior.
A fully coupled hydro-mechanical model is employed to simulate cone penetration under axisymmetric conditions. The model boundaries are defined 300 cm away from the CPTu tip to minimize potential boundary effects. The bottom boundary is constrained in both lateral and vertical directions, while the side boundary is laterally fixed. For hydraulic conditions, free drainage is permitted along the upper and lower boundaries, whereas the lateral boundary is impervious.
The cone is initially embedded 20 cm into the ground and then pushed at a constant velocity of 2 cm/s. A time step of 0.0022 seconds is used, with re-meshing performed at each step. In this study, the minimum mesh size is set to 0.4 cm in the interior and 0.8 cm along the boundaries. The robustness of the adopted numerical framework, particularly regarding convergence behavior and mesh sensitivity, has been thoroughly demonstrated by [60], while the stabilization, re-meshing, and mapping procedures are described in [61].
In this simulation, the soil is assumed to be weightless, resulting in uniform in situ effective stresses (σ′v, σ′h) and pore water pressure (u0). To maintain equilibrium, a total stress boundary condition is applied at the top surface of the model (see Figure 9a). Under the assumption of a homogeneous stress state, it is expected that the penetration responses (qt, fs, and u2) will reach a stationary equilibrium value (convergent) after sufficient penetration depth.
When conducting CPT in sandy soils, the measured values of qt and fs tend to exhibit greater variability compared to penetration tests performed in fine-grained soil. This results in a range of qt and fs values within the same sand layer (see Figure 5), and is also reflected in the fluctuations of soil parameters derived from APD correlations, shown in Figures 6 and 7.
In the current state of practice, numerical CPT simulations cannot account for varying soil layers within a single model. To address this limitation, numerical simulations will be performed at multiple depths, incorporating distinct input parameters determined by the APD framework for each respective depth. A summary of the input parameters derived from the APD framework for each simulated depth is presented in Table 8.
Depth (m) | λ (-) | φ′cv (°) | k (m/s) | e0 (-) | ψ (-) | σ′v (kPa) | σ′h (kPa) |
12.36 | 0.02605 | 34.75 | 1.40E-05 | 0.61 | -0.07895 | 121 | 71 |
12.52 | 0.01120 | 36.28 | 6.01E-05 | 0.60 | -0.06211 | 122 | 72 |
12.76 | 0.00796 | 36.36 | 7.73E-05 | 0.60 | -0.05908 | 125 | 72 |
13.36 | 0.01609 | 35.70 | 6.07E-05 | 0.56 | -0.08581 | 131 | 82 |
13.52 | 0.01467 | 35.51 | 3.98E-05 | 0.59 | -0.07312 | 133 | 77 |
13.76 | 0.01525 | 35.39 | 8.14E-05 | 0.55 | -0.09949 | 135 | 87 |
14.04 | 0.02808 | 34.77 | 9.09E-06 | 0.62 | -0.06645 | 138 | 75 |
14.36 | 0.01068 | 35.44 | 1.31E-04 | 0.54 | -0.10056 | 142 | 90 |
14.52 | 0.02793 | 34.21 | 4.11E-05 | 0.52 | -0.12845 | 143 | 98 |
14.76 | 0.05238 | 33.57 | 1.98E-06 | 0.64 | -0.07015 | 146 | 76 |
15.04 | 0.02513 | 35.01 | 8.17E-06 | 0.62 | -0.05220 | 149 | 75 |
15.36 | 0.01927 | 35.31 | 1.13E-05 | 0.63 | -0.04592 | 152 | 75 |
15.52 | 0.00927 | 36.02 | 2.28E-05 | 0.64 | -0.03077 | 153 | 72 |
15.76 | 0.01368 | 35.62 | 4.61E-05 | 0.57 | -0.07131 | 156 | 86 |
16.04 | 0.03434 | 34.54 | 2.44E-06 | 0.66 | -0.03543 | 159 | 73 |
16.36 | 0.02718 | 34.35 | 2.29E-05 | 0.55 | -0.10173 | 162 | 96 |
16.52 | 0.02030 | 35.00 | 1.70E-05 | 0.59 | -0.06677 | 164 | 85 |
16.76 | 0.01846 | 35.14 | 1.68E-05 | 0.60 | -0.05993 | 166 | 84 |
17.04 | 0.01592 | 35.29 | 4.24E-05 | 0.55 | -0.08040 | 169 | 94 |
17.36 | 0.02837 | 34.74 | 7.77E-06 | 0.60 | -0.06059 | 173 | 86 |
17.52 | 0.01361 | 35.64 | 5.07E-05 | 0.55 | -0.07264 | 174 | 94 |
17.76 | 0.01903 | 34.99 | 2.14E-05 | 0.57 | -0.07123 | 177 | 92 |
12.68 | 0.01082 | 36.03 | 4.48E-05 | 0.61 | -0.05705 | 124 | 70 |
13.08 | 0.01178 | 36.17 | 5.89E-05 | 0.59 | -0.06451 | 128 | 75 |
13.6 | 0.01477 | 35.51 | 2.22E-05 | 0.62 | -0.05488 | 134 | 71 |
14.28 | 0.01205 | 35.60 | 9.36E-05 | 0.55 | -0.09061 | 141 | 87 |
14.64 | 0.03793 | 33.83 | 1.39E-05 | 0.55 | -0.11503 | 145 | 92 |
14.88 | 0.02949 | 34.58 | 1.02E-05 | 0.60 | -0.07609 | 147 | 81 |
15.24 | 0.01536 | 35.62 | 1.27E-05 | 0.64 | -0.03493 | 151 | 72 |
15.48 | 0.01246 | 35.86 | 1.40E-05 | 0.65 | -0.02665 | 153 | 70 |
15.88 | 0.02536 | 34.73 | 1.36E-05 | 0.59 | -0.07419 | 157 | 85 |
16.16 | 0.02773 | 34.58 | 1.22E-05 | 0.58 | -0.07838 | 160 | 87 |
16.68 | 0.01667 | 35.21 | 2.30E-05 | 0.59 | -0.06445 | 165 | 86 |
17.08 | 0.02268 | 34.63 | 2.50E-05 | 0.55 | -0.09138 | 170 | 96 |
17.44 | 0.02158 | 34.94 | 1.54E-05 | 0.58 | -0.06631 | 173 | 89 |
17.84 | 0.01675 | 35.40 | 1.18E-05 | 0.61 | -0.04051 | 178 | 82 |
During cone penetration, the contact friction angle at the soil-cone interface depends on the cone roughness (Ra) and soil particle size. Currently, CPT friction sleeves are manufactured following the standards set by [62], with a roughness of Ra=0.4±0.25 μm, measured in the longitudinal direction. In this study, the weighted average particle size (Dav), estimated from the grain size distribution results presented by [14], is approximately 1000 μm. Based on these characteristics, the interface efficiency (δcv/φcv) is determined to be 0.3 [63], resulting in an interface friction angle (δcv) of 10°.
The results of the CPT simulations for each individual depth are presented in Figure 10. For a total penetration depth of 0.5 m, the qt values reached a stationary state at approximately 0.25 m (see Figure 10a), and the actual simulation results are based on the average values obtained beyond this depth. However, a different trend is observed for fs, as most simulations do not reach a stationary state even after 0.5 m of penetration (see Figure 10b). These findings highlight the need for further investigation into the fs results, potentially by extending the penetration depth beyond 0.5 m with additional stabilization methods to reduce accumulated error or refining the existing soil-cone interaction formulation. This aspect remains an ongoing area of research.
The simulation results over depth (green) are presented in Figure 11. These results are compared with in situ measurements at point OYSC20 (black) and the APD framework input, which represents a thin 4 cm layer (red). While the simulated tip resistance is slightly overestimated, with an average deviation of 3.5 MPa, the overall pattern and magnitude are well captured. Additionally, the simulated pore water pressure during the cone penetration generally aligns with the theoretical hydrostatic line and remains within the range of in situ measurements.
Most of the simulations indicate fully drained conditions. However, two simulation points (z = 16.04 m and 14.76 m) exhibit slightly undrained behavior during penetration, with u2 values slightly exceeding the theoretical hydrostatic line and lower qt and fs values. This discrepancy arises because, in the simulation, the cone penetrates a uniform soil layer with constant parameters and permeability throughout the process. As a result, pore water pressure accumulates around the cone and dissipates slowly due to the lower permeability.
As penetration progresses and reaches a stationary state, the significant stress zone beneath the cone tip extends approximately five times the cone diameter (±18 cm), as illustrated in Figure 12. This suggests that the soil within this zone continues to influence cone resistance measurements. However, accurately capturing this behavior is challenging due to the limitations of the current simulation technique, which cannot incorporate soil layers with varying properties within a single simulation.
In Section 4, an attempt was made to evaluate the constitutive model parameters obtained from APD. The study's objective was to employ a CPT from the test site in APD to determine constitutive model parameters, and subsequently utilize these material sets to simulate CPT measurements at several depths. The simulated CPT was then compared to the CPT at the site, enabling the evaluation of the material sets obtained from APD.
The present study encountered several challenges. First, the constitutive model was limited to CASM, as it is the only model available within the framework of G-PFEM. Second, determining CASM parameters for sands using CPT was not straightforward, as there are not a lot of linkages between the parameters and CPT results, which is a requirement for computing parameters in APD. Additionally, the simulation results for fs exhibited uncertainties concerning the convergence of the results.
In view of the challenges described above, it is evident that further investigations and studies are required into these aspects. The ongoing research includes the following: the employment of other constitutive models (for example, an extension to CASM that is suitable for dense sands); the investigation of other methods for determining CASM parameters for sands; the exploration of the possibilities of determining the parameters using other workflows of APD (DMT and shear wave velocity measurements); and the investigation of the simulation results for fs for sands. Despite the challenges, it is believed that this approach could enhance the validation of determining the constitutive model parameters from CPT results.
One example of the ongoing investigations is the use of APD's shear wave velocity (Vs) workflow to determine CASM parameters. As previously discussed (see Section 4.1.1), κ can be derived from Vs measurements based on the ratio between the shear modulus (G) and the small-strain shear modulus (G0). This approach yields different κ values instead of assuming a typical 0.005 for sands. From APD's Vs workflow output, two κ values—0.0065 and 0.008—were selected for further comparison using a reduced number of simulated depths (13 instead of 36). The results of this analysis are presented in Figure 13. Figure 13(a-b) show the triaxial test results (n = 5, r = 1000) for varying κ, while Figure 13c illustrates the obtained qt profile, demonstrating that increasing κ leads to a further reduction in qt values, thereby improving the match with in situ measurements. This study also underscores the benefits of expanding the APD system to incorporate additional in situ tests.
This paper presents an automated parameter determination (APD) framework that employs a graph-based methodology to derive parameters from in situ tests. This approach is particularly beneficial in the early stages of a project when soil data availability is limited. At this stage, cost-effective field tests like CPT and DMT are typically conducted before comprehensive laboratory investigations. By integrating APD into the preliminary design phase, users can obtain more detailed insights efficiently. The objective is not to replace laboratory testing but to complement it, as laboratory analyses remain crucial for refining soil properties and constitutive model parameters in the final design. APD is characterized by transparency and adaptability, enabling users to contribute their expertise and expand the system's database by integrating additional methods and parameter correlations.
Section 3 illustrated the process of determining soil parameters using the CPT workflow. The results obtained from various methods were compared with reference values derived from laboratory tests conducted at the Øysand test site. This comparison serves to validate individual methods and refine the compiled database of correlations. The results were presented in terms of lower and upper bounds, as well as the average. However, using the average as a representative value for different parameters is problematic, as it may include contributions from less accurate methods. The main challenge lies in the large number of methods available within APD and the significant variability in the estimated values for the same parameter. To address this, a statistical module is currently being developed to support the selection of a more reliable representative value. To further support the selection of reliable profiles for soil characterization, the statistical module will also enable users to simulate element-level tests using different material sets derived from the available statistical measures, thereby allowing an assessment of how parameter selection influences mechanical response.
Section 4 explored the evaluation of constitutive model (CASM) parameters obtained in Section 3 by numerically simulating a CPT and comparing the results with in situ CPT data, which served as input for APD. Several challenges were encountered during this study, including the limited number of methods available for deriving CASM parameters for sands from CPT and uncertainties in the simulation results for fs. Despite these challenges, the initial results for qt at different depths, as shown in Figure 11a, demonstrate that this approach can be used to assess the derived material parameters. It is anticipated that addressing the aspects discussed in Section 4.6 will enhance the accuracy of the simulations and further validate the obtained material sets.
Conceptualization, I.M., A.E.W., H.F.S. and F.T.; methodology, I.M., A.E.W., H.F.S. and F.T.; software, I.M. and A.E.W.; validation, I.M., A.E.W., H.F.S. and F.T.; formal analysis, I.M., A.E.W., H.F.S. and F.T.; investigation, I.M. and A.E.W.; resources, I.M., A.E.W., and F.T.; data curation, I.M.; writing---original draft preparation, I.M. and A.E.W.; writing---review and editing, I.M., A.E.W., H.F.S. and F.T.; visualization, I.M. and A.E.W.; supervision, H.F.S. and F.T.; project administration, F.T.
The authors declare they have not used Artificial Intelligence (AI) tools in the creation of this article.
The authors extend their gratitude to the members of the APD group, Arny Lengkeek, and Ronald Brinkgreve, for their valuable contributions. They also sincerely appreciate the support and collaboration of the research team at CIMNE. Special thanks go to Dr. Laurin Hauser for providing access to G-PFEM and for the insightful discussions.
The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.
[1] | Sambaiah KS (2018) A review on optimal allocation and sizing techniques for DG in distributionsystems. Int J Renew Energy Res 8: 1236–1256. |
[2] |
Taner G (2019) Renewable energy, non-renewable energy and sustainable development. Int J Sustainable Dev World Ecology 26: 1–10. doi: 10.1080/13504509.2018.1471012
![]() |
[3] |
Georgilaki PS, Hatziargyriou ND (2015) A review of power distribution planning in the modern power systems era: Models, methods and future research. Electr Power Syst Res 121: 89–100. doi: 10.1016/j.epsr.2014.12.010
![]() |
[4] | Bhadoria VS, Singh N, Shrivastava V (2013) A review on distributed generation definitions and DG impacts on distribution system. International Conference on Advanced Computing and Communication Technologies 1–7. |
[5] |
Theo WL, Limb JS, Ho WS, et al. (2017) Review of distributed generation (DG) system planning and optimisation techniques: Comparison of numerical and mathematical modelling methods. Renew Sust Energy Rev 67: 531–573. doi: 10.1016/j.rser.2016.09.063
![]() |
[6] | Mohandes B, Moursi MSE, Hatziargyriou ND, et al. (2019) A review of power system flexibility with high penetration of renewables. IEEE Trans Power Syst (Early Access) 2019: 1–13. |
[7] | Thang VV, Trung NH (2019) Evaluating efficiency of renewable energy sources in planning micro-grids considering uncertainties. J Energy Syst 3: 14–25. |
[8] |
Bayod-Rújula AA, Yuan Y, Martínez-Gracia A, et al. (2018) Modelling and simulation of a building energy hub. Proceedings 2: 1–6. doi: 10.3390/proceedings2010001
![]() |
[9] | Deng S, Wu Q, Jing Z, et al. (2017) Optimal capacity configuration for energy hubs considering part-load characteristics of generation units. Energies 10: 2–19. |
[10] | Acharya PS, Wagh MM, Kulkarni VV (2019) Intelligent algorithmic multi-objective optimization for renewable energy system generation and integration problems: A review. Int J Renew Energy Res 9: 271–280. |
[11] |
Arriag M, Cañizares CA, Kazerani M (2016) Long-term renewable energy planning model for remote communities. IEEE Trans Sust Energy 7: 221–231. doi: 10.1109/TSTE.2015.2483489
![]() |
[12] |
Wong S, Bhattacharya K, Fuller JD (2009) Electric power distribution system design and planning in a deregulated environment. IET Gener Transm. Distrib 3: 1061–1078. doi: 10.1049/iet-gtd.2008.0553
![]() |
[13] | Abapour S, Khosroshahi AE, Frakho A, et al. (2015) Optimal integration of wind power resources in distribution networks considering demand response programs. 9th International Conference on Electrical and Electronics Engineering 26–28. |
[14] | Sambaiah KS, Jayabarathi T (2019) Optimal allocation of renewable distributed generation and capacitor banks in distribution systems using Salp Swarm algorithm. Int J Renew Energy Res 9: 96–107. |
[15] | Singh R, Bansal RC, Singh AR, et al. (2019) Multi-objective optimization of hybrid renewable energy system using reformed electric system cascade analysis for islanding and grid connected modes of operation. IEEE Access 6: 1–26. |
[16] | Nurunnab M, Roy NK, Pota HR (2019) Optimal sizing of grid-tied hybrid renewable energy systems considering inverter to PV ratio - A case study. J Renew Sust Energy 11: 1–14. |
[17] | Su H, Zhang J, Liang Z, et al. (2010) Power distribution network planning optimization based on life cycle cost. China International Conference on Electricity Distribution 1–8. |
[18] | Liu L, Cheng H, Ma Z, et al. (2010) Life cycle cost estimate of power system planning. International Conference on Power System Technology 1–8. |
[19] | Yi-Song JR, Long-Li JQ (2012) Comparative study of 10kV distribution network structure based on Life Cycle Cost analysis. China International Conference on Electricity Distribution 1–5. |
[20] |
Ristimäki M, Säynäjoki A, Heinonen J, et al. (2013) Combining life cycle costing and life cycle assessment for an analysis of a new residential district energy system design. Energy 63: 168–179. doi: 10.1016/j.energy.2013.10.030
![]() |
[21] | Zhang T, Song X, Meng X, et al. (2013) A probabilistic load model base on chi-square method for distribution network. 2nd IET Renewable Power Generation Conference 1–4. |
[22] | Liu Z, Wen F, Ledwich G (2010) Optimal siting and sizing of distributed generators in distribution systems considering uncertainties. IEEE Trans Power Delivery 26: 2541–2551. |
[23] |
Montoya-Bueno S, Muñoz JI, Contreras J (2015) A stochastic investment model for renewable generation in distribution systems. IEEE Trans Sust Energy 6: 1466–1474. doi: 10.1109/TSTE.2015.2444438
![]() |
[24] | Sadeghi M, Kalantar M (2014) Probabilistic analysis of wind turbine planning in distribution systems. 19th Conference on Electrical Power Distribution Networks 1–6. |
[25] |
Shaaban MF, El-Saadany EF (2014) Accommodating high penetrations of PEVs and renewable DG considering uncertainties in distribution systems. IEEE Trans Power Syst 29: 259–270. doi: 10.1109/TPWRS.2013.2278847
![]() |
[26] | Soroudi A, Mohammadi-Ivatloo B, Rabiee A (2014) Energy hub management with intermittent wind power, In: Large Scale Renewable Power Generation, Green Energy and Technology, Springer, 413–438. |
[27] |
Fan M, Vittal V, Heydt GT, et al. (2012) Probabilistic power flow studies for transmission systems with photovoltaic generation using cumulants. IEEE Trans Power Syst 27: 2251–2261. doi: 10.1109/TPWRS.2012.2190533
![]() |
[28] |
Atwa YM, El-Saadany EF (2011) Probabilistic approach for optimal allocation of wind based distributed generation in distribution systems. IET Renew Power Gener. 5: 79–88. doi: 10.1049/iet-rpg.2009.0011
![]() |
[29] | Atwa YM, El-Saadany EF, Salama MMA, et al. (2010) Optimal Renewable Resources Mix for Distribution System Energy Loss Minimization. IEEE Trans Power Syst 25: 360–370. |
[30] | Yu Y, Wen X, Zhao J, et al. (2018) Co-Planning of Demand response and distributed generators in an active distribution network. Energies 11: 2–18. |
[31] |
Santos SF, Fitiwi DZ, Bizuayehu AW, et al. (2017) Impacts of operational variability and uncertainty on distributed generation investment planning: A comprehensive sensitivity analysis. IEEE Trans Sust Energy 8: 855–869. doi: 10.1109/TSTE.2016.2624506
![]() |
[32] | Gkaidatzis PA, Bouhouras AS, Sgouras KI, et al. (2019) Efficient RES penetration under optimal distributed generation placement approach. Energies 12: 1–32. |
[33] |
Zheng Y, Jenkins BM, Kornbluth K, et al. (2018) Optimization under uncertainty of a biomass-integrated renewable energy microgrid with energy storage. Renew Energ 123: 204–217. doi: 10.1016/j.renene.2018.01.120
![]() |
[34] | Konneh DA, Howlader HOR, Shigenobu R, et al. (2019) A multi-criteria decision maker for grid-connected hybrid renewable energy systems selection using multi-objective particle swarm optimization. Sustainability 11: 1–36. |
[35] |
Hosseini S, Sarder MD (2019) Development of a Bayesian network model for optimal site selection of electric vehicle charging station. Electr Power Energy Syst 105: 110–122. doi: 10.1016/j.ijepes.2018.08.011
![]() |
[36] | Longo M, Foiadelli F, Yaïci W (2019) Simulation and optimisation study of the integration of distributed generation and electric vehicles in smart residential district. Int J Energy Environ Eng 8: 1–15. |
[37] |
Pazouki S, Haghifamb MR, Moser A (2014) Uncertainty modeling in optimal operation of energy hub in presence of wind, storage and demand response. Electr Power Energy Syst 61: 335–345. doi: 10.1016/j.ijepes.2014.03.038
![]() |
[38] |
Chen ZP, Yan Z (2018) Scenario tree reduction methods through clustering nodes. Comput Chem Eng 109: 96–111. doi: 10.1016/j.compchemeng.2017.10.017
![]() |
[39] | Shi Z, Wang Z, Jin Y, et al. (2018) Optimal allocation of intermittent distributed generation under active management. Energies 11: 2–19. |
[40] | Rosenthal RE (2008) A user's guide. GAMS Dev Corp 1–262. |
[41] | Abdelkader B, Linda S, Tarek B (2014) Analysis of radial distribution system load flow under uncertainties with fuzzy arithmetic algorithm. 3rd International Conference on Information Processing and Electrical Engineering 1–6. |
[42] |
Khodayar ME, Barati M, Shahidehpour M (2012) Integration of high reliability distribution system in microgrid operation. IEEE Trans Smart Grid 3: 1997–2006. doi: 10.1109/TSG.2012.2213348
![]() |
[43] | IRENA 2018, Renewable power generation costs in 2017, In: International Renewable Energy Agency, Abu Dhabi, 1–158. |
[44] |
Muneer W, Bhattacharya K, Cañizares C (2011) Large-scale solar PV investment models, tools and analysis: The Ontario case. IEEE Trans Power Syst 26: 2547–2555. doi: 10.1109/TPWRS.2011.2146796
![]() |
Zone | Soil behavior type (SBT) |
1 | Sensitive fine-grained |
2 | Clays: organic soil |
3 | Clays: clay to silty clay |
4 | Silt mixtures: clayey silt and silty clay |
5 | Sand mixtures: silty sand to sandy silt |
6 | Sands: clean sands to silty sands |
7 | Dense sand to gravelly sand |
8 | Stiff sand to clayey sand (overconsolidated) |
9 | Stiff fine-grained (overconsolidated) |
Method | Author | |
100×√1305OCR0.2Qtn | (3.7)a | [19] |
100×(0.268×lnqt/pa(σ′v/pa)0.5−0.675) | (3.8) | [20]b |
[0.3cm] 0.87(qt/pa)(σ′v/pa)0.5 | (3.9) | [17] |
−98+66×logqcσ′v | (3.10) | [21]c |
100×12.41lnQtn15.7 | (3.11) | [22]d |
100×12.91lnqc61σ0.71v | (3.12) | [6] |
100×13.10lnqc/pa17.68(σ′v/pa)0.5 | (3.13) | [20] |
a Qtn is the normalized cone resistance corrected for stress level and the normalized SBT index (Icn). OCR is discussed in section 3.4. b as cited in [18]. c as cited in [23]. d as cited in [24]. |
Method | Author | |
51.6lnfs+18.5 | (3.18) | [28] |
277(qc1000)0.13(σ′v1000)0.27 | (3.19) | [29] |
13.18q0.192c(σ′v)0.179 | (3.20) | [30] |
12.02q0.319cf−0.0466s | (3.21) | [30] |
(10.1logqc−11.4)1.67(fs/qc×100)0.3 | (3.22) | [30] |
(10(0.55Icn+1.68)×qt−σvpa)0.5 | (3.23) | [24] |
2.27q0.142tI0.989cnz0.033 | (3.24) | [31] |
10(0.8Icn−1.17)Qtn/(paσ′v)0.25 | (3.25) | [32] |
0.0831qc1N(σ′vpa)0.25e1.786Icn | (3.26) | [33] |
18.4q0.144cf0.0832sz0.278 | (3.27) | [34] |
135(qc/1000)0.23(σ′vpa)0.135 | (3.28) | [35] |
a z is the depth below the ground surface in m. b qc1N is the normalized cone tip resistance (for Icn<2.6,qc1N=(qcpa)(paσ′v)0.5). |
Parameter | Symbol | Method | Author | |
Slope of the compression line in the (lnp′,v) plane | λ | Fr10×2.303 | (3.29) | [36]a |
State parameter | ψ | 0.56−0.33logQtncs | (3.30) | [37] |
Permeability | k | 10(0.952−3.04Icn) | (3.31) | [38] |
Critical state friction angle | φ′cv | φ′p+48ψ | (3.32) | [39] |
Slope of the critical state line in p′ - q space | M | 6sinφ′cv3−sinφ′cv | (3.33) | |
Overconsolidation ratio | OCR | 0.33(qt−σv)m′σ′v | (3.34) | [40] |
Coefficient of earth pressure | K0 | (1−sinφ′cv)OCRsinφ′cv | (3.35) | [41]f |
a as cited in [39], Fr is the normalized friction ratio (Fr=fs/(qt−σv)). b Qtncs is the clean sand equivalent normalized cone resistance as described in [37]. c for 1.060Icn≤3.27. d by rearranging (φ′p=φ′cv−48ψ). e m′ is the yield stress exponent that increases with fine content and decreases with mean grain size (m′=1−0.281+(Icn2.65)25) [42]. f as cited in [19]. |
λ | κ | ν′ | φ′cv | e0 | ψ | m |
0.01967 | 0.005 | 0.3 | 35.18 | 0.55 | -0.07251 | 2 |
- | - | - | ° | - | - | - |
Depth (m) | λ (-) | φ′cv (°) | k (m/s) | e0 (-) | ψ (-) | σ′v (kPa) | σ′h (kPa) |
12.36 | 0.02605 | 34.75 | 1.40E-05 | 0.61 | -0.07895 | 121 | 71 |
12.52 | 0.01120 | 36.28 | 6.01E-05 | 0.60 | -0.06211 | 122 | 72 |
12.76 | 0.00796 | 36.36 | 7.73E-05 | 0.60 | -0.05908 | 125 | 72 |
13.36 | 0.01609 | 35.70 | 6.07E-05 | 0.56 | -0.08581 | 131 | 82 |
13.52 | 0.01467 | 35.51 | 3.98E-05 | 0.59 | -0.07312 | 133 | 77 |
13.76 | 0.01525 | 35.39 | 8.14E-05 | 0.55 | -0.09949 | 135 | 87 |
14.04 | 0.02808 | 34.77 | 9.09E-06 | 0.62 | -0.06645 | 138 | 75 |
14.36 | 0.01068 | 35.44 | 1.31E-04 | 0.54 | -0.10056 | 142 | 90 |
14.52 | 0.02793 | 34.21 | 4.11E-05 | 0.52 | -0.12845 | 143 | 98 |
14.76 | 0.05238 | 33.57 | 1.98E-06 | 0.64 | -0.07015 | 146 | 76 |
15.04 | 0.02513 | 35.01 | 8.17E-06 | 0.62 | -0.05220 | 149 | 75 |
15.36 | 0.01927 | 35.31 | 1.13E-05 | 0.63 | -0.04592 | 152 | 75 |
15.52 | 0.00927 | 36.02 | 2.28E-05 | 0.64 | -0.03077 | 153 | 72 |
15.76 | 0.01368 | 35.62 | 4.61E-05 | 0.57 | -0.07131 | 156 | 86 |
16.04 | 0.03434 | 34.54 | 2.44E-06 | 0.66 | -0.03543 | 159 | 73 |
16.36 | 0.02718 | 34.35 | 2.29E-05 | 0.55 | -0.10173 | 162 | 96 |
16.52 | 0.02030 | 35.00 | 1.70E-05 | 0.59 | -0.06677 | 164 | 85 |
16.76 | 0.01846 | 35.14 | 1.68E-05 | 0.60 | -0.05993 | 166 | 84 |
17.04 | 0.01592 | 35.29 | 4.24E-05 | 0.55 | -0.08040 | 169 | 94 |
17.36 | 0.02837 | 34.74 | 7.77E-06 | 0.60 | -0.06059 | 173 | 86 |
17.52 | 0.01361 | 35.64 | 5.07E-05 | 0.55 | -0.07264 | 174 | 94 |
17.76 | 0.01903 | 34.99 | 2.14E-05 | 0.57 | -0.07123 | 177 | 92 |
12.68 | 0.01082 | 36.03 | 4.48E-05 | 0.61 | -0.05705 | 124 | 70 |
13.08 | 0.01178 | 36.17 | 5.89E-05 | 0.59 | -0.06451 | 128 | 75 |
13.6 | 0.01477 | 35.51 | 2.22E-05 | 0.62 | -0.05488 | 134 | 71 |
14.28 | 0.01205 | 35.60 | 9.36E-05 | 0.55 | -0.09061 | 141 | 87 |
14.64 | 0.03793 | 33.83 | 1.39E-05 | 0.55 | -0.11503 | 145 | 92 |
14.88 | 0.02949 | 34.58 | 1.02E-05 | 0.60 | -0.07609 | 147 | 81 |
15.24 | 0.01536 | 35.62 | 1.27E-05 | 0.64 | -0.03493 | 151 | 72 |
15.48 | 0.01246 | 35.86 | 1.40E-05 | 0.65 | -0.02665 | 153 | 70 |
15.88 | 0.02536 | 34.73 | 1.36E-05 | 0.59 | -0.07419 | 157 | 85 |
16.16 | 0.02773 | 34.58 | 1.22E-05 | 0.58 | -0.07838 | 160 | 87 |
16.68 | 0.01667 | 35.21 | 2.30E-05 | 0.59 | -0.06445 | 165 | 86 |
17.08 | 0.02268 | 34.63 | 2.50E-05 | 0.55 | -0.09138 | 170 | 96 |
17.44 | 0.02158 | 34.94 | 1.54E-05 | 0.58 | -0.06631 | 173 | 89 |
17.84 | 0.01675 | 35.40 | 1.18E-05 | 0.61 | -0.04051 | 178 | 82 |
Zone | Soil behavior type (SBT) |
1 | Sensitive fine-grained |
2 | Clays: organic soil |
3 | Clays: clay to silty clay |
4 | Silt mixtures: clayey silt and silty clay |
5 | Sand mixtures: silty sand to sandy silt |
6 | Sands: clean sands to silty sands |
7 | Dense sand to gravelly sand |
8 | Stiff sand to clayey sand (overconsolidated) |
9 | Stiff fine-grained (overconsolidated) |
Method | Author | |
γw[0.27(logRf)+0.36(logqt/pa)+1.236] | (3.1) | [15] |
19.5−2.87[log(9000qt)log(20Rf)] | (3.2) | [16] |
26−141+[0.5logfs+1]2 | (3.3) | [17] |
0.254⋅log(qt−u2pa)+1.54 | (3.4) | [18] |
Method | Author | |
100×√1305OCR0.2Qtn | (3.7)a | [19] |
100×(0.268×lnqt/pa(σ′v/pa)0.5−0.675) | (3.8) | [20]b |
[0.3cm] 0.87(qt/pa)(σ′v/pa)0.5 | (3.9) | [17] |
−98+66×logqcσ′v | (3.10) | [21]c |
100×12.41lnQtn15.7 | (3.11) | [22]d |
100×12.91lnqc61σ0.71v | (3.12) | [6] |
100×13.10lnqc/pa17.68(σ′v/pa)0.5 | (3.13) | [20] |
a Qtn is the normalized cone resistance corrected for stress level and the normalized SBT index (Icn). OCR is discussed in section 3.4. b as cited in [18]. c as cited in [23]. d as cited in [24]. |
Method | Author | |
17.6+11log(Qtn) | (3.14) | [19] |
tan−1[12.68logqcσ′v+0.29] | (3.15) | [25] |
25(Qtn)0.10 | (3.16) | [26]a |
53−6.9Icn | (3.17) | [18] |
a as cited in [27]. |
Method | Author | |
51.6lnfs+18.5 | (3.18) | [28] |
277(qc1000)0.13(σ′v1000)0.27 | (3.19) | [29] |
13.18q0.192c(σ′v)0.179 | (3.20) | [30] |
12.02q0.319cf−0.0466s | (3.21) | [30] |
(10.1logqc−11.4)1.67(fs/qc×100)0.3 | (3.22) | [30] |
(10(0.55Icn+1.68)×qt−σvpa)0.5 | (3.23) | [24] |
2.27q0.142tI0.989cnz0.033 | (3.24) | [31] |
10(0.8Icn−1.17)Qtn/(paσ′v)0.25 | (3.25) | [32] |
0.0831qc1N(σ′vpa)0.25e1.786Icn | (3.26) | [33] |
18.4q0.144cf0.0832sz0.278 | (3.27) | [34] |
135(qc/1000)0.23(σ′vpa)0.135 | (3.28) | [35] |
a z is the depth below the ground surface in m. b qc1N is the normalized cone tip resistance (for Icn<2.6,qc1N=(qcpa)(paσ′v)0.5). |
Parameter | Symbol | Method | Author | |
Slope of the compression line in the (lnp′,v) plane | λ | Fr10×2.303 | (3.29) | [36]a |
State parameter | ψ | 0.56−0.33logQtncs | (3.30) | [37] |
Permeability | k | 10(0.952−3.04Icn) | (3.31) | [38] |
Critical state friction angle | φ′cv | φ′p+48ψ | (3.32) | [39] |
Slope of the critical state line in p′ - q space | M | 6sinφ′cv3−sinφ′cv | (3.33) | |
Overconsolidation ratio | OCR | 0.33(qt−σv)m′σ′v | (3.34) | [40] |
Coefficient of earth pressure | K0 | (1−sinφ′cv)OCRsinφ′cv | (3.35) | [41]f |
a as cited in [39], Fr is the normalized friction ratio (Fr=fs/(qt−σv)). b Qtncs is the clean sand equivalent normalized cone resistance as described in [37]. c for 1.060Icn≤3.27. d by rearranging (φ′p=φ′cv−48ψ). e m′ is the yield stress exponent that increases with fine content and decreases with mean grain size (m′=1−0.281+(Icn2.65)25) [42]. f as cited in [19]. |
λ | κ | ν′ | φ′cv | e0 | ψ | m |
0.01967 | 0.005 | 0.3 | 35.18 | 0.55 | -0.07251 | 2 |
- | - | - | ° | - | - | - |
Depth (m) | λ (-) | φ′cv (°) | k (m/s) | e0 (-) | ψ (-) | σ′v (kPa) | σ′h (kPa) |
12.36 | 0.02605 | 34.75 | 1.40E-05 | 0.61 | -0.07895 | 121 | 71 |
12.52 | 0.01120 | 36.28 | 6.01E-05 | 0.60 | -0.06211 | 122 | 72 |
12.76 | 0.00796 | 36.36 | 7.73E-05 | 0.60 | -0.05908 | 125 | 72 |
13.36 | 0.01609 | 35.70 | 6.07E-05 | 0.56 | -0.08581 | 131 | 82 |
13.52 | 0.01467 | 35.51 | 3.98E-05 | 0.59 | -0.07312 | 133 | 77 |
13.76 | 0.01525 | 35.39 | 8.14E-05 | 0.55 | -0.09949 | 135 | 87 |
14.04 | 0.02808 | 34.77 | 9.09E-06 | 0.62 | -0.06645 | 138 | 75 |
14.36 | 0.01068 | 35.44 | 1.31E-04 | 0.54 | -0.10056 | 142 | 90 |
14.52 | 0.02793 | 34.21 | 4.11E-05 | 0.52 | -0.12845 | 143 | 98 |
14.76 | 0.05238 | 33.57 | 1.98E-06 | 0.64 | -0.07015 | 146 | 76 |
15.04 | 0.02513 | 35.01 | 8.17E-06 | 0.62 | -0.05220 | 149 | 75 |
15.36 | 0.01927 | 35.31 | 1.13E-05 | 0.63 | -0.04592 | 152 | 75 |
15.52 | 0.00927 | 36.02 | 2.28E-05 | 0.64 | -0.03077 | 153 | 72 |
15.76 | 0.01368 | 35.62 | 4.61E-05 | 0.57 | -0.07131 | 156 | 86 |
16.04 | 0.03434 | 34.54 | 2.44E-06 | 0.66 | -0.03543 | 159 | 73 |
16.36 | 0.02718 | 34.35 | 2.29E-05 | 0.55 | -0.10173 | 162 | 96 |
16.52 | 0.02030 | 35.00 | 1.70E-05 | 0.59 | -0.06677 | 164 | 85 |
16.76 | 0.01846 | 35.14 | 1.68E-05 | 0.60 | -0.05993 | 166 | 84 |
17.04 | 0.01592 | 35.29 | 4.24E-05 | 0.55 | -0.08040 | 169 | 94 |
17.36 | 0.02837 | 34.74 | 7.77E-06 | 0.60 | -0.06059 | 173 | 86 |
17.52 | 0.01361 | 35.64 | 5.07E-05 | 0.55 | -0.07264 | 174 | 94 |
17.76 | 0.01903 | 34.99 | 2.14E-05 | 0.57 | -0.07123 | 177 | 92 |
12.68 | 0.01082 | 36.03 | 4.48E-05 | 0.61 | -0.05705 | 124 | 70 |
13.08 | 0.01178 | 36.17 | 5.89E-05 | 0.59 | -0.06451 | 128 | 75 |
13.6 | 0.01477 | 35.51 | 2.22E-05 | 0.62 | -0.05488 | 134 | 71 |
14.28 | 0.01205 | 35.60 | 9.36E-05 | 0.55 | -0.09061 | 141 | 87 |
14.64 | 0.03793 | 33.83 | 1.39E-05 | 0.55 | -0.11503 | 145 | 92 |
14.88 | 0.02949 | 34.58 | 1.02E-05 | 0.60 | -0.07609 | 147 | 81 |
15.24 | 0.01536 | 35.62 | 1.27E-05 | 0.64 | -0.03493 | 151 | 72 |
15.48 | 0.01246 | 35.86 | 1.40E-05 | 0.65 | -0.02665 | 153 | 70 |
15.88 | 0.02536 | 34.73 | 1.36E-05 | 0.59 | -0.07419 | 157 | 85 |
16.16 | 0.02773 | 34.58 | 1.22E-05 | 0.58 | -0.07838 | 160 | 87 |
16.68 | 0.01667 | 35.21 | 2.30E-05 | 0.59 | -0.06445 | 165 | 86 |
17.08 | 0.02268 | 34.63 | 2.50E-05 | 0.55 | -0.09138 | 170 | 96 |
17.44 | 0.02158 | 34.94 | 1.54E-05 | 0.58 | -0.06631 | 173 | 89 |
17.84 | 0.01675 | 35.40 | 1.18E-05 | 0.61 | -0.04051 | 178 | 82 |