v0.15.4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ThermoElasticProblem::BlockedThermalParameters Struct Reference
Inheritance diagram for ThermoElasticProblem::BlockedThermalParameters:
[legend]
Collaboration diagram for ThermoElasticProblem::BlockedThermalParameters:
[legend]

Public Member Functions

auto getHeatConductivityPtr ()
 
auto getHeatCapacityPtr ()
 
auto getHeatConductivityPtr ()
 
auto getHeatCapacityPtr ()
 

Public Attributes

double heatConductivity
 
double heatCapacity
 

Detailed Description

Definition at line 157 of file thermo_elastic.cpp.

Member Function Documentation

◆ getHeatCapacityPtr() [1/2]

auto ThermoElasticProblem::BlockedThermalParameters::getHeatCapacityPtr ( )
inline
Examples
thermo_elastic.cpp.

Definition at line 166 of file thermo_elastic.cpp.

166 {
167 return boost::shared_ptr<double>(shared_from_this(), &heatCapacity);
168 }

◆ getHeatCapacityPtr() [2/2]

auto ThermoElasticProblem::BlockedThermalParameters::getHeatCapacityPtr ( )
inline

Definition at line 162 of file thermo_elastic.cpp.

162 {
163 return boost::shared_ptr<double>(shared_from_this(), &heatCapacity);
164 }

◆ getHeatConductivityPtr() [1/2]

auto ThermoElasticProblem::BlockedThermalParameters::getHeatConductivityPtr ( )
inline
Examples
thermo_elastic.cpp.

Definition at line 162 of file thermo_elastic.cpp.

162 {
163 return boost::shared_ptr<double>(shared_from_this(), &heatConductivity);
164 }

◆ getHeatConductivityPtr() [2/2]

auto ThermoElasticProblem::BlockedThermalParameters::getHeatConductivityPtr ( )
inline

Definition at line 158 of file thermo_elastic.cpp.

158 {
159 return boost::shared_ptr<double>(shared_from_this(), &heatConductivity);
160 }

Member Data Documentation

◆ heatCapacity

double ThermoElasticProblem::BlockedThermalParameters::heatCapacity
Examples
thermo_elastic.cpp.

Definition at line 160 of file thermo_elastic.cpp.

◆ heatConductivity

double ThermoElasticProblem::BlockedThermalParameters::heatConductivity
Examples
thermo_elastic.cpp.

Definition at line 159 of file thermo_elastic.cpp.


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