NLMech  0.1.0
inp::DampingGeomData Struct Reference

#include <absborbingCondDeck.h>

Collaboration diagram for inp::DampingGeomData:
Collaboration graph

Public Member Functions

void print (int nt=0, int lvl=0) const
 Prints the information about the instance of the object. More...
 
std::string printStr (int nt=0, int lvl=0) const
 Returns the string containing information about the instance of the object. More...
 

Data Fields

bool d_checkX
 Boolean for checking the x-direction.
 
bool d_checkY
 Boolean for checking the y-direction.
 
bool d_checkZ
 Boolean for checking the z-direction.
 
double d_layerThicknessX
 
double d_layerThicknessY
 
double d_layerThicknessZ
 
util::Point3 d_p1
 
util::Point3 d_p2
 
std::string d_relativeLoc
 Relative location type.
 

Detailed Description

Struct for the damping geometry

Member Function Documentation

◆ print()

void inp::DampingGeomData::print ( int  nt = 0,
int  lvl = 0 
) const
inline

Prints the information about the instance of the object.

Parameters
ntNumber of tabs to append before each line of string
lvlLevel of information sought (higher level means more information)
Here is the call graph for this function:

◆ printStr()

std::string inp::DampingGeomData::printStr ( int  nt = 0,
int  lvl = 0 
) const
inline

Returns the string containing information about the instance of the object.

Parameters
ntNumber of tabs to append before each line of string
lvlLevel of information sought (higher level means more information)
Returns
string String containing information about this object

Referenced by print().

Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

◆ d_layerThicknessX

double inp::DampingGeomData::d_layerThicknessX

Thickness of the layer in x-direction

◆ d_layerThicknessY

double inp::DampingGeomData::d_layerThicknessY

Thickness of the layer in y-direction

◆ d_layerThicknessZ

double inp::DampingGeomData::d_layerThicknessZ

Thickness of the layer in z-direction

◆ d_p1

util::Point3 inp::DampingGeomData::d_p1

Point 1 to define bounding box

◆ d_p2

util::Point3 inp::DampingGeomData::d_p2

Point 2 to define bounding box


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