Go to the source code of this file.
|
| class | GapConductance |
| | Generic gap heat transfer model, with h_gap = h_conduction + h_contact + h_radiation. More...
|
| |
◆ dataLoad()
Definition at line 151 of file GapConductance.h.
152{
153 int loaded;
156}
void dataLoad(std::istream &stream, GapConductance::GAP_GEOMETRY &v, void *ctx)
Referenced by dataLoad().
◆ dataStore()
Definition at line 143 of file GapConductance.h.
144{
145 auto stored =
static_cast<int>(
v);
147}
void dataStore(std::ostream &stream, GapConductance::GAP_GEOMETRY &v, void *ctx)
Referenced by dataStore().