MAST
Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST)
MAST::Solid1DSectionProperty::ThermalExpansionBMatrix Class Reference

Detailed Description

Definition at line 646 of file solid_1d_section_element_property_card.cpp.

Inheritance diagram for MAST::Solid1DSectionProperty::ThermalExpansionBMatrix:
Collaboration diagram for MAST::Solid1DSectionProperty::ThermalExpansionBMatrix:

Public Member Functions

 ThermalExpansionBMatrix (const MAST::FieldFunction< RealMatrixX > &mat_stiff, const MAST::FieldFunction< RealMatrixX > &mat_expansion, const MAST::FieldFunction< Real > &A_y_moment, const MAST::FieldFunction< Real > &A_z_moment)
 
virtual ~ThermalExpansionBMatrix ()
 
virtual void derivative (const MAST::FunctionBase &f, const libMesh::Point &p, const Real t, RealMatrixX &m) const
 calculates the value of the derivative of function with respect to the function f at the specified point, p, and time, t, and returns it in v. More...
 
virtual void operator() (const libMesh::Point &p, const Real t, RealMatrixX &m) const
 calculates the value of the function at the specified point, p, and time, t, and returns it in v. More...
 
- Public Member Functions inherited from MAST::FieldFunction< RealMatrixX >
 FieldFunction (const std::string &nm)
 
virtual void derivative (const MAST::FunctionBase &f, RealMatrixX &v) const
 calculates the value of the function derivative and returns it in v. More...
 
virtual void operator() (RealMatrixX &v) const
 calculates the value of the function and returns it in v. More...
 
virtual void perturbation (RealMatrixX &v) const
 calculates the perturbation and returns it in v. More...
 
virtual void perturbation (const libMesh::Point &p, const Real t, RealMatrixX &v) const
 calculates the value of a perturbation in function at the specified point, p, and time, t, and returns it in v. More...
 
- Public Member Functions inherited from MAST::FunctionBase
 FunctionBase (const std::string &nm, const bool is_field_func)
 initializes the parameter to the given name More...
 
 FunctionBase (const MAST::FunctionBase &f)
 Copy constructor. More...
 
virtual ~FunctionBase ()
 virtual destructor More...
 
virtual bool depends_on (const MAST::FunctionBase &f) const
 returns true if the function depends on the provided value More...
 
virtual bool is_shape_parameter () const
 
virtual bool is_topology_parameter () const
 
const std::string & name () const
 returns the name of this function More...
 
virtual void set_as_shape_parameter (bool f)
 
virtual void set_as_topology_parameter (bool f)
 

Protected Attributes

const MAST::FieldFunction< Real > & _A_y_moment
 
const MAST::FieldFunction< Real > & _A_z_moment
 
const MAST::FieldFunction< RealMatrixX > & _material_expansion
 
const MAST::FieldFunction< RealMatrixX > & _material_stiffness
 
- Protected Attributes inherited from MAST::FunctionBase
std::set< const MAST::FunctionBase * > _functions
 set of functions that this function depends on More...
 
bool _is_field_func
 flag to store the nature of field function More...
 
bool _is_shape_parameter
 
bool _is_topology_parameter
 
std::string _name
 name of this parameter More...
 

Constructor & Destructor Documentation

◆ ThermalExpansionBMatrix()

MAST::Solid1DSectionProperty::ThermalExpansionBMatrix::ThermalExpansionBMatrix ( const MAST::FieldFunction< RealMatrixX > &  mat_stiff,
const MAST::FieldFunction< RealMatrixX > &  mat_expansion,
const MAST::FieldFunction< Real > &  A_y_moment,
const MAST::FieldFunction< Real > &  A_z_moment 
)

Definition at line 1159 of file solid_1d_section_element_property_card.cpp.

◆ ~ThermalExpansionBMatrix()

virtual MAST::Solid1DSectionProperty::ThermalExpansionBMatrix::~ThermalExpansionBMatrix ( )
inlinevirtual

Definition at line 653 of file solid_1d_section_element_property_card.cpp.

Member Function Documentation

◆ derivative()

void MAST::Solid1DSectionProperty::ThermalExpansionBMatrix::derivative ( const MAST::FunctionBase f,
const libMesh::Point &  p,
const Real  t,
RealMatrixX v 
) const
virtual

calculates the value of the derivative of function with respect to the function f at the specified point, p, and time, t, and returns it in v.

Reimplemented from MAST::FieldFunction< RealMatrixX >.

Definition at line 1201 of file solid_1d_section_element_property_card.cpp.

◆ operator()()

void MAST::Solid1DSectionProperty::ThermalExpansionBMatrix::operator() ( const libMesh::Point &  p,
const Real  t,
RealMatrixX v 
) const
virtual

calculates the value of the function at the specified point, p, and time, t, and returns it in v.

Reimplemented from MAST::FieldFunction< RealMatrixX >.

Definition at line 1179 of file solid_1d_section_element_property_card.cpp.

Member Data Documentation

◆ _A_y_moment

const MAST::FieldFunction<Real>& MAST::Solid1DSectionProperty::ThermalExpansionBMatrix::_A_y_moment
protected

Definition at line 670 of file solid_1d_section_element_property_card.cpp.

◆ _A_z_moment

const MAST::FieldFunction<Real> & MAST::Solid1DSectionProperty::ThermalExpansionBMatrix::_A_z_moment
protected

Definition at line 670 of file solid_1d_section_element_property_card.cpp.

◆ _material_expansion

const MAST::FieldFunction<RealMatrixX>& MAST::Solid1DSectionProperty::ThermalExpansionBMatrix::_material_expansion
protected

Definition at line 669 of file solid_1d_section_element_property_card.cpp.

◆ _material_stiffness

const MAST::FieldFunction<RealMatrixX>& MAST::Solid1DSectionProperty::ThermalExpansionBMatrix::_material_stiffness
protected

Definition at line 668 of file solid_1d_section_element_property_card.cpp.


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