v0.15.0
Loading...
Searching...
No Matches
ThermoElasticProblem::BlockedThermalParameters Struct Reference
Inheritance diagram for ThermoElasticProblem::BlockedThermalParameters:
[legend]
Collaboration diagram for ThermoElasticProblem::BlockedThermalParameters:
[legend]

Public Member Functions

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()

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 }

◆ getHeatConductivityPtr()

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 }

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 file: