pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
class | IsotropicMaterial |
Isotropic Material Class. More... | |
class | AnisotropicMaterial |
Anisotropic Material Class. More... | |
class | ThermalMaterial |
Thermal Material Class. More... | |
class | HyperelasticMaterial |
Hyperelastic Material Class. More... | |
class | CREEP |
class | MAT1 |
Defines the material properties for linear isotropic materials. More... | |
class | MAT2 |
Defines the material properties for linear anisotropic materials for two-dimensional elements. More... | |
class | MAT3 |
Defines the material properties for linear orthotropic materials used by the CTRIAX6 element entry. More... | |
class | MAT4 |
Defines the constant or temperature-dependent thermal material properties for conductivity, heat capacity, density, dynamic viscosity, heat generation, reference enthalpy, and latent heat associated with a single-phase change. More... | |
class | MAT5 |
Defines the thermal material properties for anisotropic materials. More... | |
class | MAT8 |
Defines the material property for an orthotropic material for isoparametric shell elements. More... | |
class | MAT9 |
Defines the material properties for linear, temperature-independent, anisotropic materials for solid isoparametric elements (see PSOLID entry description). More... | |
class | MAT10 |
Defines material properties for fluid elements in coupled fluid-structural analysis. More... | |
class | MATHP |
class | MaterialDependence |
class | MATS1 |
Specifies stress-dependent material properties for use in applications involving nonlinear materials. More... | |
Functions | |
def | __init__ |
def | K |
thermal conductivity matrix | |
def | rawFields |
def | reprFields |
Variables | |
string | type = 'MAT5' |
mid | |
kxx | |
Thermal conductivity (assumed default=0.0) | |
kxy | |
kxz | |
kyy | |
kyz | |
kzz | |
cp | |
rho | |
hgen |
def pyNastran.bdf.cards.materials.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Definition at line 547 of file materials.py.
Referenced by reprFields().
def pyNastran.bdf.cards.materials.K | ( | self | ) |
thermal conductivity matrix
Definition at line 579 of file materials.py.
References pyNastran::bdf::fieldWriter.set_blank_if_default().
def pyNastran.bdf.cards.materials.rawFields | ( | self | ) |
Definition at line 585 of file materials.py.
References pyNastran::bdf::fieldWriter.set_blank_if_default().
def pyNastran.bdf.cards.materials.reprFields | ( | self | ) |
Definition at line 590 of file materials.py.
References __init__().
string pyNastran::bdf::cards::materials::type = 'MAT5' |
Definition at line 546 of file materials.py.
Definition at line 547 of file materials.py.
Thermal conductivity (assumed default=0.0)
Definition at line 548 of file materials.py.
Definition at line 548 of file materials.py.
Definition at line 548 of file materials.py.
Definition at line 548 of file materials.py.
Definition at line 548 of file materials.py.
Definition at line 548 of file materials.py.
Definition at line 548 of file materials.py.
Definition at line 548 of file materials.py.
Definition at line 548 of file materials.py.