huangxingxing hace 2 años
padre
commit
265801b40b

+ 1 - 0
src/main/java/com/miniframe/aftercure/SliceMsg.java

@@ -30,6 +30,7 @@ public class SliceMsg<main> {
     private String zrange ;//0,0
     private String areaRange; //区域范围
 
+
     public String getAreaRange() {
         return areaRange;
     }

+ 9 - 0
src/main/java/com/miniframe/bisiness/system/AFT001Service.java

@@ -221,6 +221,15 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 		b.setNormaly(2.0);
 		b.setNormalz(3.0);
 		b.setPositionx(0.23);
+//		b.setAreaRange("(0,0)");
+		b.setPositiony(0.25);
+		b.setPositionx(0.35);
+		b.setPositionz(0.22);
+		b.setScalar_value_state(true);
+		b.setSectional_contour_state(true);
+		b.setSectional_plane_state(true);
+		b.setVariableName("p");
+		b.setType("contour");
 		return b;
 	}
 	/**

+ 1 - 1
src/main/java/com/miniframe/solverconfig/fem/FEMParam.java

@@ -150,7 +150,7 @@ public class FEMParam  implements SolverParam {
      * Result FileName(结果文件名)
      * 	result_file "3" "2.2_flat_dynamicResponse-transient"
      */
-    private FEMElement result_file =new FEMElement("result_file","3","fem_result");
+    private FEMElement result_file =new FEMElement("result_file","3","fem");
 
     public FEMElement getMesh_inp() {
         return mesh_inp;