YAMLParser
|
This class represents a T-profile cross-sections, used by for instance BEAM elements. More...
#include <FETsection.h>
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 |
![]() | |
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... | |
![]() | |
std::vector< std::string > | s_Types |
Type | type |
The FEM element type (see enum definition) More... | |
Additional Inherited Members | |
![]() | |
enum | Type { NULLTYPE, NODE, COORDSYS, BEAM, TRISHELL, QUADSHEL, VECTOR, ECCENT, ISOMATERIAL, PIPE, BOX, IHPROFIL, LSECTION, TSECTION, PLCOMP, CROSS_SECTION_DUMMY, NODELOAD, LOADCOMB } |
![]() | |
void | setID (int id) |
Setter for the externally defined identification number. More... | |
![]() | |
int | id |
Externally defined identification number. More... | |
This class represents a T-profile cross-sections, used by for instance BEAM elements.
FETsection::FETsection | ( | YAML::Node & | yamlNode | ) |
FETsection::~FETsection | ( | ) |
|
overridevirtual |
Setter for independent (dependency level null) attributes
Implements GenericCrossSection.
|
overridevirtual |
Function returning the type of the element.
Used to specify element types for operatins such as comparison.
Reimplemented from Identifiable.
|
overridevirtual |
Function returning the type as a string.
Used to throw informative error messages
Reimplemented from Identifiable.
|
overridevirtual |
Print attributes to console
Implements GenericCrossSection.
double FETsection::H |
Height of profile.
double FETsection::T_top |
Thickness of the top flange.
double FETsection::T_web |
Thickness of the vertical part.
double FETsection::Width |
Width of the top flange.