v0.15.0
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
mofem/tutorials/adv-2/thermo_elastic.cpp, and thermo_elastic.cpp.

Definition at line 166 of file thermo_elastic.cpp.

168 : public boost::enable_shared_from_this<BlockedThermoElasticParameters> {

◆ 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
mofem/tutorials/adv-2/thermo_elastic.cpp, and thermo_elastic.cpp.

Definition at line 162 of file thermo_elastic.cpp.

162 {
163 return boost::shared_ptr<double>(shared_from_this(), &heatCapacity);
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

◆ heatConductivity

double ThermoElasticProblem::BlockedThermalParameters::heatConductivity

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