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

Public Member Functions

auto getDPtr ()
 
auto getCoeffExpansionPtr ()
 
auto getHeatConductivityPtr ()
 
auto getHeatCapacityPtr ()
 

Public Attributes

MatrixDouble mD
 
double coeffExpansion
 
double heatConductivity
 
double heatCapacity
 

Detailed Description

Definition at line 175 of file thermo_elastic.cpp.

Member Function Documentation

◆ getCoeffExpansionPtr()

auto ThermoElasticProblem::BlockedParameters::getCoeffExpansionPtr ( )
inline
Examples
thermo_elastic.cpp.

Definition at line 186 of file thermo_elastic.cpp.

186 {
187 return boost::shared_ptr<double>(shared_from_this(), &coeffExpansion);
188 }

◆ getDPtr()

auto ThermoElasticProblem::BlockedParameters::getDPtr ( )
inline
Examples
thermo_elastic.cpp.

Definition at line 182 of file thermo_elastic.cpp.

182 {
183 return boost::shared_ptr<MatrixDouble>(shared_from_this(), &mD);
184 }

◆ getHeatCapacityPtr()

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

Definition at line 194 of file thermo_elastic.cpp.

194 {
195 return boost::shared_ptr<double>(shared_from_this(), &heatCapacity);
196 }

◆ getHeatConductivityPtr()

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

Definition at line 190 of file thermo_elastic.cpp.

190 {
191 return boost::shared_ptr<double>(shared_from_this(), &heatConductivity);
192 }

Member Data Documentation

◆ coeffExpansion

double ThermoElasticProblem::BlockedParameters::coeffExpansion
Examples
thermo_elastic.cpp.

Definition at line 178 of file thermo_elastic.cpp.

◆ heatCapacity

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

Definition at line 180 of file thermo_elastic.cpp.

◆ heatConductivity

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

Definition at line 179 of file thermo_elastic.cpp.

◆ mD

MatrixDouble ThermoElasticProblem::BlockedParameters::mD
Examples
thermo_elastic.cpp.

Definition at line 177 of file thermo_elastic.cpp.


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