/** * 系统服务 */ package com.miniframe.generate.comm.mdo; import com.miniframe.core.BaseMapModel; import java.io.Serializable; import java.util.*; /** * adflow参数查询 */ public class D_MDO0049 extends BaseMapModel implements Serializable { private static final long serialVersionUID = -1463838678425832212L; String pid;//项目ID /** *项目ID */ public void setPid(String pid) { this.pid=pid; } /** *项目ID */ public String getPid() { return this.pid; } String gridfile;//上传网格文件名称 /** *上传网格文件名称 */ public void setGridfile(String gridfile) { this.gridfile=gridfile; } /** *上传网格文件名称 */ public String getGridfile() { return this.gridfile; } String fid;//网格文件ID /** *网格文件ID */ public void setFid(String fid) { this.fid=fid; } /** *网格文件ID */ public String getFid() { return this.fid; } String proname;//工况条件 巡航工况 cruise /** *工况条件 巡航工况 cruise */ public void setProname(String proname) { this.proname=proname; } /** *工况条件 巡航工况 cruise */ public String getProname() { return this.proname; } int isairfoil;//计算维数 1二维 0三维 /** *计算维数 1二维 0三维 */ public void setIsairfoil(int isairfoil) { this.isairfoil=isairfoil; } /** *计算维数 1二维 0三维 */ public int getIsairfoil() { return this.isairfoil; } int writetecplotsurfacesolution;//输出物面信息 是1 否0 /** *输出物面信息 是1 否0 */ public void setWritetecplotsurfacesolution(int writetecplotsurfacesolution) { this.writetecplotsurfacesolution=writetecplotsurfacesolution; } /** *输出物面信息 是1 否0 */ public int getWritetecplotsurfacesolution() { return this.writetecplotsurfacesolution; } String equationtype;//控制方程 RANS Euler /** *控制方程 RANS Euler */ public void setEquationtype(String equationtype) { this.equationtype=equationtype; } /** *控制方程 RANS Euler */ public String getEquationtype() { return this.equationtype; } String mgcycle;//多重网格 sg /** *多重网格 sg */ public void setMgcycle(String mgcycle) { this.mgcycle=mgcycle; } /** *多重网格 sg */ public String getMgcycle() { return this.mgcycle; } String ncycles;//计算步数 /** *计算步数 */ public void setNcycles(String ncycles) { this.ncycles=ncycles; } /** *计算步数 */ public String getNcycles() { return this.ncycles; } int resrho;//密度残差 是1 否0 /** *密度残差 是1 否0 */ public void setResrho(int resrho) { this.resrho=resrho; } /** *密度残差 是1 否0 */ public int getResrho() { return this.resrho; } int cl;//升力系数 是1 否0 /** *升力系数 是1 否0 */ public void setCl(int cl) { this.cl=cl; } /** *升力系数 是1 否0 */ public int getCl() { return this.cl; } int cd;//阻力系数 是1 否0 /** *阻力系数 是1 否0 */ public void setCd(int cd) { this.cd=cd; } /** *阻力系数 是1 否0 */ public int getCd() { return this.cd; } int cmz;//力矩系数 是1 否0 /** *力矩系数 是1 否0 */ public void setCmz(int cmz) { this.cmz=cmz; } /** *力矩系数 是1 否0 */ public int getCmz() { return this.cmz; } int liftindex;//1x 2y 3z /** *1x 2y 3z */ public void setLiftindex(int liftindex) { this.liftindex=liftindex; } /** *1x 2y 3z */ public int getLiftindex() { return this.liftindex; } String l2convergence;//细网格收敛残差 /** *细网格收敛残差 */ public void setL2convergence(String l2convergence) { this.l2convergence=l2convergence; } /** *细网格收敛残差 */ public String getL2convergence() { return this.l2convergence; } String l2convergencecoarse;//粗网格收敛残差 /** *粗网格收敛残差 */ public void setL2convergencecoarse(String l2convergencecoarse) { this.l2convergencecoarse=l2convergencecoarse; } /** *粗网格收敛残差 */ public String getL2convergencecoarse() { return this.l2convergencecoarse; } String alpha;//攻角 /** *攻角 */ public void setAlpha(String alpha) { this.alpha=alpha; } /** *攻角 */ public String getAlpha() { return this.alpha; } String mach;//马赫数 /** *马赫数 */ public void setMach(String mach) { this.mach=mach; } /** *马赫数 */ public String getMach() { return this.mach; } String reynolds;//雷诺数 /** *雷诺数 */ public void setReynolds(String reynolds) { this.reynolds=reynolds; } /** *雷诺数 */ public String getReynolds() { return this.reynolds; } String reynoldslength;//参考雷诺长度 /** *参考雷诺长度 */ public void setReynoldslength(String reynoldslength) { this.reynoldslength=reynoldslength; } /** *参考雷诺长度 */ public String getReynoldslength() { return this.reynoldslength; } String temperature;//参考温度 /** *参考温度 */ public void setTemperature(String temperature) { this.temperature=temperature; } /** *参考温度 */ public String getTemperature() { return this.temperature; } int checked;//1- 选中 0 未选中 /** *1- 选中 0 未选中 */ public void setChecked(int checked) { this.checked=checked; } /** *1- 选中 0 未选中 */ public int getChecked() { return this.checked; } String adid;//adflow参数ID /** *adflow参数ID */ public void setAdid(String adid) { this.adid=adid; } /** *adflow参数ID */ public String getAdid() { return this.adid; } List inParams;//来流参数数据 /** *来流参数数据 */ public void setInParams(List inParams) { this.inParams=inParams; } /** *来流参数数据 */ public List getInParams() { return this.inParams; } List outParams;//分析参数数据 /** *分析参数数据 */ public void setOutParams(List outParams) { this.outParams=outParams; } /** *分析参数数据 */ public List getOutParams() { return this.outParams; } String area;//参考面积 /** *参考面积 */ public void setArea(String area) { this.area=area; } /** *参考面积 */ public String getArea() { return this.area; } String length;//参考长度 /** *参考长度 */ public void setLength(String length) { this.length=length; } /** *参考长度 */ public String getLength() { return this.length; } String momx;//力矩中心x /** *力矩中心x */ public void setMomx(String momx) { this.momx=momx; } /** *力矩中心x */ public String getMomx() { return this.momx; } String momy;//力矩中心y /** *力矩中心y */ public void setMomy(String momy) { this.momy=momy; } /** *力矩中心y */ public String getMomy() { return this.momy; } String momz;//力矩中心z /** *力矩中心z */ public void setMomz(String momz) { this.momz=momz; } /** *力矩中心z */ public String getMomz() { return this.momz; } String wid;//流程id /** *流程id */ public void setWid(String wid) { this.wid=wid; } /** *流程id */ public String getWid() { return this.wid; } int writeslicesolution;//输出切面信息 是1 否0 /** *输出切面信息 是1 否0 */ public void setWriteslicesolution(int writeslicesolution) { this.writeslicesolution=writeslicesolution; } /** *输出切面信息 是1 否0 */ public int getWriteslicesolution() { return this.writeslicesolution; } String spandirection;//切面法相方向xyz /** *切面法相方向xyz */ public void setSpandirection(String spandirection) { this.spandirection=spandirection; } /** *切面法相方向xyz */ public String getSpandirection() { return this.spandirection; } String slices;//切面展向位置 /** *切面展向位置 */ public void setSlices(String slices) { this.slices=slices; } /** *切面展向位置 */ public String getSlices() { return this.slices; } }