123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441 |
- /**
- * 系统服务
- */
- package com.miniframe.generate.comm.mdo;
- import com.miniframe.core.BaseMapModel;
- import java.io.Serializable;
- /**
- * adflow参数添加修改
- */
- public class A_MDO0050 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 inParams;//已逗号分隔循序code-name-value-flag
- /**
- *已逗号分隔循序code-name-value-flag
- */
- public void setInParams(String inParams) {
- this.inParams=inParams;
- }
- /**
- *已逗号分隔循序code-name-value-flag
- */
- public String getInParams() {
- return this.inParams;
- }
- String outParams;//已逗号分隔循序code-name-value-flag
- /**
- *已逗号分隔循序code-name-value-flag
- */
- public void setOutParams(String outParams) {
- this.outParams=outParams;
- }
- /**
- *已逗号分隔循序code-name-value-flag
- */
- public String 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;
- }
- }
|