MAST
isotropic_material_property_card.h
Go to the documentation of this file.
1 /*
2  * MAST: Multidisciplinary-design Adaptation and Sensitivity Toolkit
3  * Copyright (C) 2013-2019 Manav Bhatia
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18  */
19 
20 #ifndef __mast__isotropic_material_property_card__
21 #define __mast__isotropic_material_property_card__
22 
23 // MAST includes
25 
26 
27 namespace MAST {
28 
29 
32 
33  public:
34 
36 
38 
39 
41  stiffness_matrix(const unsigned int dim,
42  const bool plane_stress = true);
43 
45  damping_matrix(const unsigned int dim);
46 
48  inertia_matrix(const unsigned int dim);
49 
51  thermal_expansion_matrix(const unsigned int dim);
52 
55 
57  capacitance_matrix(const unsigned int dim);
58 
60  conductance_matrix(const unsigned int dim);
61 
62  protected:
63 
68  *_damp_mat,
80  };
81 
82 }
83 
84 
85 
86 
87 
88 #endif // __mast__isotropic_material_property_card__
MAST::FieldFunction< RealMatrixX > * _thermal_conductance_mat_3d
virtual const MAST::FieldFunction< RealMatrixX > & inertia_matrix(const unsigned int dim)
MAST::FieldFunction< RealMatrixX > * _thermal_exp_mat_3d
virtual const MAST::FieldFunction< RealMatrixX > & thermal_expansion_matrix(const unsigned int dim)
MAST::FieldFunction< RealMatrixX > * _inertia_mat_3d
MAST::FieldFunction< RealMatrixX > * _damp_mat
MAST::FieldFunction< RealMatrixX > * _transverse_shear_mat
virtual const MAST::FieldFunction< RealMatrixX > & damping_matrix(const unsigned int dim)
virtual const MAST::FieldFunction< RealMatrixX > & conductance_matrix(const unsigned int dim)
virtual const MAST::FieldFunction< RealMatrixX > & capacitance_matrix(const unsigned int dim)
MAST::FieldFunction< RealMatrixX > * _thermal_exp_mat_1d
virtual const MAST::FieldFunction< RealMatrixX > & stiffness_matrix(const unsigned int dim, const bool plane_stress=true)
MAST::FieldFunction< RealMatrixX > * _stiff_mat_2d
MAST::FieldFunction< RealMatrixX > * _thermal_capacitance_mat_3d
MAST::FieldFunction< RealMatrixX > * _stiff_mat_3d
MAST::FieldFunction< RealMatrixX > * _thermal_conductance_mat_1d
virtual const MAST::FieldFunction< RealMatrixX > & transverse_shear_stiffness_matrix()
MAST::FieldFunction< RealMatrixX > * _thermal_exp_mat_2d
MAST::FieldFunction< RealMatrixX > * _thermal_capacitance_mat_1d
MAST::FieldFunction< RealMatrixX > * _thermal_capacitance_mat_2d
MAST::FieldFunction< RealMatrixX > * _thermal_conductance_mat_2d
MAST::FieldFunction< RealMatrixX > * _stiff_mat_1d