public Sampleform engineCore(Project project,ArrayList<SampleBean> figList,HashMap<String, SimulationFields[]> simulationArr) throws Exception {
long start = System.currentTimeMillis();
SampleBean samplebean = new SampleBean();
Sampleform sampleform = new Sampleform();
EconomicAnalysis _EconomicAnalysis = new EconomicAnalysis();
Modeling modeling = new Modeling();
sampleform.setLifeTime(project.getProLifeTime());
sampleform.setIteration(project.getProIterNum());
sampleform.setTd((float)project.getProTd());
sampleform.setLifeTime(project.getProLifeTime());