FLUENT Profile詳解(2)

2016-09-30  by:CAE仿真在線  來(lái)源:互聯(lián)網(wǎng)

一. Profile類型:6種

1.1 point profile:用n個(gè)非順序排列的point (2D(xi, yi, vi), 3D(xi, yi, zi, vi)來(lái)描述的profile. point間默認(rèn)采用零階插值法插值,但可以在profile窗口下選擇其他插值方法。 

1.2. Line profile:用n個(gè)順序排列的point (xi, yi, vi)來(lái)描述的profile,只用于2D問(wèn)題,point間用0階插值法插值。

1.3. Mesh profile:用m×n個(gè)point (xij, yij, zij, vij) 來(lái)描述的profile,只用于3D問(wèn)題,point間采用0階插值法插值。

1.4. Radial profile:用n個(gè)順序排列的point (ri, vi)來(lái)描述,可用于2D和3D問(wèn)題, piont間采用線性插值法插值。

radial profile中的r是半徑,其中心軸按以下規(guī)則規(guī)定:

 a.對(duì)于一般2D問(wèn)題,中心軸為穿過(guò)(0,0)的z軸方向

b.對(duì)于2D對(duì)稱問(wèn)題,中心軸為穿過(guò)(0,0)的x軸方向

c.對(duì)于3D with swirling fan問(wèn)題,中心軸為fan的中心軸

 d.對(duì)于3D without swirling fan問(wèn)題,中心軸為相接zone的旋轉(zhuǎn)軸

 e.對(duì)于采用了局部柱坐標(biāo)系來(lái)設(shè)置邊界條件的3D問(wèn)題,中心軸為柱坐標(biāo)的中心軸。

Radial profile的例子:

((fan-8 radial 10)

(r 0.24295786E-01 0.33130988E-01 0.41966137E-01 0.50801374E-01 0.59636571E-01 0.68471842E-01 0.77307090E-01 0.86142287E-01 0.94963484E-01 0.95353782E-01)

(pressure-jump 0.10182057E+03 0.98394081E+02 0.97748657E+02 0.97787750E+02 0.97905228E+02 0.98020668E+02 0.98138817E+02 0.98264198E+02 0.98469681E+02 0.98478783E+02) 

(radial-velocity 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00 0.00000000E+00)

(tangential-velocity 0.48591572E+00 0.66261977E+00 0.83932275E+00 0.10160275E+01 0.11927314E+01 0.13694369E+01 0.15461419E+01 0.17228458E+01 0.18992697E+01 0.19070756E+01))

 

1.5. Axial profile:用n個(gè)順序排列的point (zi, vi) 來(lái)描述,只用于3D問(wèn)題,point間用線性插值法插值。

1.6. Transient profile: 用n組順序排列的point (ti, v0i, v1i, ...)來(lái)描述。 point間用線性插值法插值。

Transient profile的例子:

((movement_angular 3 point)
 (time
 0  1  2 )
 (omega_x
 2  3  4 )
 )

 

二. Profile格式

2.1.Profile組成部份包括:

 a.profile name 

 b.profile type (point, line, mesh, radial, axial)

 c.point數(shù)量

 d.field(變量)name 和值

2.2. Profile格式

2.2.1.point, line, radial類型的profile用以下格式

((profile1-name point|line|radial n)
 (field1-name a1 a2 ... an)
 (field2-name b1 b2 ... bn)  
.
.
.
 (fieldf-name f1 f2 ... fn)) 
 

2.2.2.mesh類型的profile為以下格式
((profile2-name mesh m n)
 (field1-name a11 a12 ... a1n
a21 a22 ... a2n
.
.
.
am1 am2 ... amn)
.
.
.
(fieldf-name  f11 f12 ... f1n
  f21 f22 ... f2n
  .
  .
  .
  fm1 fm2 ... fmn))  

2.2.3. 其他:

 a.一個(gè)profile文件可以包含任意多個(gè)profile

 b.所有的物理量和坐標(biāo)值都必須采用SI國(guó)際單位制

 c.profile name中的字母必須用小寫

 d.對(duì)于field name:

  ⑴在point、line、mesh類型的profile里, field name必須包含x, y,z(2D只需要包含x,y);

⑵在radial類型的profile里,field name必須包含r;

⑶在axial類型的profile里,field name必須包含z

 e.如果profile類型未指定,將被默認(rèn)為是point類型

 

三. 用transient profile定義transient cell zone和boundary condition

Transient profile有兩種格式:

3.1. standard transient profile格式(標(biāo)準(zhǔn)式瞬態(tài)profile):

((profile-name transient n periodic?)  .  .  .  (field_name-r r1 r2 r3 .... rn)) 

一個(gè)非time-periodic transient profile的例子:

((sampleprofile transient 3 0) (time  1 2  3 ) (u  10  20  30 ) ) 

其中:a.pfofile name和field name不得超過(guò)64個(gè)字母

b.其中一個(gè)field必須用來(lái)表示time,而且time的值必須升序排列

c.在in-cylinder動(dòng)網(wǎng)格模式下也可以用carnk angle定義time field

一個(gè)用到crank angle的time-periodic的例子:

 ((example transient 3 1)
 (angle  0.000000e+00 1.800000e+02 3.600000e+02)
 (temperature  3.000000e+02 5.000000e+02 3.000000e+02) ) 

3.2. Tabular Transient Profiles格式(表格式瞬態(tài)profile)

 profile-name n_field n_data periodic?
 field-name-1 field-name-2 field-name-3 .... field-name-n_field 
 v-1-1  v-2-1... ... ... ... v-n_field-1 
 v-1-2  v-2-2... ... ... ... v-n_field-2
 .
 .
 .
 v-1-n_data v-2-n_data ... ... ... ... v-n_field-n_data 

其中:a.第一個(gè)field-name必須代表time field, 并且時(shí)間數(shù)據(jù)的排列必須是升序

 b.'periodic'和standard transient profile一樣,1代表time-periodic profile, 0代表not time-periodic

  c. 如果'periodic'設(shè)置的是1,那么time field的第一個(gè)值必須從0開始

 d.time-filed也可用crank angle表示

幾個(gè)例子

sampletabprofile 2 3 0 time u  1 10  2 20  3 30  
periodtabprofile 2 4 1  time u  0 10  1 20  2 30  3 10  
example 2 3 1  angle temperature  0  300  180 500  360 300  

四. 定義動(dòng)網(wǎng)格solid-body動(dòng)作時(shí)常用的profile變量名:

  • time (time)

  • crank angle (angle) (in-cylinder flows only)

  • position (x ,y  ,z  )

  • linear velocity (v_x ,v_y  ,v_z  )

  • angular velocity (ω_x , ω_y , ω_z )

  • orientation (θ_x  ,θ_y  ,θ_z  )


開放分享:優(yōu)質(zhì)有限元技術(shù)文章,助你自學(xué)成才

相關(guān)標(biāo)簽搜索:FLUENT Profile詳解(2) Fluent培訓(xùn) Fluent流體培訓(xùn) Fluent軟件培訓(xùn) fluent技術(shù)教程 fluent在線視頻教程 fluent資料下載 fluent分析理論 fluent化學(xué)反應(yīng) fluent軟件下載 UDF編程代做 Fluent、CFX流體分析 HFSS電磁分析 

編輯
在線報(bào)名:
  • 客服在線請(qǐng)直接聯(lián)系我們的客服,您也可以通過(guò)下面的方式進(jìn)行在線報(bào)名,我們會(huì)及時(shí)給您回復(fù)電話,謝謝!
驗(yàn)證碼

全國(guó)服務(wù)熱線

1358-032-9919

廣州公司:
廣州市環(huán)市中路306號(hào)金鷹大廈3800
電話:13580329919
          135-8032-9919
培訓(xùn)QQ咨詢:點(diǎn)擊咨詢 點(diǎn)擊咨詢
項(xiàng)目QQ咨詢:點(diǎn)擊咨詢
email:kf@1cae.com