從pointwise匯出的*.su網格中並沒有ffd box的相關配置, 但想做優化,必先做引數化. 可以通過以下步驟實現ffd box的初始化:
1. 配置檔案如 rae2822.cfg
應該說明輸入輸出網格
% ------------------------- input/output information --------------------------%%%mesh input file
mesh_filename=rae2822.su2
%%mesh input file format (su2, cgns, netcdf_ascii)
mesh_format=su2
%%mesh output file
mesh_out_filename= mesh_out.su2
還應該有 box的8個頂點資訊, 及維度
% ffd box definition: 3d case(ffd_boxtag, x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4,
%x5, y5, z5, x6, y6, z6, x7, y7, z7, x8, y8, z8)
% 2d case (ffd_boxtag, x1, y1, 0.0, x2, y2, 0.0, x3, y3, 0.0, x4, y4, 0.0
,% 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
)ffd_definition= (raeairfoil, -0.05, -0.1, 0.0, 1.05, -0.1, 0.0, 1.05, 0.1, 0.0, -0.05, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)%
% ffd box degree: 3d case
(x_degree, y_degree, z_degree)
% 2d case (x_degree, y_degree, 0
)ffd_degree= (6, 1, 0)
要保證
dv_kind= ffd_setting
2. 在包含 rae2822.cfg 和 rae2822.su2 的檔案下執行
su2_def rae2822.cfg
輸出的 mesh_out.su2 就包含了ffd 的相應資訊. 只不過這個box是均勻化的網格,可以手動修改.
SU2 在linux作業系統上的安裝過程
tar zxvf su2v2.0.tgz cdsu2v2.0 lsaclocal.m4 changelog copying install sh missing trunk authors configure depcomp makefile.am news autom4te.cache confi...
deepin 設定su 密碼
deepin剛安裝後,不能在深度終端中執行su命令,因為root沒有預設密碼,需要手動設定。這個方法同樣適用於ubuntu 給root使用者設定密碼的具體步驟 1.開啟乙個深度終端,然後輸入下面的命令 sudo passwd 回車後會出現讓你輸入現在這個賬戶的密碼,sudo password for...
Centos 初始設定
1,安裝完成後新增乙個新使用者 user 2,將新使用者新增到sudoer檔案中,使之能使用sudo命令 vim etc sudoers 新增user all all all到最後最後一行。3,稱附selinux限制,先不啟用這個功能 vim etc selinux config 將selinux ...