pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Go to the source code of this file.
Classes | |
class | pyNastran.bdf.cards.materials.IsotropicMaterial |
Isotropic Material Class. More... | |
class | pyNastran.bdf.cards.materials.AnisotropicMaterial |
Anisotropic Material Class. More... | |
class | pyNastran.bdf.cards.materials.ThermalMaterial |
Thermal Material Class. More... | |
class | pyNastran.bdf.cards.materials.HyperelasticMaterial |
Hyperelastic Material Class. More... | |
class | pyNastran.bdf.cards.materials.CREEP |
class | pyNastran.bdf.cards.materials.MAT1 |
Defines the material properties for linear isotropic materials. More... | |
class | pyNastran.bdf.cards.materials.MAT2 |
Defines the material properties for linear anisotropic materials for two-dimensional elements. More... | |
class | pyNastran.bdf.cards.materials.MAT3 |
Defines the material properties for linear orthotropic materials used by the CTRIAX6 element entry. More... | |
class | pyNastran.bdf.cards.materials.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 | pyNastran.bdf.cards.materials.MAT5 |
Defines the thermal material properties for anisotropic materials. More... | |
class | pyNastran.bdf.cards.materials.MAT8 |
Defines the material property for an orthotropic material for isoparametric shell elements. More... | |
class | pyNastran.bdf.cards.materials.MAT9 |
Defines the material properties for linear, temperature-independent, anisotropic materials for solid isoparametric elements (see PSOLID entry description). More... | |
class | pyNastran.bdf.cards.materials.MAT10 |
Defines material properties for fluid elements in coupled fluid-structural analysis. More... | |
class | pyNastran.bdf.cards.materials.MATHP |
class | pyNastran.bdf.cards.materials.MaterialDependence |
class | pyNastran.bdf.cards.materials.MATS1 |
Specifies stress-dependent material properties for use in applications involving nonlinear materials. More... | |
Packages | |
namespace | pyNastran::bdf::cards::materials |
Functions | |
def | pyNastran::bdf::cards::materials.__init__ |
def | pyNastran::bdf::cards::materials.K |
thermal conductivity matrix | |
def | pyNastran::bdf::cards::materials.rawFields |
def | pyNastran::bdf::cards::materials.reprFields |
Variables | |
string | pyNastran::bdf::cards::materials.type = 'MAT5' |
pyNastran::bdf::cards::materials::mid | |
pyNastran::bdf::cards::materials.kxx | |
Thermal conductivity (assumed default=0.0) | |
pyNastran::bdf::cards::materials.kxy | |
pyNastran::bdf::cards::materials.kxz | |
pyNastran::bdf::cards::materials.kyy | |
pyNastran::bdf::cards::materials.kyz | |
pyNastran::bdf::cards::materials.kzz | |
pyNastran::bdf::cards::materials.cp | |
pyNastran::bdf::cards::materials.rho | |
pyNastran::bdf::cards::materials.hgen |