|
FEBio
1.5.0
|
#include <FEHeatFlux.h>
Data Structures | |
| struct | LOAD |
Public Member Functions | |
| FEHeatFlux (FESurface *ps) | |
| void | create (int n) |
| allocate storage | |
| LOAD & | HeatFlux (int n) |
| clone | |
| void | StiffnessMatrix (FESolver *psolver) |
| stiffness matrix | |
| void | Residual (FESolver *psolver, vector< double > &R) |
| residual | |
| void | Serialize (DumpFile &ar) |
| serialization | |
Protected Attributes | |
| vector< LOAD > | m_FC |
Surface that sustains a heat flux boundary condition
| LOAD& FEHeatFlux::HeatFlux | ( | int | n | ) | [inline] |
clone
get a heat flux load BC
| void FEHeatFlux::Residual | ( | FESolver * | psolver, |
| vector< double > & | R | ||
| ) | [virtual] |
1.7.5.1