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

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

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

Public Member Functions

auto getCoeffExpansionPtr ()
 
auto getRefTempPtr ()
 

Public Attributes

VectorDouble coeffExpansion
 
double refTemp
 

Detailed Description

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

Definition at line 192 of file ThermoElasticOps.hpp.

Member Function Documentation

◆ getCoeffExpansionPtr()

auto ThermoElasticOps::BlockedThermoElasticParameters::getCoeffExpansionPtr ( )
inline
Examples
ThermoElasticOps.hpp.

Definition at line 197 of file ThermoElasticOps.hpp.

197 {
198 return boost::shared_ptr<VectorDouble>(shared_from_this(), &coeffExpansion);
199 }

◆ getRefTempPtr()

auto ThermoElasticOps::BlockedThermoElasticParameters::getRefTempPtr ( )
inline
Examples
ThermoElasticOps.hpp.

Definition at line 201 of file ThermoElasticOps.hpp.

201 {
202 return boost::shared_ptr<double>(shared_from_this(), &refTemp);
203 }

Member Data Documentation

◆ coeffExpansion

VectorDouble ThermoElasticOps::BlockedThermoElasticParameters::coeffExpansion
Examples
ThermoElasticOps.hpp.

Definition at line 194 of file ThermoElasticOps.hpp.

◆ refTemp

double ThermoElasticOps::BlockedThermoElasticParameters::refTemp
Examples
ThermoElasticOps.hpp.

Definition at line 195 of file ThermoElasticOps.hpp.


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