CST MWS如何設(shè)置材料電導(dǎo)率隨溫度改變而變化
需要仿真超導(dǎo)體材料,請問CST如何設(shè)置材料電導(dǎo)率隨溫度改變而變化
你仿真的過程中,要仿真溫度的變化嗎?
可以仿真多種情況。
第一種是零下50度的。
第二種是零下100度的。
對的,樓主碰到過類似的仿真情況嗎,希望得到你的幫助
但是每仿真一次就要重新設(shè)置一次,我是想能不能像參數(shù)掃描分析那樣可以設(shè)置成變量仿真
你可以將介電常數(shù)什么的都設(shè)置成變量,然后進(jìn)行參數(shù)掃描,就像溫度變化一樣
比如介電常數(shù)在溫度0~100度下由5變成了10,那就可以設(shè)置介電常數(shù)為一個參數(shù)x,然后對x進(jìn)行參數(shù)掃描,這樣就和溫度變化一樣了
樓主可以使用Thermal dependent Material (only accessible via VBA command interface):
The transient time domain solver can handle materials with temperature dependent permittivity-, permeability- and conductivity-parameters of the normal and anisotropic material classes. A temperature dependent material definition consists of:
a reference to a previously defined temperature field import and
a table which defines a material parameter vs. temperature.
The definition is done by a VBA sequence which can be added to the material command in the history. An example is shown below:
.SetTemperatureDepSourceField "field1"
.AddTemperatureDepEps "270", "1.0"
.AddTemperatureDepEps "280", "1.1"
.AddTemperatureDepEps "290", "1.4"
.AddTemperatureDepEps "300", "1.9"
.AddTemperatureDepEps "310", "5.0"
After definition the material table can be visualized as a 1D plot by selection in the navigation tree:
If possible a spline interpolation is computed with the given data, which will be visualized together with the user data. If the interpolated data is available the solver uses this curve for evaluation, otherwise the entered data is interpolated linear. After the transient solver has computed a material distribution, it is stored as a 3D result in the navigation tree.
有中文版的么,有點(diǎn)吃力
把電導(dǎo)率設(shè)置為變量,在掃頻中設(shè)置不同數(shù)據(jù)應(yīng)該可以吧,想問樓主從哪里可以得到溫度與電導(dǎo)率的數(shù)據(jù)或曲線,能否提供一些參考資料。
我想問下樓主,設(shè)置好隨溫度變化的材料,這個溫度從哪來呢?