Material::Solid class reference
[Core module]

Declaration  

#include <Goptical/Material/Solid>

namespace Goptical {
namespace Material {
class Solid;
};
};

This class is a member of the Material namespace.

Inheritance  

Description  

This class is the base class for all solid material models.

Members  

See also the full member list section for this class.

Inherited members  

  • 14 members inherited from Base

Functions  

Members detail  

Solid()  

No documentation available

double get_density() const  

Get material density in g/cm^3.

See also set_density function.

double get_poisson_ratio() const  

Get material poisson ratio.

See also set_poisson_ratio function.

double get_thermal_conductivity() const  

Get Set material thermal conductivity in W/m.K.

See also set_thermal_conductivity function.

double get_thermal_expansion() const  

Get material thermal expansion coefficient.

See also set_thermal_expansion function.

double get_young_modulus() const  

Get material young modulus.

See also set_young_modulus function.

void set_density(double density)  

Set material density in g/cm^3.

See also get_density function.

void set_poisson_ratio(double poisson_ratio)  

Set material poisson ratio.

See also get_poisson_ratio function.

void set_thermal_conductivity(double thermal_conductivity)  

Set Set material thermal conductivity in W/m.K.

See also get_thermal_conductivity function.

void set_thermal_expansion(double thermal_expansion)  

Set material thermal expansion coefficient.

See also get_thermal_expansion function.

void set_young_modulus(double young_modulus)  

Set material young modulus.

See also get_young_modulus function.

Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:24 2012 using MkDoc