Index: DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex =================================================================== diff -u -r1928 -r1934 --- DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 1928) +++ DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 1934) @@ -13,7 +13,8 @@ \newcommand{\ProgramName}{DAM Engine\xspace} \newcommand{\kernel}{failuremechanism kernel\xspace} - +\newcommand{\WbiKernel}{WBI macrostability kernel\xspace} +\newcommand{\DGeostability}{D-Geo Stability 18.1 kernel\xspace} \title{\ProgramName} \subtitle{Technical Design} \projectnumber{1210702-000} @@ -833,15 +834,31 @@ \section{WBI Macrostability Inwards} \label{sec:WbiMacrostabilityInwards} -For WBI a new macrostability kernel has been build. A functional design \citep{Zwan2017a} and a technical design \citep{MacroStabilityKernel_TechnicalDesign} is available. Currently this kernel only supports macrostability inwards for the model Uplift Van. -The API of this kernel is based on an XML file that contains all the necessary data for the inout of the kernel. The XML is defined with a set of XML schema's (XDS's). These XSD's can be found in chapter 2.3 of the Technical Design. +For WBI a new macrostability kernel has been build. A Functional Design \citep{Zwan2017a} and a Technical Design \citep{MacroStabilityKernel_TechnicalDesign} is available. Currently this kernel only supports macrostability inwards for the model Uplift Van. +The API of this kernel is based on an XML file that contains all the necessary data for the input of the kernel. The XML is defined with a set of XML schema's (XSD's). These XSD's can be found in chapter 2.3 of the Technical Design \citep{MacroStabilityKernel_TechnicalDesign}. +\subsection{Initial implementation} +\label{sec:InitialImplementation} +The first implementation of the \WbiKernel will not be a full implementation. It will implement the same options that were implemented in the original Macrostability Inwards implementation (which uses the \DGeostability).\newline +Therefore the following input options (see \autoref{sec:MappingDamEngineDataWbiMacrostability}) will not be implemented: +\begin{itemize} + \item PreconsolidationStresses + \item ConsolidationValues + \item MultiplicationFactorsCPhiForUplift + \item SpencerSlipPlanes + \item SlipPlaneConstraints + \item GeneticAlgorithmOptions + \item LevenbergMarquardtOptions + \item Waternet creation options (defined in Location) +\end{itemize} +Furthermore, no Waternet Daily will be specified. This was introduced in the \WbiKernel when POP is requested. +Also in the first implementation the waternet will be created by the \ProgramName. The waternet creator of the \WbiKernel will not be used. So the parameters used for the waternet creation do not have to be filled in when calling the \WbiKernel. Those are the parameters defined in \autoref{table-MappingDamEngineLocationWbiMacrostability}. + \subsection{Mapping of the \ProgramName data} \label{sec:MappingDamEngineDataWbiMacrostability} -The WBI macrostability kernel has to be filled with input, that can be obtained from the \ProgramName data. In the following tables a mapping of the needed data to the \ProgramName data is defined. +The \WbiKernel has to be filled with input, that can be obtained from the \ProgramName data. In the following tables a mapping of the needed data to the \ProgramName data is defined. \begin{table}[H] - %\caption{xxx} - %\label{xxx} + \small \begin{tabular}{|p{60mm}|p{\textwidth-60mm-24pt}|} \hline \textbf{WBI Macrostability} StabilityModel & \textbf{\ProgramName} DamInput.xsd \\ \hline SoilModel->Soils & Input->Soils (See \autoref{table-MappingDamEngineSoilsWbiMacrostability})\\ \hline @@ -859,12 +876,11 @@ GeneticAlgorithmOptions & DO-NOT-IMPLEMENT \\ \hline LevenbergMarquardtOptions & DO-NOT-IMPLEMENT \\ \hline \end{tabular} - \caption{\small Mapping of the WBI macrostability kernel data to the \ProgramName.} + \caption{\small Mapping of the \WbiKernel data to the \ProgramName.} \label{table-MappingDamEngineDataWbiMacrostability} \end{table} \begin{table}[H] - %\caption{xxx} - %\label{xxx} + \small \begin{tabular}{|p{70mm}|p{\textwidth-70mm-24pt}|} \hline \textbf{WBI Macrostability} Soil & \textbf{\ProgramName} Soil \\ \hline AbovePhreaticLevel & AbovePhreaticLevel \\ \hline @@ -878,12 +894,12 @@ StrengthIncreaseExponent & StrengthIncreaseExponent \\ \hline OCR & OCR \\ \hline \end{tabular} - \caption{\small Mapping of the WBI macrostability kernel Soils to the \ProgramName Soils.} + \caption{\small Mapping of the \WbiKernel Soils to the \ProgramName Soils.} \label{table-MappingDamEngineSoilsWbiMacrostability} \end{table} +The parameters defined in the following table for Location are all parameters that are used by the waternet creator of the \WbiKernel. They will not yet be implemented (as explained above). \begin{table}[H] - %\caption{xxx} - %\label{xxx} + \small \begin{tabular}{|p{65mm}|p{\textwidth-65mm-24pt}|} \hline \textbf{WBI Macrostability} Location & \textbf{\ProgramName} Location \\ \hline DikeSoilScenario & TO-BE-ADDED \\ \hline @@ -911,12 +927,12 @@ LeakageLengthOutwardsPl4 & DO-NOT-IMPLEMENT \\ \hline LeakageLengthInwardsPl4 & generate based on ModelParametersForPlLines->DampingFactorPl4 \\ \hline \end{tabular} - \caption{\small Mapping of the WBI macrostability kernel Slip Plane Location to the \ProgramName Location.} + \caption{\small Mapping of the \WbiKernel Slip Plane Location to the \ProgramName Location.} \label{table-MappingDamEngineLocationWbiMacrostability} \end{table} +The parameters defined in the following table for Constraints will not yet be implemented (as explained above). \begin{table}[H] - %\caption{xxx} - %\label{xxx} + \small \begin{tabular}{|p{70mm}|p{\textwidth-70mm-24pt}|} \hline \textbf{WBI Macrostability} Constraints & \textbf{\ProgramName} Constraints \\ \hline SlipPlaneMinDepth & Location->StabiltiyOptions->MinimumCircleDepth \\ \hline @@ -928,7 +944,7 @@ MaxAllowedAngleBetweenSlices & TO-BE-ADDED \\ \hline RequiredForcePointsInSlices & TO-BE-ADDED \\ \hline \end{tabular} - \caption{\small Mapping of the WBI macrostability kernel Slip Plane Constraints to the \ProgramName data.} + \caption{\small Mapping of the \WbiKernel Slip Plane Constraints to the \ProgramName data.} \label{table-MappingDamEngineSlipPlaneConstraintsWbiMacrostability} \end{table} %------------------------------------------------------------------------------ Index: DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.pdf =================================================================== diff -u -r1928 -r1934 Binary files differ