|
@@ -40,10 +40,10 @@ public class FEMPath {
|
|
SysFileMapper fileMapper = UtilTools.getBean(SysFileMapper.class);
|
|
SysFileMapper fileMapper = UtilTools.getBean(SysFileMapper.class);
|
|
SysFile nmlFile= fileMapper.selectByPrimaryKey(config.getNmlFile());
|
|
SysFile nmlFile= fileMapper.selectByPrimaryKey(config.getNmlFile());
|
|
fileMove(nmlFile,exePath+MFConstant.separator+"analysis.in");
|
|
fileMove(nmlFile,exePath+MFConstant.separator+"analysis.in");
|
|
- SysFile mapbcFile= fileMapper.selectByPrimaryKey(config.getMapbcFile());
|
|
|
|
- fileMove(mapbcFile,exeInPath+MFConstant.separator+"fem.bdf");
|
|
|
|
-// SysFile grid= fileMapper.selectByPrimaryKey(modeling.getGridFile());
|
|
|
|
-// fileMove(grid,exeInPath+MFConstant.separator+"FE_Pre_New.vtk");
|
|
|
|
|
|
+// SysFile mapbcFile= fileMapper.selectByPrimaryKey(config.getMapbcFile());
|
|
|
|
+// fileMove(mapbcFile,exeInPath+MFConstant.separator+"fem.bdf");
|
|
|
|
+ SysFile grid= fileMapper.selectByPrimaryKey(modeling.getGridFile());
|
|
|
|
+ fileMove(grid,exeInPath+MFConstant.separator+"fem.bdf");
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|