你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Changed naming (type) of material created for voltage source.
这个提交包含在:
@@ -108,7 +108,7 @@ class VoltageSource(Source):
|
|||||||
newmaterial.ID = material.ID + '+VoltageSource_' + str(self.resistance)
|
newmaterial.ID = material.ID + '+VoltageSource_' + str(self.resistance)
|
||||||
newmaterial.numID = len(G.materials)
|
newmaterial.numID = len(G.materials)
|
||||||
newmaterial.averagable = False
|
newmaterial.averagable = False
|
||||||
newmaterial.type = 'dielectric-smoothed, voltage source'
|
newmaterial.type += ', voltage-source'
|
||||||
|
|
||||||
# Add conductivity of voltage source to underlying conductivity
|
# Add conductivity of voltage source to underlying conductivity
|
||||||
if self.polarisation == 'x':
|
if self.polarisation == 'x':
|
||||||
|
在新工单中引用
屏蔽一个用户