Class Material

Inheritance Relationships

Derived Types

Class Documentation

class Material

Class for materials used in SCIANTIX (e.g., fuel matrix, fission gas, etc.).

Author

G. Zullo

Subclassed by Gas, Matrix, Model, System

Public Functions

inline Material()

Constructor

inline ~Material()

Destructor

inline void setName(std::string n)

Sets the name of the material.

Parameters:

n – The new name to be set for the material.

inline std::string getName()

Retrieves the name of the material.

Returns:

A string that is the current name of the material.

inline void setRef(std::string n)

Sets a reference for the material.

Parameters:

n – The reference string to be set.

inline std::string getRef()

Retrieves the reference or identifier of material.

Returns:

A string that is the current reference.

Protected Attributes

std::string name
std::string reference