Index: DamEngine/branches/DamEngine 19.3/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex =================================================================== diff -u -r3736 -r3737 --- DamEngine/branches/DamEngine 19.3/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DamEngine 19.3 wrong/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex) (revision 3736) +++ DamEngine/branches/DamEngine 19.3/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DamEngine 19.3/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex) (revision 3737) @@ -201,6 +201,23 @@ \label{fig-DAMEngineActivityAssessment} \end{figure} +\subsection{Dikes assessment Regional} +\begin{figure}[H] + \begin{center} + \includegraphics[width=15cm]{pictures/DAMEngineSequenceAssessmentRegional.pdf} + \end{center} + \caption{\small \ProgramName Regional assessment sequence diagram.} + \label{fig-DAMEngineSequenceAssessmentRegional} +\end{figure} + +\begin{figure}[H] + \begin{center} + \includegraphics[width=9cm]{pictures/DAMEngineActivityAssessmentRegional.pdf} + \end{center} + \caption{\small \ProgramName Regional assessment activity diagram.} + \label{fig-DAMEngineActivityAssessmentRegional} +\end{figure} + \subsection{Dikes operational} \begin{figure}[H] \begin{center} @@ -236,7 +253,7 @@ \end{figure} \subsection{Dikes NWO calculation} -This is not yet to be implemetend in \ProgramName and therefore this paragraph has not yet been written. +This will not be part of the first implementation of \ProgramName and therefor this paragraph has not yet been written. %------------------------------------------------------------------------------ \chapter{Architectural Choices} \label{chapterArchitecturalChoices} @@ -248,7 +265,6 @@ More specific guidelines are added in the following sections of this chapter. \section{Design principles} \label{sec:DesignPrinciples} -These are the main design principals to maintain during the \ProgramName development. \begin{itemize} \item No circular references between objects. When it is really unavoidable, then do it through a generic interface (e.g.\ IParentObject) @@ -359,7 +375,6 @@ \section{Type enumerations} \label{sec:TypeEnumerations} \subsection{MainMechanismType} -The following main failure mechanisms are implemented. \begin{itemize} \item Macrostability inward. \item Macrostability outward. @@ -394,12 +409,12 @@ \subsection{Input} \paragraph*{DamProjectType} -The following Dam project types are supported \begin{itemize} \item Assessment + \item Assessment regional \item Operational \item Design - \item NWO (not yet implemented) + \item NWO \end{itemize} \paragraph*{DamProjectCalculationSpecification} This class specifies which failuremechanism is to be calculated and it also contains the specific options for the selelected mechanism (e.g.\ which calculation model) @@ -1041,42 +1056,34 @@ \section{DamInput.xsd} \label{sec:DamInputXsd} -This is the DamInput XSD. \lstinputlisting{xsd/DamInput.xsd} \section{DamLocation.xsd} \label{sec:DamLocationXsd} -This is the Location XSD. \lstinputlisting{xsd/DamLocation.xsd} \section{DamSurfaceLine.xsd} \label{sec:DamSurfaceLine} -This is the DamSurfaceLine XSD. \lstinputlisting{xsd/DamSurfaceLine.xsd} \section{DamSoil.xsd} \label{sec:DamSoil} -This is the DamSoil XSD. \lstinputlisting{xsd/DamSoil.xsd} \section{DamSegment.xsd} \label{sec:DamSegment} -This is the DamSegment XSD. \lstinputlisting{xsd/DamSegment.xsd} \section{DamSoilProfile1D.xsd} \label{sec:DamSoilProfile1D} -This is the Dam SoilProfile XSD. \lstinputlisting{xsd/DamSoilProfile1D.xsd} \section{DamSoilProfile2D.xsd} \label{sec:DamSoilProfile2D} -This is the DamSoilProfile2D XSD. \lstinputlisting{xsd/DamSoilProfile2D.xsd} \section{DamStabilityParameters.xsd} \label{sec:DamStabilityParameters} -This is the DamStabilityParameters XSD. \lstinputlisting{xsd/DamStabilityParameters.xsd} %---------------------------------------- @@ -1092,17 +1099,14 @@ \section{DamOutput.xsd} \label{sec:DamOutput} -This is the DamOutput XSD. \lstinputlisting{xsd/DamOutput.xsd} \section{Message.xsd} \label{sec:Message} -This is the Message XSD. \lstinputlisting{xsd/Message.xsd} \section{DamCalculationResults.xsd} \label{sec:DamCalculationResults} -This is the DamCalculationResults XSD. \lstinputlisting{xsd/DamCalculationResults.xsd} \pagestyle{empty}