chrono::fea::ChFieldDataAuxiliaryThermal Class Reference
Description
Auxiliary data stored per each material point during the ChDomainThermal computation.
This can be plotted in postprocessing, etc. If you need to append additional data per each matpoint, do not modify this, just define your class with custom data and use it in my_material_class::T_per_materialpoint
#include <ChDomainThermal.h>
Inheritance diagram for chrono::fea::ChFieldDataAuxiliaryThermal:

Collaboration diagram for chrono::fea::ChFieldDataAuxiliaryThermal:

Public Attributes | |
| ChVector3d | q_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/ChDomainThermal.h
Public Member Functions inherited from