KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
models.beam.Material Class Reference

Material: More...

Detailed Description

Material:

Author
Christoph Strohmeyer
Date
2011-12-06
New in 0.6:
(Christoph Strohmeyer, 2011-12-06) Added this class.

This class is part of the framework

KerMor - Model Order Reduction using Kernels

Definition at line 19 of file Material.m.

Public Member Functions

 Material (raw_mat)
 

Public Attributes

 d_a = 457e-3
 Außendurchmesser (m) More...
 
 s = 40e-3
 Wandstärke (m) More...
 
 iso = 400e-3
 Isolierungsdicke (m) More...
 
 mantel = 1e-3
 Manteldicke (m) More...
 
 rho = "[]"
 Dichte des Stahls (kg/m³) (Konstruktor!) More...
 
 rho_iso = 100
 Dichte der Isolierung (kg/m³) More...
 
 rho_mantel = 7850
 Dichte des Mantels (kg/m³) More...
 
 rho_med = 20
 Dichte des Mediums (kg/m³) More...
 
 ny = 0.3
 Querkontraktionszahl. More...
 
 E = "[]"
 E-Modul (N/m²) (Konstruktor!) More...
 
 p = 50 * 1e5
 Rohrinnendruck (N/m²) More...
 
 A
 
 Iy
 
 Iz
 
 It
 
 G
 
 k
 
 q_plus
 
- Public Attributes inherited from handle
 addlistener
 Creates a listener for the specified event and assigns a callback function to execute when the event occurs. More...
 
 notify
 Broadcast a notice that a specific event is occurring on a specified handle object or array of handle objects. More...
 
 delete
 Handle object destructor method that is called when the object's lifecycle ends. More...
 
 disp
 Handle object disp method which is called by the display method. See the MATLAB disp function. More...
 
 display
 Handle object display method called when MATLAB software interprets an expression returning a handle object that is not terminated by a semicolon. See the MATLAB display function. More...
 
 findobj
 Finds objects matching the specified conditions from the input array of handle objects. More...
 
 findprop
 Returns a meta.property objects associated with the specified property name. More...
 
 fields
 Returns a cell array of string containing the names of public properties. More...
 
 fieldnames
 Returns a cell array of string containing the names of public properties. See the MATLAB fieldnames function. More...
 
 isvalid
 Returns a logical array in which elements are true if the corresponding elements in the input array are valid handles. This method is Sealed so you cannot override it in a handle subclass. More...
 
 eq
 Relational functions example. See details for more information. More...
 
 transpose
 Transposes the elements of the handle object array. More...
 
 permute
 Rearranges the dimensions of the handle object array. See the MATLAB permute function. More...
 
 reshape
 hanges the dimensions of the handle object array to the specified dimensions. See the MATLAB reshape function. More...
 
 sort
 ort the handle objects in any array in ascending or descending order. More...
 

Constructor & Destructor Documentation

models.beam.Material.Material (   raw_mat)
Todo:
q_pkus in effektive dichte umrechnen

Definition at line 159 of file Material.m.

References E, and rho.

Member Data Documentation

models.beam.Material.A

Definition at line 142 of file Material.m.

Referenced by models.beam.Truss.getLocalForceMatrix().

models.beam.Material.d_a = 457e-3

Außendurchmesser (m)


Default: 457e-3

Definition at line 41 of file Material.m.

models.beam.Material.E = "[]"

E-Modul (N/m²) (Konstruktor!)


Default: "[]"

Definition at line 122 of file Material.m.

Referenced by Material().

models.beam.Material.G

Definition at line 150 of file Material.m.

models.beam.Material.iso = 400e-3

Isolierungsdicke (m)


Default: 400e-3

Definition at line 59 of file Material.m.

models.beam.Material.It

Definition at line 148 of file Material.m.

models.beam.Material.Iy

Definition at line 144 of file Material.m.

models.beam.Material.Iz

Definition at line 146 of file Material.m.

models.beam.Material.k

Definition at line 152 of file Material.m.

models.beam.Material.mantel = 1e-3

Manteldicke (m)


Default: 1e-3

Definition at line 68 of file Material.m.

models.beam.Material.ny = 0.3

Querkontraktionszahl.


Default: 0.3

Definition at line 113 of file Material.m.

models.beam.Material.p = 50 * 1e5

Rohrinnendruck (N/m²)


Default: 50 * 1e5

Definition at line 131 of file Material.m.

models.beam.Material.q_plus
models.beam.Material.rho = "[]"

Dichte des Stahls (kg/m³) (Konstruktor!)


Default: "[]"

Definition at line 77 of file Material.m.

Referenced by models.beam.Truss.getLocalForceMatrix(), and Material().

models.beam.Material.rho_iso = 100

Dichte der Isolierung (kg/m³)


Default: 100

Definition at line 86 of file Material.m.

models.beam.Material.rho_mantel = 7850

Dichte des Mantels (kg/m³)


Default: 7850

Definition at line 95 of file Material.m.

models.beam.Material.rho_med = 20

Dichte des Mediums (kg/m³)


Default: 20

Definition at line 104 of file Material.m.

models.beam.Material.s = 40e-3

Wandstärke (m)


Default: 40e-3

Definition at line 50 of file Material.m.


The documentation for this class was generated from the following file: