Material: Add thermal reference temperature (#13026)
* Material: Add thermal reference temperature Fixes #13019 Adds the property 'Thermal Expansion Reference Temperature' to the Thermal properties * Fix delegates
This commit is contained in:
@@ -67,7 +67,7 @@ class MaterialTestCases(unittest.TestCase):
|
||||
|
||||
self.assertTrue(steel.isPhysicalModelComplete(self.uuids.Density))
|
||||
self.assertFalse(steel.isPhysicalModelComplete(self.uuids.IsotropicLinearElastic))
|
||||
self.assertTrue(steel.isPhysicalModelComplete(self.uuids.Thermal))
|
||||
self.assertFalse(steel.isPhysicalModelComplete(self.uuids.Thermal))
|
||||
self.assertFalse(steel.isPhysicalModelComplete(self.uuids.LinearElastic))
|
||||
self.assertTrue(steel.isAppearanceModelComplete(self.uuids.BasicRendering))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user