【文章內(nèi)容簡介】
討論了一些時諧分析后處理中的一些典型操作。詳細的操作參見《 ANSYS 基本過程手冊》。 要在后處理器 POST1 中觀 察結(jié)果,必須保證求解后的模型還在 ANSYS 數(shù)據(jù)庫中,而且結(jié)果文件( 或 )也必須可用。 時諧分析的結(jié)果文件是復(fù)數(shù),由實部和虛部組成。用下列方式讀入數(shù)據(jù): 命令: SET GUI: Utility MenuListResultsLoad Step Summary 求實部和虛部的平方和之平方根得到結(jié)果的幅值,這可以通過載荷工況運算完成。 畫等值線 等值線幾乎可以顯示任何結(jié)果數(shù)據(jù)(如磁通密度,磁場強度,總電流密度( JTZ))。 命令: PLNSOL PLESOL GUI:Utility MenuPlotResultsContour PlotElem Solution Utility MenuPlotResultsContour PlotNodal Solution 注意: PLNSOL 命令及其等效路徑畫導(dǎo)出數(shù)據(jù)(如磁通密度和磁場強度)的等值線時,顯示的是在節(jié)點上作平均后的數(shù)據(jù)。確認不要對跨越材料邊界的數(shù)據(jù)進行平均,使用下列辦法: 命令: AVRES,2 GUI: Main MenuGeneral PostprocOptions for Outp 列表顯示 在列表顯示之前,可先對結(jié)果進行按節(jié)點或按單元排序: 命令: ESORT, NSORT GUI:Main MenuGeneral PostprocList ResultsSort Nodes Main MenuGeneral PostprocList ResultsSort Elems 然后再進行列表顯示: 命令: PRESOL, PRNSOL, PRRSOL GUI:Main MenuGeneral PostprocList ResultsElement Solution Main MenuGeneral PostprocList ResultsNodal Solution Main MenuGeneral PostprocList ResultsReaction Solu 計算其他感興趣的項目 從后處理可用的數(shù)據(jù)庫中,還可以計算其他感興趣的項目(如全局磁力、力矩、源的輸入能量、電感、磁鏈和終端電壓)。 ANSYS 程序設(shè)置下列宏來進行這些計算: MMF 宏計算沿一路徑的磁動勢 POWERH 宏計算導(dǎo)體的均方根( RMS)能耗 想了解更多的宏,請參見 第 11章 “ 電磁宏 ” 。 求時間平均洛侖茲力 諧波分析中導(dǎo)體受到的洛侖茲力是按實部和虛部的方式分別存貯的,可如下計算導(dǎo)體任何區(qū)域所受到的時間平均洛侖茲力: esel,s,...! Select elements to calculate force set,1,1! Store real solution etable,fxr,fmag,x! Store real part of rms forces etable,fyr,fmag,y etable,fzr,fmag,z set,1,1,1! Store imaginary solution etable,fxi,fmag,x! Store imaginary part of rms forces etable,fyi,fmag,y etable,fzi,fmag,z sadd,fxrms,fxr,fxi! Calculate timeaverage ponents sadd,fyrms,fyr,fyi sadd,fzrms,fzr,fzi ssum! Sum over all selected elements *get,fxrms,ssum,item,fxrms!Retrieve forces as scalar parameters *get,fyrms,ssum,item,fyrms *get,fzrms,ssum,item,fzrms 算例:用棱邊元方法計算電機溝槽中的磁場分布 問題的描述: 本例題計算電機溝槽中的磁場分布:在交流情況下,計算磁場、能量,焦耳熱損耗和受力。問題的分析區(qū)域和溝槽導(dǎo)體模型分別如圖 2和圖 3 所示。 本算例所用到的參數(shù): 幾何特性 材料特性 載荷 l= mr= i= =2020+j1000amps(K) d= r=1E8Wm W= Freq=3Hz 上表給出了電機的幾何形狀、導(dǎo)體的電導(dǎo)率和磁導(dǎo)率等參數(shù),導(dǎo)體中的電流為 2236A, 相位角為 176。( 對應(yīng)的復(fù)數(shù)形式為 2020+j1000A,分析頻率為 3Hz。 目標結(jié)果: 時間平均力 FXms= 時間平均焦耳熱 PAVG= 假定溝槽頂部和底部的鐵材料都是理想的,可加磁力線垂直條件,這無需說明,程序自動滿足。 在位于 x=d, z=0 和 z=1 的開放面上,加磁力線平行 邊界條件,這無法自動滿足,需要說明面上的邊通量自由度為常數(shù),通常使之為零。本算例采用 MKS 單位制。 /BATCH,LIST /TITLE, harmonic analysis demo of magic edge element /COM /NOPR ! ! *** Define model parameters ! l=! length d=! depth w=! width mur=1! relative magic permeability rho=! electric resistivity (required for Joule loss) fr=3! rotor frequency at 5% slip curr=! current real curi=! current imaginary n=20! meshing parameter pi= mu0=pi*! free space permeability ! ! *** create model ! /prep7! enter preprocessor ! ET,1,117,1! Element type 1, is a magic edge element, 117. !Note there the is a 1 in the next mand slot. !This is a key option. Key options are used to !modify/describe features of the default element. !The default edge element has only edge flux, AZ, !degrees of freedom, DOFs, supported by the side nodes. !A harmonic analysis requires the VOLT DOFs at the !corner nodes. This is selected by turning on key option 1. !In general there can be many key