Package esys :: Package modellib :: Module materials :: Class SimpleSolidMaterial
[hide private]
[frames] | no frames]

Class SimpleSolidMaterial

                       object --+            
                                |            
escript.modelframe.LinkableObject --+        
                                    |        
      escript.modelframe.ParameterSet --+    
                                        |    
                            MaterialTable --+
                                            |
                                           SimpleSolidMaterial

A simple matrial table which allows setting physical parameters of a model.
Instance Methods [hide private]
 
__init__(self, **kwargs)
Creates a ParameterSet with given parameters.

Inherited from escript.modelframe.ParameterSet: __delattr__, __iter__, __repr__, checkLinkTargets, declareParameter, declareParameters, releaseParameters, showParameters, toDom, writeXML

Inherited from escript.modelframe.LinkableObject: __getattr__, __setattr__, getAttributeObject, hasAttribute, trace

Inherited from object: __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from escript.modelframe.ParameterSet: fromDom

Instance Variables [hide private]

Inherited from MaterialTable: density, heat_capacity, radiation_coefficient, thermal_permabilty, viscosity

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kwargs)
(Constructor)

 
Creates a ParameterSet with given parameters.
Overrides: object.__init__
(inherited documentation)