D_MDO0049.java 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. /**
  2. * 系统服务
  3. */
  4. package com.miniframe.generate.comm.mdo;
  5. import com.miniframe.core.BaseMapModel;
  6. import java.io.Serializable;
  7. import java.util.*;
  8. /**
  9. * adflow参数查询
  10. */
  11. public class D_MDO0049 extends BaseMapModel implements Serializable {
  12. private static final long serialVersionUID = -1463838678425832212L;
  13. String pid;//项目ID
  14. /**
  15. *项目ID
  16. */
  17. public void setPid(String pid) {
  18. this.pid=pid;
  19. }
  20. /**
  21. *项目ID
  22. */
  23. public String getPid() {
  24. return this.pid;
  25. }
  26. String gridfile;//上传网格文件名称
  27. /**
  28. *上传网格文件名称
  29. */
  30. public void setGridfile(String gridfile) {
  31. this.gridfile=gridfile;
  32. }
  33. /**
  34. *上传网格文件名称
  35. */
  36. public String getGridfile() {
  37. return this.gridfile;
  38. }
  39. String fid;//网格文件ID
  40. /**
  41. *网格文件ID
  42. */
  43. public void setFid(String fid) {
  44. this.fid=fid;
  45. }
  46. /**
  47. *网格文件ID
  48. */
  49. public String getFid() {
  50. return this.fid;
  51. }
  52. String proname;//工况条件 巡航工况 cruise
  53. /**
  54. *工况条件 巡航工况 cruise
  55. */
  56. public void setProname(String proname) {
  57. this.proname=proname;
  58. }
  59. /**
  60. *工况条件 巡航工况 cruise
  61. */
  62. public String getProname() {
  63. return this.proname;
  64. }
  65. int isairfoil;//计算维数 1二维 0三维
  66. /**
  67. *计算维数 1二维 0三维
  68. */
  69. public void setIsairfoil(int isairfoil) {
  70. this.isairfoil=isairfoil;
  71. }
  72. /**
  73. *计算维数 1二维 0三维
  74. */
  75. public int getIsairfoil() {
  76. return this.isairfoil;
  77. }
  78. int writetecplotsurfacesolution;//输出物面信息 是1 否0
  79. /**
  80. *输出物面信息 是1 否0
  81. */
  82. public void setWritetecplotsurfacesolution(int writetecplotsurfacesolution) {
  83. this.writetecplotsurfacesolution=writetecplotsurfacesolution;
  84. }
  85. /**
  86. *输出物面信息 是1 否0
  87. */
  88. public int getWritetecplotsurfacesolution() {
  89. return this.writetecplotsurfacesolution;
  90. }
  91. String equationtype;//控制方程 RANS Euler
  92. /**
  93. *控制方程 RANS Euler
  94. */
  95. public void setEquationtype(String equationtype) {
  96. this.equationtype=equationtype;
  97. }
  98. /**
  99. *控制方程 RANS Euler
  100. */
  101. public String getEquationtype() {
  102. return this.equationtype;
  103. }
  104. String mgcycle;//多重网格 sg
  105. /**
  106. *多重网格 sg
  107. */
  108. public void setMgcycle(String mgcycle) {
  109. this.mgcycle=mgcycle;
  110. }
  111. /**
  112. *多重网格 sg
  113. */
  114. public String getMgcycle() {
  115. return this.mgcycle;
  116. }
  117. String ncycles;//计算步数
  118. /**
  119. *计算步数
  120. */
  121. public void setNcycles(String ncycles) {
  122. this.ncycles=ncycles;
  123. }
  124. /**
  125. *计算步数
  126. */
  127. public String getNcycles() {
  128. return this.ncycles;
  129. }
  130. int resrho;//密度残差 是1 否0
  131. /**
  132. *密度残差 是1 否0
  133. */
  134. public void setResrho(int resrho) {
  135. this.resrho=resrho;
  136. }
  137. /**
  138. *密度残差 是1 否0
  139. */
  140. public int getResrho() {
  141. return this.resrho;
  142. }
  143. int cl;//升力系数 是1 否0
  144. /**
  145. *升力系数 是1 否0
  146. */
  147. public void setCl(int cl) {
  148. this.cl=cl;
  149. }
  150. /**
  151. *升力系数 是1 否0
  152. */
  153. public int getCl() {
  154. return this.cl;
  155. }
  156. int cd;//阻力系数 是1 否0
  157. /**
  158. *阻力系数 是1 否0
  159. */
  160. public void setCd(int cd) {
  161. this.cd=cd;
  162. }
  163. /**
  164. *阻力系数 是1 否0
  165. */
  166. public int getCd() {
  167. return this.cd;
  168. }
  169. int cmz;//力矩系数 是1 否0
  170. /**
  171. *力矩系数 是1 否0
  172. */
  173. public void setCmz(int cmz) {
  174. this.cmz=cmz;
  175. }
  176. /**
  177. *力矩系数 是1 否0
  178. */
  179. public int getCmz() {
  180. return this.cmz;
  181. }
  182. int liftindex;//1x 2y 3z
  183. /**
  184. *1x 2y 3z
  185. */
  186. public void setLiftindex(int liftindex) {
  187. this.liftindex=liftindex;
  188. }
  189. /**
  190. *1x 2y 3z
  191. */
  192. public int getLiftindex() {
  193. return this.liftindex;
  194. }
  195. String l2convergence;//细网格收敛残差
  196. /**
  197. *细网格收敛残差
  198. */
  199. public void setL2convergence(String l2convergence) {
  200. this.l2convergence=l2convergence;
  201. }
  202. /**
  203. *细网格收敛残差
  204. */
  205. public String getL2convergence() {
  206. return this.l2convergence;
  207. }
  208. String l2convergencecoarse;//粗网格收敛残差
  209. /**
  210. *粗网格收敛残差
  211. */
  212. public void setL2convergencecoarse(String l2convergencecoarse) {
  213. this.l2convergencecoarse=l2convergencecoarse;
  214. }
  215. /**
  216. *粗网格收敛残差
  217. */
  218. public String getL2convergencecoarse() {
  219. return this.l2convergencecoarse;
  220. }
  221. String alpha;//攻角
  222. /**
  223. *攻角
  224. */
  225. public void setAlpha(String alpha) {
  226. this.alpha=alpha;
  227. }
  228. /**
  229. *攻角
  230. */
  231. public String getAlpha() {
  232. return this.alpha;
  233. }
  234. String mach;//马赫数
  235. /**
  236. *马赫数
  237. */
  238. public void setMach(String mach) {
  239. this.mach=mach;
  240. }
  241. /**
  242. *马赫数
  243. */
  244. public String getMach() {
  245. return this.mach;
  246. }
  247. String reynolds;//雷诺数
  248. /**
  249. *雷诺数
  250. */
  251. public void setReynolds(String reynolds) {
  252. this.reynolds=reynolds;
  253. }
  254. /**
  255. *雷诺数
  256. */
  257. public String getReynolds() {
  258. return this.reynolds;
  259. }
  260. String reynoldslength;//参考雷诺长度
  261. /**
  262. *参考雷诺长度
  263. */
  264. public void setReynoldslength(String reynoldslength) {
  265. this.reynoldslength=reynoldslength;
  266. }
  267. /**
  268. *参考雷诺长度
  269. */
  270. public String getReynoldslength() {
  271. return this.reynoldslength;
  272. }
  273. String temperature;//参考温度
  274. /**
  275. *参考温度
  276. */
  277. public void setTemperature(String temperature) {
  278. this.temperature=temperature;
  279. }
  280. /**
  281. *参考温度
  282. */
  283. public String getTemperature() {
  284. return this.temperature;
  285. }
  286. int checked;//1- 选中 0 未选中
  287. /**
  288. *1- 选中 0 未选中
  289. */
  290. public void setChecked(int checked) {
  291. this.checked=checked;
  292. }
  293. /**
  294. *1- 选中 0 未选中
  295. */
  296. public int getChecked() {
  297. return this.checked;
  298. }
  299. String adid;//adflow参数ID
  300. /**
  301. *adflow参数ID
  302. */
  303. public void setAdid(String adid) {
  304. this.adid=adid;
  305. }
  306. /**
  307. *adflow参数ID
  308. */
  309. public String getAdid() {
  310. return this.adid;
  311. }
  312. List <D_MDO0049_INPARAMS_RECODE> inParams;//来流参数数据
  313. /**
  314. *来流参数数据
  315. */
  316. public void setInParams(List <D_MDO0049_INPARAMS_RECODE> inParams) {
  317. this.inParams=inParams;
  318. }
  319. /**
  320. *来流参数数据
  321. */
  322. public List <D_MDO0049_INPARAMS_RECODE> getInParams() {
  323. return this.inParams;
  324. }
  325. List <D_MDO0049_OUTPARAMS_RECODE> outParams;//分析参数数据
  326. /**
  327. *分析参数数据
  328. */
  329. public void setOutParams(List <D_MDO0049_OUTPARAMS_RECODE> outParams) {
  330. this.outParams=outParams;
  331. }
  332. /**
  333. *分析参数数据
  334. */
  335. public List <D_MDO0049_OUTPARAMS_RECODE> getOutParams() {
  336. return this.outParams;
  337. }
  338. String area;//参考面积
  339. /**
  340. *参考面积
  341. */
  342. public void setArea(String area) {
  343. this.area=area;
  344. }
  345. /**
  346. *参考面积
  347. */
  348. public String getArea() {
  349. return this.area;
  350. }
  351. String length;//参考长度
  352. /**
  353. *参考长度
  354. */
  355. public void setLength(String length) {
  356. this.length=length;
  357. }
  358. /**
  359. *参考长度
  360. */
  361. public String getLength() {
  362. return this.length;
  363. }
  364. String momx;//力矩中心x
  365. /**
  366. *力矩中心x
  367. */
  368. public void setMomx(String momx) {
  369. this.momx=momx;
  370. }
  371. /**
  372. *力矩中心x
  373. */
  374. public String getMomx() {
  375. return this.momx;
  376. }
  377. String momy;//力矩中心y
  378. /**
  379. *力矩中心y
  380. */
  381. public void setMomy(String momy) {
  382. this.momy=momy;
  383. }
  384. /**
  385. *力矩中心y
  386. */
  387. public String getMomy() {
  388. return this.momy;
  389. }
  390. String momz;//力矩中心z
  391. /**
  392. *力矩中心z
  393. */
  394. public void setMomz(String momz) {
  395. this.momz=momz;
  396. }
  397. /**
  398. *力矩中心z
  399. */
  400. public String getMomz() {
  401. return this.momz;
  402. }
  403. }