|
From: <de...@us...> - 2009-10-22 20:33:40
|
Revision: 5433
http://fudaa.svn.sourceforge.net/fudaa/?rev=5433&view=rev
Author: deniger
Date: 2009-10-22 20:33:31 +0000 (Thu, 22 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/business/dodico-h2d/core/src/main/java/org/fudaa/dodico/h2d/telemac/H2dTelemacCLElementSource.java
trunk/business/dodico-h2d/pom.xml
trunk/business/fudaa-ef/pom.xml
trunk/business/fudaa-sig/pom.xml
Modified: trunk/business/dodico-h2d/core/src/main/java/org/fudaa/dodico/h2d/telemac/H2dTelemacCLElementSource.java
===================================================================
--- trunk/business/dodico-h2d/core/src/main/java/org/fudaa/dodico/h2d/telemac/H2dTelemacCLElementSource.java 2009-10-22 20:27:55 UTC (rev 5432)
+++ trunk/business/dodico-h2d/core/src/main/java/org/fudaa/dodico/h2d/telemac/H2dTelemacCLElementSource.java 2009-10-22 20:33:31 UTC (rev 5433)
@@ -9,6 +9,7 @@
import org.fudaa.dodico.h2d.type.H2dBcType;
import org.fudaa.dodico.h2d.type.H2dBoundaryType;
+import org.fudaa.dodico.h2d.type.H2dBoundaryTypeCommon;
/**
* Conteneur pour transferer les valeurs entre les operation io et les modele de donnees.
@@ -67,6 +68,20 @@
* L'indice global du point (dans la numerotation des points du maillage).
*/
public int ptGlobalIdx_;
+
+
+ /**
+ * @return une condition pour un bord solide
+ */
+ public static H2dTelemacCLElementSource createDefault(){
+ H2dTelemacCLElementSource res=new H2dTelemacCLElementSource ();
+ res.bordType_=H2dBoundaryTypeCommon.SOLIDE;
+ res.uType_=H2dBcType.LIBRE;
+ res.vType_=H2dBcType.LIBRE;
+ res.tracerType_=H2dBcType.LIBRE;
+ return res;
+
+ }
/**
*
Modified: trunk/business/dodico-h2d/pom.xml
===================================================================
--- trunk/business/dodico-h2d/pom.xml 2009-10-22 20:27:55 UTC (rev 5432)
+++ trunk/business/dodico-h2d/pom.xml 2009-10-22 20:33:31 UTC (rev 5433)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
- <fudaa-ef.version>1.0</fudaa-ef.version>
+ <fudaa-ef.version>1.1-SNAPSHOT</fudaa-ef.version>
</properties>
<parent>
Modified: trunk/business/fudaa-ef/pom.xml
===================================================================
--- trunk/business/fudaa-ef/pom.xml 2009-10-22 20:27:55 UTC (rev 5432)
+++ trunk/business/fudaa-ef/pom.xml 2009-10-22 20:33:31 UTC (rev 5433)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
- <fudaa-framework.version>1.0</fudaa-framework.version>
+ <fudaa-framework.version>1.1-SNAPSHOT</fudaa-framework.version>
</properties>
<parent>
Modified: trunk/business/fudaa-sig/pom.xml
===================================================================
--- trunk/business/fudaa-sig/pom.xml 2009-10-22 20:27:55 UTC (rev 5432)
+++ trunk/business/fudaa-sig/pom.xml 2009-10-22 20:33:31 UTC (rev 5433)
@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
- <dodico-h2d.version>1.0</dodico-h2d.version>
+ <dodico-h2d.version>1.1-SNAPSHOT</dodico-h2d.version>
</properties>
<parent>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|