YAMLParser
Public Member Functions | Public Attributes | List of all members
FETsection Class Reference

This class represents a T-profile cross-sections, used by for instance BEAM elements. More...

#include <FETsection.h>

Inheritance diagram for FETsection:
GenericCrossSection Identifiable

Public Member Functions

 FETsection (YAML::Node &yamlNode)
 
 ~FETsection ()
 
virtual Identifiable::Type getType () override
 
virtual std::string getTypeAsString () override
 
virtual void printAttributes () override
 
virtual bool assignIndependentAttributes (YAML::Node &yamlNode) override
 
- Public Member Functions inherited from Identifiable
virtual ~Identifiable ()
 
int getID () const
 Getter for the externally defined identification number. More...
 

Public Attributes

double H
 Height of profile. More...
 
double T_web
 Thickness of the vertical part. More...
 
double Width
 Width of the top flange. More...
 
double T_top
 Thickness of the top flange. More...
 
- Public Attributes inherited from Identifiable
std::vector< std::string > s_Types
 
Type type
 The FEM element type (see enum definition) More...
 

Additional Inherited Members

- Public Types inherited from Identifiable
enum  Type {
  NULLTYPE, NODE, COORDSYS, BEAM,
  TRISHELL, QUADSHEL, VECTOR, ECCENT,
  ISOMATERIAL, PIPE, BOX, IHPROFIL,
  LSECTION, TSECTION, PLCOMP, CROSS_SECTION_DUMMY,
  NODELOAD, LOADCOMB
}
 
- Protected Member Functions inherited from Identifiable
void setID (int id)
 Setter for the externally defined identification number. More...
 
- Protected Attributes inherited from Identifiable
int id
 Externally defined identification number. More...
 

Detailed Description

This class represents a T-profile cross-sections, used by for instance BEAM elements.

Constructor & Destructor Documentation

◆ FETsection()

FETsection::FETsection ( YAML::Node &  yamlNode)

◆ ~FETsection()

FETsection::~FETsection ( )

Member Function Documentation

◆ assignIndependentAttributes()

bool FETsection::assignIndependentAttributes ( YAML::Node &  yamlNode)
overridevirtual

Setter for independent (dependency level null) attributes

Implements GenericCrossSection.

◆ getType()

Identifiable::Type FETsection::getType ( )
overridevirtual

Function returning the type of the element.
Used to specify element types for operatins such as comparison.

Reimplemented from Identifiable.

◆ getTypeAsString()

std::string FETsection::getTypeAsString ( )
overridevirtual

Function returning the type as a string.
Used to throw informative error messages

Reimplemented from Identifiable.

◆ printAttributes()

void FETsection::printAttributes ( )
overridevirtual

Print attributes to console

Implements GenericCrossSection.

Member Data Documentation

◆ H

double FETsection::H

Height of profile.

◆ T_top

double FETsection::T_top

Thickness of the top flange.

◆ T_web

double FETsection::T_web

Thickness of the vertical part.

◆ Width

double FETsection::Width

Width of the top flange.


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