v0.14.0
Public Member Functions | Public Attributes | List of all members
ThermoElasticProblem::BlockedParameters Struct Reference
Inheritance diagram for ThermoElasticProblem::BlockedParameters:
[legend]
Collaboration diagram for ThermoElasticProblem::BlockedParameters:
[legend]

Public Member Functions

auto getDPtr ()
 
auto getCoeffExpansionPtr ()
 
auto getHeatConductivityPtr ()
 
auto getHeatCapacityPtr ()
 

Public Attributes

MatrixDouble mD
 
double coeffExpansion
 
double heatConductivity
 
double heatCapacity
 

Detailed Description

Definition at line 176 of file thermo_elastic.cpp.

Member Function Documentation

◆ getCoeffExpansionPtr()

auto ThermoElasticProblem::BlockedParameters::getCoeffExpansionPtr ( )
inline

Definition at line 187 of file thermo_elastic.cpp.

187  {
188  return boost::shared_ptr<double>(shared_from_this(), &coeffExpansion);
189  }

◆ getDPtr()

auto ThermoElasticProblem::BlockedParameters::getDPtr ( )
inline

Definition at line 183 of file thermo_elastic.cpp.

183  {
184  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &mD);
185  }

◆ getHeatCapacityPtr()

auto ThermoElasticProblem::BlockedParameters::getHeatCapacityPtr ( )
inline

Definition at line 195 of file thermo_elastic.cpp.

195  {
196  return boost::shared_ptr<double>(shared_from_this(), &heatCapacity);
197  }

◆ getHeatConductivityPtr()

auto ThermoElasticProblem::BlockedParameters::getHeatConductivityPtr ( )
inline

Definition at line 191 of file thermo_elastic.cpp.

191  {
192  return boost::shared_ptr<double>(shared_from_this(), &heatConductivity);
193  }

Member Data Documentation

◆ coeffExpansion

double ThermoElasticProblem::BlockedParameters::coeffExpansion

Definition at line 179 of file thermo_elastic.cpp.

◆ heatCapacity

double ThermoElasticProblem::BlockedParameters::heatCapacity

Definition at line 181 of file thermo_elastic.cpp.

◆ heatConductivity

double ThermoElasticProblem::BlockedParameters::heatConductivity

Definition at line 180 of file thermo_elastic.cpp.

◆ mD

MatrixDouble ThermoElasticProblem::BlockedParameters::mD

Definition at line 178 of file thermo_elastic.cpp.


The documentation for this struct was generated from the following file:
ThermoElasticProblem::BlockedParameters::heatCapacity
double heatCapacity
Definition: thermo_elastic.cpp:181
ThermoElasticProblem::BlockedParameters::coeffExpansion
double coeffExpansion
Definition: thermo_elastic.cpp:179
ThermoElasticProblem::BlockedParameters::mD
MatrixDouble mD
Definition: thermo_elastic.cpp:178
ThermoElasticProblem::BlockedParameters::heatConductivity
double heatConductivity
Definition: thermo_elastic.cpp:180