NLMech  0.1.0
inp::AbsorbingCondDeck Struct Reference

Structure to read and store mesh related input data. More...

#include <absborbingCondDeck.h>

Collaboration diagram for inp::AbsorbingCondDeck:
Collaboration graph

Public Member Functions

 AbsorbingCondDeck ()
 Constructor.
 
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_dampingActive
 Damping active.
 
std::vector< double > d_dampingCoeffParams
 Damping coefficient parameters.
 
std::string d_dampingCoeffType
 Damping coefficient type. More...
 
std::vector< DampingGeomDatad_dampingGeoms
 Damping region.
 
bool d_isViscousDamping
 Damping type E.g. "viscous" and "non_viscous".
 

Detailed Description

Structure to read and store mesh related input data.

Member Function Documentation

◆ print()

void inp::AbsorbingCondDeck::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::AbsorbingCondDeck::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_dampingCoeffType

std::string inp::AbsorbingCondDeck::d_dampingCoeffType

Damping coefficient type.

E.g. "linear", "quadratic", "exponential"


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