14 - Automate Combinations Analysis
1.0 Introduction
The Automate Compute option helps users quickly generate results for several SWedge analysis cases at a time by reading in various model inputs from Excel. In this tutorial, we will familiarize you with the Automate Compute feature by automating the computation of several Combinations analysis cases to see how sensitive the Factor of Safety is to varying Joint Water levels.
Topics Covered in this Tutorial:
- Combinations Analysis SWedge Model
- Input Excel File Format
- Pre-processing Input Excel File for Sensitivity Analysis
- Adding Input Excel File(s) to Automate Compute File Queue
- Output SWedge Automate Compute Results File
- Post-processing Output Excel File to Plot Sensitivity Graph
Finished Product:
The finished products of this tutorial can be found in the Tutorial 14 Automate Compute - Combination Analysis folder, located in the Examples > Tutorials folder in your SWedge installation folder. Inside, you will find:
- Tutorial 14 Automate Compute - Combinations_base file.swd7 SWedge model file setup for automation
- Tutorial 14 Automate Compute - Combinations_inputs.xlsx Excel input file
- Tutorial 14 Automate Compute - Combinations_inputs folder containing the computed results files
- Tutorial 14 Automate Compute - Combinations_post-process.xlsx Excel file with all raw combined results data, Excel formula computations, and Excel graph
2.0 Creating a New File
- If you have not already done so, run the SWedge program by double-clicking the SWedge icon in your installation folder or by selecting Programs > Rocscience > SWedge > SWedge in the Windows Start menu.
When the program starts, a default model is automatically created. If you do NOT see a model on your screen:
- Select: File > New
Whenever a new file is created, the default input data forms valid slope geometry, as shown in the image below.
If the SWedge application window is not already maximized, maximize it now so that the full screen is available for viewing the model.
Before we are ready to run Automate Compute, we must first set up the model environment in the following dialogs:
- Project Settings
- Input Data
- Scale Wedge
3.0 Project Settings
First, set the model Units, Analysis Type, and Block Shape.
- Select Project Settings from the Analysis menu to open the Project Settings dialog.
- Set the Units = Metric, stress as MPa
- Set the Analysis Type = Combinations
- Set the Block Shape = Wedge
- Select OK to close the dialog.
4.0 Input Data
Next, set the optional input data.
- Select Input Data from the Analysis menu to open the Combinations Input Data dialog.
- Open the Slope tab.
- Slope Dip
- Slope Dip Direction
- Slope Height
- Upper Face Dip
- Upper Face Dip Direction
- Rock Unit Weight
- Open the Joints tab.
- Enter the following Joint Planes:
- Set Joint Shear Strength Model = Mohr-Coulomb
- Joint Waviness
- Joint Cohesion
- Joint Friction Angle
- Open the Forces tab.
- Open the Water tab.
- Check the Joint Water Pressure check box control.
- Set the Pressure Distribution Model = Peak Pressure - Beneath Crest
- Set the radio control to Percent Filled
- Joint Water Unit Weight
- Percent Filled
- Hu
- Select OK to close the dialog.
We will keep all the check box controls in the default state. Keep in mind that the following are required input parameters that have to be specified later on in the Input Excel File:
Dip | Dip Direction |
45 | 125 |
70 | 225 |
45 | 185 |
60 | 200 |
65 | 220 |
40 | 130 |
We will keep all the check box and combo box controls in the default state. Keep in mind that the following are required input parameters that have to be specified later on in the Input Excel File:
We will leave all the check box controls in the default state (unchecked). No input parameters are required since no Seismic or External Forces are applied.
We will leave the Ponded Water Pressure check box controls unchecked. Keep in mind that the following are required input parameters that have to be specified later on in the Input Excel File:
5.0 Input Excel File
Now, let's take a look at the structure of the input Excel file.
- Obtain the SWedge Combinations Excel Template by selecting File > Automate Compute > Combinations Excel Template.
- Create a folder called Tutorial 14 Automate Compute - Combinations.
- Navigate to the SLOPE worksheet.
- Under the Wedge ID column, provide the names of the wedges. We will name them according to Joint Water Percent Filled. Each row in the input Excel file represents one Combinations Analysis case in SWedge. We will run a case for each Percent Filled ranging from 0 to 100 percent, by 1 percent increments.
- Enter the following:
- Navigate to the JOINTS worksheet.
- Under the Wedge ID column, provide the names of the wedges.
- Enter the following:
- Navigate to the WATER worksheet.
- Under the Wedge ID column, provide the names of the wedges.
- Enter the following:
- Save the Excel file as Tutorial 14 Automate Compute - Combinations_inputs.xlsx to the Tutorial 14 Automate Compute - Combinations folder previously created.
A Read-Only Excel workbook titled SWedge Automation Template_Combinations.xlsx will be automatically opened (if you have Excel installed on your local machine).
The SWedge Combinations Input Data Automation Template Excel workbook and worksheets are protected to prevent any accidental modification to the tab structure and headers. The input Excel template contains 5 worksheets for inputting numerical parameters for automation.
Wedge ID | Slope | Upper Face | Rock Properties | |||
Dip | Dip Direction | Height | Dip | Dip Direction | Unit Weight | |
PF 0 | 65 | 185 | 30 | 15 | 185 | 0.026 |
PF 1 | 65 | 185 | 30 | 15 | 185 | 0.026 |
PF 2 | 65 | 185 | 30 | 15 | 185 | 0.026 |
... | ... | ... | ... | ... | ... | ... |
PF 100 | 65 | 185 | 30 | 15 | 185 | 0.026 |
The SLOPE worksheet should look like this:
Wedge ID | Joint | ||
Cohesion | Friction Angle | Waviness | |
PF 0 | 0 | 32 | 0 |
PF 1 | 0 | 32 | 0 |
PF 2 | 0 | 32 | 0 |
... | ... | ... | ... |
PF 100 | 0 | 32 | 0 |
The JOINTS worksheet should look like this:
Wedge ID | Joint Water Pressure | ||
Unit Weight | Percent | Hu | |
PF 0 | 0.00981 | 0 | 1 |
PF 1 | 0.00981 | 1 | 1 |
PF 2 | 0.00981 | 2 | 1 |
... | ... | ... | ... |
PF 100 | 0.00981 | 100 | 1 |
The WATER worksheet should look like this:
We do not need to enter any data in the BASAL PLANE, FORCES, or SCALE WEDGE worksheets since those are not applicable.
We are now ready to automate computations in SWedge by reading from the input Excel file.
6.0 Automate from Excel
Return to the SWedge model.
The Automate Compute dialog allows you to add Excel input automation files to the queue, select an output format, and compute the results.
6.1 ADD FILES TO FILE QUEUE
To add multiple files to the File Queue:
- Select Automate from Excel from the Analysis menu to open the Automated Compute dialog.
Add files Automated Compute dialog - Select the Open button to open a standard dialog to choose an Excel input file. Navigate to the Tutorial 14 Automate Compute - Combinations folder and select the Tutorial 14 Automate Compute - Combinations_inputs.xlsx file.
You will see the Excel input file appear under the File Queue list box.
7.0 Output Result Files
Results files are automatically generated and saved into the same directory as the input Excel file after Automated Compute is complete. Before we run Compute, first ensure that the Output File Format is set to the desired format. Users can select from either Text File or Excel File format.
7.1 TEXT FILE FORMAT
While still in the Automated Compute dialog:
- Set the Output File Format dropdown to Text File.
- Select the Compute button to start the automated computing process.
The Total Progress can be seen at the bottom of the dialog. When files have finished computing, they will appear in the Completed Files list box.
- When all files have finished computing, select Exit to close the dialog.
For each input Excel file case, a text file (.txt) containing all results data is generated.
For a Combinations Analysis (Tutorial 14 Automate Compute - Combinations_inputs.xlsx), the results data for each case are output to a separate text file since each case tends to contain multiple wedges formed by joint combinations. Inside each text file, results for all joint combinations wedges in the case are outputted following the header row. Each row of data represents one joint combination wedge. Each data type is separated by a comma (,) for easy parsing.
- Take a look at the ResultsPF 0[0].txt result file.
Note that a total of 101 files with the same format (i.e., ResultsPF 0[0].txt, ResultsPF 1[1].txt, ..., ResultsPF 100[2].txt ) have been created; one file per case. Each of these cases contains 15 wedges formed by joint combinations; some valid and some invalid.
7.2 EXCEL FILE FORMAT
Now, we will do the same as before, but this time we will generate the results as an Excel output file format.
- Select Automate from Excel from the Analysis menu to open the Automated Compute dialog.
- Select the Open button to open a standard dialog to choose an Excel input file. Navigate to the Tutorial 14 Automate Compute - Combinations folder and select the Tutorial 14 Automate Compute - Combinations_inputs.xlsx file.
- Set the Output File Format dropdown to Excel File.
- Select the Save As SWedge File(s) checkbox. This will save each automated compute case as an SWedge file.
- Select the Compute button to start the automated computing process.
- Since there are already Text File results in the results directory, a popup will appear with the message "Results folder(s) not empty. Duplicated results file(s) will be overwritten. Continue?". Select Yes.
- When all files have finished computing, select Exit to close the dialog.
You will see the Excel input file appear under the File Queue list box.
For each input Excel file case, an Excel file (.xlsx) containing all results data is generated.
For a Combinations Analysis (Tutorial 14 Automate Compute - Combinations_inputs.xlsx), the results data for each case are output to a separate Excel file since each case tends to contain multiple wedges formed by joint combinations. Inside each text file, results for all joint combinations wedges in the case are outputted following the header row. Each row of data represents one joint combination wedge. Each data type is separated by column.
- Take a look at the ResultsPF 0[0].xlsx result file.
Note that a total of 101 files with the same format (i.e., ResultsPF 0[0].xlsx, ResultsPF 1[0].xlsx, ..., ResultsPF 100[0].xlsx ) have been created; one file per case.
8.0 Error Log
As you may have noticed, an Error Log is also generated for each input Excel file. For each input Excel file, an Error Log text file (Automate Compute Error Log.txt) is generated and saved into the same directory as the output file directories. Always check that the Error Log reports "No errors found" before post-processing the raw results data. If any errors do occur as a result of missing (i.e., blank cells) or invalid inputs, the Error Log will indicate which worksheet(s) and cell(s) are problematic.
9.0 Sensitivity Analysis Using Post-Processed Results Data
For demonstration purposes, we are going to post-process the results generated from Automate Compute in Excel. We want to generate a plot of Safety Factor vs. Joint Water Percent Filled.
- Open a new Excel worksheet.
- Grab the raw data from all Results Excel files.
- Under the Data tab, select Get Data > From File > From Folder.
- Browse for the Automate Compute Results Excel Files folder containing the Results Excel files.
Sensitivity Analysis using post-processed results - Select Combine > Combine & Load.
- Select Combinations Values and OK to extract the data from each Excel file.
Combine Combinations Values - Wait while Excel runs the background query. The combined data will contain all the computed data.
- Post-process the data in Excel.
- Consider only valid wedges (i.e., Safety Factor is not "N/A")
- Plot Safety Factor vs. Percent Filled in Excel.
The Safety Factor decreases as Joint Percent Filled increases for all joint combinations.
The following joint Combinations have Safety Factors well above 1:
Joint 1 | Joint 2 | ||
Dip | Dip Direction | Dip | Dip Direction |
45 | 125 | 40 | 130 |
70 | 225 | 65 | 220 |
All other joint combinations forming valid wedges must be carefully inspected since they have relatively low Safety Factors.
This concludes the tutorial.