v0.15.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ThermoElasticOps::BlockedThermalParameters Struct Reference

#include "users_modules/multifield-thermoplasticity-private/tutorials/adv-2/src/ThermoElasticOps.hpp"

Inheritance diagram for ThermoElasticOps::BlockedThermalParameters:
[legend]
Collaboration diagram for ThermoElasticOps::BlockedThermalParameters:
[legend]

Public Member Functions

auto getHeatConductivityPtr ()
 
auto getHeatConductivityScalingPtr ()
 
auto getHeatCapacityPtr ()
 
auto getHeatCapacityScalingPtr ()
 

Public Attributes

double heatConductivity
 
double heatConductivityScaling
 
double heatCapacity
 
double heatCapacityScaling
 

Detailed Description

Examples
mofem/tutorials/adv-2/thermo_elastic.cpp, and thermo_elastic.cpp.

Definition at line 11 of file ThermoElasticOps.hpp.

Member Function Documentation

◆ getHeatCapacityPtr()

auto ThermoElasticOps::BlockedThermalParameters::getHeatCapacityPtr ( )
inline
Examples
ThermoElasticOps.hpp.

Definition at line 27 of file ThermoElasticOps.hpp.

27 {
28 return boost::shared_ptr<double>(shared_from_this(), &heatCapacity);
29 }

◆ getHeatCapacityScalingPtr()

auto ThermoElasticOps::BlockedThermalParameters::getHeatCapacityScalingPtr ( )
inline
Examples
ThermoElasticOps.hpp.

Definition at line 31 of file ThermoElasticOps.hpp.

31 {
32 return boost::shared_ptr<double>(shared_from_this(), &heatCapacityScaling);
33 }

◆ getHeatConductivityPtr()

auto ThermoElasticOps::BlockedThermalParameters::getHeatConductivityPtr ( )
inline
Examples
ThermoElasticOps.hpp.

Definition at line 18 of file ThermoElasticOps.hpp.

18 {
19 return boost::shared_ptr<double>(shared_from_this(), &heatConductivity);
20 }

◆ getHeatConductivityScalingPtr()

auto ThermoElasticOps::BlockedThermalParameters::getHeatConductivityScalingPtr ( )
inline
Examples
ThermoElasticOps.hpp.

Definition at line 22 of file ThermoElasticOps.hpp.

22 {
23 return boost::shared_ptr<double>(shared_from_this(),
25 }

Member Data Documentation

◆ heatCapacity

double ThermoElasticOps::BlockedThermalParameters::heatCapacity
Examples
ThermoElasticOps.hpp.

Definition at line 15 of file ThermoElasticOps.hpp.

◆ heatCapacityScaling

double ThermoElasticOps::BlockedThermalParameters::heatCapacityScaling
Examples
ThermoElasticOps.hpp.

Definition at line 16 of file ThermoElasticOps.hpp.

◆ heatConductivity

double ThermoElasticOps::BlockedThermalParameters::heatConductivity
Examples
ThermoElasticOps.hpp.

Definition at line 13 of file ThermoElasticOps.hpp.

◆ heatConductivityScaling

double ThermoElasticOps::BlockedThermalParameters::heatConductivityScaling
Examples
ThermoElasticOps.hpp.

Definition at line 14 of file ThermoElasticOps.hpp.


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