independent
Conditions of a Material
UnVerifiedPhysicalProperty
Bases: NDArrayOperatorsMixin
Source code in matproplib/properties/independent.py
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | |
value = value
instance-attribute
unit = unit
instance-attribute
PhysicalProperty
Bases: BasePhysicalProperty, UnVerifiedPhysicalProperty
Independent Physical Property model
Source code in matproplib/properties/independent.py
value_as(unit)
Returns:
| Type | Description |
|---|---|
float
|
value in another unit |
Raises:
| Type | Description |
|---|---|
ValueError
|
Failed unit conversion |
Source code in matproplib/properties/independent.py
Temperature
Bases: PhysicalProperty
Temperature of a material
Source code in matproplib/properties/independent.py
unit = ureg.Unit('K')
class-attribute
instance-attribute
Pressure
Bases: PhysicalProperty
Pressure on a material
Source code in matproplib/properties/independent.py
unit = ureg.Unit('Pa')
class-attribute
instance-attribute
MagneticField
Bases: PhysicalProperty
Magnetic field on a material
Source code in matproplib/properties/independent.py
unit = ureg.Unit('T')
class-attribute
instance-attribute
Strain
Bases: PhysicalProperty
Strain on a material
Source code in matproplib/properties/independent.py
unit = ''
class-attribute
instance-attribute
NeutronDamage
Bases: PhysicalProperty
Neutron damage of a material
Source code in matproplib/properties/independent.py
unit = 'dpa'
class-attribute
instance-attribute
NeutronFluence
Bases: PhysicalProperty
Neutron damage of a material
Source code in matproplib/properties/independent.py
unit = '1/m^2'
class-attribute
instance-attribute
CurrentDensity
Bases: PhysicalProperty
Current density of a material
Source code in matproplib/properties/independent.py
unit = 'A/m^2'
class-attribute
instance-attribute
Volume
Bases: PhysicalProperty
Volume of a material