Index: DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.pdf =================================================================== diff -u -r1994 -r1995 Binary files differ Index: DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex =================================================================== diff -u -r1994 -r1995 --- DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 1994) +++ DamEngine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 1995) @@ -960,15 +960,32 @@ \begin{table}[H] \small \begin{tabular}{|p{60mm}|p{\textwidth-60mm-24pt}|} \hline - \textbf{WBI Macrostability} WTIStabilityModelValidation.xsd & \textbf{\ProgramName} DamDesignResult.xsd \\ \hline - Validations->ValidationsType & LogMessage->LogMessageType\\ \hline + \textbf{WBI Macrostability} WTIStabilityModelValidation.xsd & \textbf{\ProgramName} DamDesignResult.xsd->StabilityDesignResults \\ \hline + Validations -> ValidationsType & ResultMessage -> LogMessageType\\ \hline \end{tabular} \caption{\small Mapping of the \WbiKernel validation result to the \ProgramName.} \label{table-MappingValidationResultWbiMacrostability} \end{table} When the Validations part is empty it means that the input is Valid. When there are one or more validations, they are added to the messages of the design results. The type of message can be Info, Warning or Error. The validation fails when there is at least one Error message. +\subsection{Mapping of the calculation result} +\label{sec:MappingCalculationResultWbiMacrostability} +The \WbiKernel returns the calculation result when the Run function is called. In the following table a mapping of the calculation result to the \ProgramName data is defined. For now, only the parts that we currently use are described. +\begin{table}[H] + \small + \begin{tabular}{|p{60mm}|p{\textwidth-60mm-24pt}|} \hline + \textbf{WBI Macrostability} WTIStabilityModelResult.xsd->WTIStabilityModelResult & \textbf{\ProgramName} DamDesignResult.xsd->StabilityDesignResults \\ \hline + SafetyFactor & SafetyFactor\\ \hline + Messages & ResultMessage\\ \hline + MinimumSafetyCurve -> first Slice, TopLeftPoint X & Zone1EntryPointX\\ \hline + MinimumSafetyCurve -> last Slice, TopRightPoint X & Zone1ExitPointX\\ \hline + ModelOption & StabilityModelType\\ \hline +\end{tabular} + \caption{\small Mapping of the \WbiKernel validation result to the \ProgramName.} + \label{table-MappingCalculationResultWbiMacrostability} +\end{table} + %------------------------------------------------------------------------------ \chapter{Literature} \label{chapterLiterature}