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
 
VectorDouble coeffExpansion
 
double heatConductivity
 
double heatCapacity
 

Detailed Description

Definition at line 189 of file thermo_elastic.cpp.

Member Function Documentation

◆ getCoeffExpansionPtr()

auto ThermoElasticProblem::BlockedParameters::getCoeffExpansionPtr ( )
inline

Definition at line 200 of file thermo_elastic.cpp.

200  {
201  return boost::shared_ptr<VectorDouble>(shared_from_this(),
202  &coeffExpansion);
203  }

◆ getDPtr()

auto ThermoElasticProblem::BlockedParameters::getDPtr ( )
inline

Definition at line 196 of file thermo_elastic.cpp.

196  {
197  return boost::shared_ptr<MatrixDouble>(shared_from_this(), &mD);
198  }

◆ getHeatCapacityPtr()

auto ThermoElasticProblem::BlockedParameters::getHeatCapacityPtr ( )
inline

Definition at line 209 of file thermo_elastic.cpp.

209  {
210  return boost::shared_ptr<double>(shared_from_this(), &heatCapacity);
211  }

◆ getHeatConductivityPtr()

auto ThermoElasticProblem::BlockedParameters::getHeatConductivityPtr ( )
inline

Definition at line 205 of file thermo_elastic.cpp.

205  {
206  return boost::shared_ptr<double>(shared_from_this(), &heatConductivity);
207  }

Member Data Documentation

◆ coeffExpansion

VectorDouble ThermoElasticProblem::BlockedParameters::coeffExpansion

Definition at line 192 of file thermo_elastic.cpp.

◆ heatCapacity

double ThermoElasticProblem::BlockedParameters::heatCapacity

Definition at line 194 of file thermo_elastic.cpp.

◆ heatConductivity

double ThermoElasticProblem::BlockedParameters::heatConductivity

Definition at line 193 of file thermo_elastic.cpp.

◆ mD

MatrixDouble ThermoElasticProblem::BlockedParameters::mD

Definition at line 191 of file thermo_elastic.cpp.


The documentation for this struct was generated from the following file:
ThermoElasticProblem::BlockedParameters::coeffExpansion
VectorDouble coeffExpansion
Definition: thermo_elastic.cpp:192
ThermoElasticProblem::BlockedParameters::heatCapacity
double heatCapacity
Definition: thermo_elastic.cpp:194
ThermoElasticProblem::BlockedParameters::mD
MatrixDouble mD
Definition: thermo_elastic.cpp:191
ThermoElasticProblem::BlockedParameters::heatConductivity
double heatConductivity
Definition: thermo_elastic.cpp:193