chrono::fea::ChFieldDataAuxiliaryThermoDeformation Class Reference
Description
Auxiliary scratch data stored per each material point during the ChDomainThermoDeformation computation.
This can be plotted in postprocessing, etc.
#include <ChDomainThermoDeformation.h>
Inheritance diagram for chrono::fea::ChFieldDataAuxiliaryThermoDeformation:

Collaboration diagram for chrono::fea::ChFieldDataAuxiliaryThermoDeformation:

Public Attributes | |
| ChMatrix33d | F |
| ChMatrix33d | F_t_inv |
| total deformation gradient tensor F = F_m * F_t | |
| ChMatrix33d | F_m |
| thermal deformation gradient tensor, inverse | |
| ChVector3d | q_flux |
| mechanical deformation gradient tensor | |
| ChStressTensor | S_pk2 |
| heat flux | |
Additional Inherited Members | |
Public Member Functions inherited from chrono::fea::ChFieldData | |
| virtual ChFieldData * | GetNthSubData (int n) |
| Optionally, a ChFieldData could have children ChFieldData objects, like a tree structure. More... | |
| template<typename VisitorFunc > | |
| void | VisitTree (VisitorFunc &&visitor) |
| template<typename VisitorFunc > | |
| void | ForEach (VisitorFunc &&visitor) |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono/fea/ChDomainThermoDeformation.h
Public Member Functions inherited from