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

Detailed Description

Definition at line 142 of file solid_1d_section_element_property_card.cpp.

Inheritance diagram for MAST::Solid1DSectionProperty::PolarInertia:
Collaboration diagram for MAST::Solid1DSectionProperty::PolarInertia:

Public Member Functions

 PolarInertia (const MAST::FieldFunction< Real > &hy, const MAST::FieldFunction< Real > &hz, const MAST::FieldFunction< Real > &hy_offset, const MAST::FieldFunction< Real > &hz_offset)
 
virtual ~PolarInertia ()
 
virtual void derivative (const MAST::FunctionBase &f, const libMesh::Point &p, const Real t, Real &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, Real &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< Real >
 FieldFunction (const std::string &nm)
 
virtual void derivative (const MAST::FunctionBase &f, Real &v) const
 calculates the value of the function derivative and returns it in v. More...
 
virtual void operator() (Real &v) const
 calculates the value of the function and returns it in v. More...
 
virtual void perturbation (Real &v) const
 calculates the perturbation and returns it in v. More...
 
virtual void perturbation (const libMesh::Point &p, const Real t, Real &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 > & _hy
 
const MAST::FieldFunction< Real > & _hy_offset
 
const MAST::FieldFunction< Real > & _hz
 
const MAST::FieldFunction< Real > & _hz_offset
 
- 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

◆ PolarInertia()

MAST::Solid1DSectionProperty::PolarInertia::PolarInertia ( const MAST::FieldFunction< Real > &  hy,
const MAST::FieldFunction< Real > &  hz,
const MAST::FieldFunction< Real > &  hy_offset,
const MAST::FieldFunction< Real > &  hz_offset 
)
inline

Definition at line 144 of file solid_1d_section_element_property_card.cpp.

◆ ~PolarInertia()

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

Definition at line 159 of file solid_1d_section_element_property_card.cpp.

Member Function Documentation

◆ derivative()

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

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< Real >.

Definition at line 174 of file solid_1d_section_element_property_card.cpp.

◆ operator()()

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

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

Reimplemented from MAST::FieldFunction< Real >.

Definition at line 161 of file solid_1d_section_element_property_card.cpp.

Member Data Documentation

◆ _hy

const MAST::FieldFunction<Real>& MAST::Solid1DSectionProperty::PolarInertia::_hy
protected

Definition at line 194 of file solid_1d_section_element_property_card.cpp.

◆ _hy_offset

const MAST::FieldFunction<Real> & MAST::Solid1DSectionProperty::PolarInertia::_hy_offset
protected

Definition at line 194 of file solid_1d_section_element_property_card.cpp.

◆ _hz

const MAST::FieldFunction<Real> & MAST::Solid1DSectionProperty::PolarInertia::_hz
protected

Definition at line 194 of file solid_1d_section_element_property_card.cpp.

◆ _hz_offset

const MAST::FieldFunction<Real> & MAST::Solid1DSectionProperty::PolarInertia::_hz_offset
protected

Definition at line 194 of file solid_1d_section_element_property_card.cpp.


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