![]() |
convertUNICADO2CPACS
|
Class which represents the CPACS material XML block. More...
#include <cpacsAcftXML.h>
Public Member Functions | |
cpacsMaterial (const std::string &aMaterialName) | |
Default constructor of class cpacsMaterial. More... | |
cpacsMaterial (const information &theInformation, const double &rho, const cpacsMaterialProperties &theProperties) | |
Default constructor of class cpacsMaterial. More... | |
virtual | ~cpacsMaterial () |
Destructor of class cpacsMaterial. More... | |
Public Attributes | |
information | info |
double | rho |
cpacsMaterialProperties | theProperties |
Class which represents the CPACS material XML block.
|
explicit |
Default constructor of class cpacsMaterial.
aMaterialName | String containing the material's name |
cpacsAcft::cpacsMaterial::cpacsMaterial | ( | const information & | theInformation, |
const double & | rho, | ||
const cpacsMaterialProperties & | theProperties | ||
) |
Default constructor of class cpacsMaterial.
theInformation | Object of the information class that provides the CPACS material infos like uID and description |
rho | Density of the material [kg/m^3] |
theProperties | Object of the cpacsMaterialProperties class that contains Young's modulus [N/m^2] and shear modulus [N/m^2] |
|
inlinevirtual |
Destructor of class cpacsMaterial.
information cpacsAcft::cpacsMaterial::info |
Object of the information class that provides the CPACS material infos like uID and description
double cpacsAcft::cpacsMaterial::rho |
Density of the material [kg/m^3]
cpacsMaterialProperties cpacsAcft::cpacsMaterial::theProperties |
object which is the member of the cpacsMaterialProperties class