diff --git a/source/.case_1.rst.swp b/source/.case_1.rst.swp new file mode 100644 index 0000000..26ba050 Binary files /dev/null and b/source/.case_1.rst.swp differ diff --git a/source/.case_1.rst.un~ b/source/.case_1.rst.un~ index 5d0ba77..14035f0 100644 Binary files a/source/.case_1.rst.un~ and b/source/.case_1.rst.un~ differ diff --git a/source/case_1.rst b/source/case_1.rst index 52b7b14..462e6a0 100644 --- a/source/case_1.rst +++ b/source/case_1.rst @@ -266,7 +266,7 @@ Bayesian Calibration The results for Bayesian Calibration are outlined below: .. figure:: ./images/case1_BayesianResults.png - :scale: 100 % + :scale: 70 % :align: center :figclass: align-center> diff --git a/source/case_1.rst~ b/source/case_1.rst~ index 4e24657..52b7b14 100644 --- a/source/case_1.rst~ +++ b/source/case_1.rst~ @@ -24,6 +24,9 @@ The example problems in this project will utilize the scenario, soil profile, an *A site adjacent to San Francisco Bay is underlain by San Francisco Bay Mud. The site is to be readied for development by placement of 5ft of fill material, and the ultimamte settlement of the fill is of interest. The site conditions, shown below, indicate the presence of a crust of desiccated Bay Mud with thickness, h1, which is not expected to consolidate noticeably. The clay is underlain by a dense gravel, which will also not consolidate.* .. figure:: ./images/case1_settlementProblem.png + :scale: 55 % + :align: center + :figclass: align-center> .. list-table:: Soil Profile Parameters :widths: 25 25 50 @@ -120,7 +123,9 @@ Parameter calibration, allows one to determine an unknown soil paramter, given a Finally, Sensitivity Analysis allows us to determine which input parameters impact the resulting ultimate settlement most. Sensitivity Analysis may be performed in both Python and QuoFEM. A Python script performing Sensitivity Analysis may be found here. This script produces a **tornado diagram** (as depicted below), a visual representation of the change in magnitude of settlement resulting from the application of uncertainty to a single variable at a time. .. figure:: ./images/case1_TornadoDiagram.png - + :scale: 50 % + :align: center + :figclass: align-center> SimCenter Tool Used ------------------- @@ -139,6 +144,9 @@ QouFEM allows the integration of finite element and hazard compuatations with un * **EDP tab** - The EDP tab allows one to define quantities of interest to compute (i.e., ultimate settlement). .. figure:: ./images/case1_InputResultsTabs.png + :scale: 100 % + :align: center + :figclass: align-center> After entering parameters in the input tabs, one may choose run the project on their machine by simply clicking **Run** or to run the project in the cloud by selecting **Run at Design Safe**. When choosing to run a project in the cloud, one must login to Design Safe and specify a maximum run time. To ensure that the project does not expire while waiting in the que, select a run time of at least 10 hours. @@ -227,6 +235,9 @@ Example One - Forward Propagation The results for Forward Propagation are outlined below: .. figure:: ./images/case1_ForwardPropagationResults.png + :scale: 100 % + :align: center + :figclass: align-center> Example Two - Parameter Calibration ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -255,7 +266,14 @@ Bayesian Calibration The results for Bayesian Calibration are outlined below: .. figure:: ./images/case1_BayesianResults.png + :scale: 100 % + :align: center + :figclass: align-center> + .. figure:: ./images/case1_BayesianResults2.png + :scale: 100 % + :align: center + :figclass: align-center> Example Three - Sensitivity Analysis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -276,8 +294,14 @@ Example Three - Sensitivity Analysis The results for the Sensitivity Analysis in QuoFEM are outlined below. Uncertainty in preconsolidation pressure and compression index translate to the greatest uncertainty in the predicted settlement. .. figure:: ./images/case1_Sensitivity2.png -.. figure:: ./images/case1_Sensitivity.png + :scale: 100 % + :align: center + :figclass: align-center> +.. figure:: ./images/case1_Sensitivity.png + :scale: 100 % + :align: center + :figclass: align-center> Remarks -------