YAMLParser
|
This class represents a pipe-shaped cross-section. More...
#include <FEPipe.h>
Public Member Functions | |
FEPipe (YAML::Node yamlNode) | |
virtual | ~FEPipe () |
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 | outerDiameter |
Outer diameter of the pipe. More... | |
double | thickness |
Thickness of the pipe wall. More... | |
double | shearY |
Shear area factor of Y-axia. More... | |
double | shearZ |
Shear area factor of Z-axia. 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 pipe-shaped cross-section.
FEPipe::FEPipe | ( | YAML::Node | yamlNode | ) |
|
virtual |
|
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 FEPipe::outerDiameter |
Outer diameter of the pipe.
double FEPipe::shearY |
Shear area factor of Y-axia.
double FEPipe::shearZ |
Shear area factor of Z-axia.
double FEPipe::thickness |
Thickness of the pipe wall.