KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Attributes | List of all members
Kratos::BeamElement::SectionProperties Struct Reference

#include <beam_element.hpp>

Collaboration diagram for Kratos::BeamElement::SectionProperties:

Public Attributes

double Area
 
double Inertia_z
 
double Inertia_y
 
double Polar_Inertia
 
double Rotational_Inertia
 

Detailed Description

Parameters to be used to store section properties

Member Data Documentation

◆ Area

double Kratos::BeamElement::SectionProperties::Area

◆ Inertia_y

double Kratos::BeamElement::SectionProperties::Inertia_y

◆ Inertia_z

double Kratos::BeamElement::SectionProperties::Inertia_z

◆ Polar_Inertia

double Kratos::BeamElement::SectionProperties::Polar_Inertia

◆ Rotational_Inertia

double Kratos::BeamElement::SectionProperties::Rotational_Inertia

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