Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs
===================================================================
diff -u -r1974 -r2100
--- DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 1974)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 2100)
@@ -32,6 +32,65 @@
namespace Deltares.DamEngine.Data.General
{
+
+ ///
+ /// MainType for DAM, determines type of calculations are to be performed
+ ///
+ public enum DamType
+ {
+ Primary,
+ Regional
+ }
+
+ ///
+ /// Types of project for DAM
+ ///
+ public enum DamProjectType
+ {
+ AssessmentRegional,
+ Operational,
+ Design
+ }
+
+ ///
+ /// Types of analysis for the Design option DAM
+ ///
+ public enum AnalysisType
+ {
+ NoAdaption,
+ AdaptGeometry
+ };
+
+ ///
+ /// Types of Failure mechanisms for DAM
+ ///
+ public enum FailureMechanismSystemType
+ {
+ StabilityInside,
+ StabilityOutside,
+ Piping,
+ HorizontalBalance
+ }
+
+ ///
+ /// Types of soil profiles for DAM
+ ///
+ public enum SoilProfileType
+ {
+ ProfileType1D,
+ ProfileType2D,
+ ProfileTypeStiFile
+ }
+
+ ///
+ /// Types of stability adaption options for the DesignOption for DAM
+ ///
+ public enum StabilityDesignMethod //Design
+ {
+ OptimizedSlopeAndShoulderAdaption,
+ SlopeAdaptionBeforeShoulderAdaption
+ }
+
public class Location
{
// Added initial value as these properties must be tested for real values on import