Set conductivity of 'pec' to infinity. This only effects printing of material properties, since the update coefficients for 'pec' are set to zero.

这个提交包含在:
Craig Warren
2016-07-05 10:49:33 +01:00
父节点 b7c64d94e6
当前提交 f367e0981a

查看文件

@@ -130,6 +130,7 @@ class Material(object):
EB = (e0*self.er / G.dt) - 0.5*self.se
if self.ID == 'pec':
self.se = float('inf')
self.CA = 0
self.CBx = 0
self.CBy = 0