|
FEBio
1.5.0
|
#include <LSDYNAPlotFile.h>
Data Structures | |
| struct | PLOTHEADER |
| This is the header of the plot database. More... | |
Public Member Functions | |
| bool | Open (FEM &fem, const char *szfile) |
| Open the plot database. | |
| bool | Append (FEM &fem, const char *szfile) |
| Open for appending. | |
| bool | Write (FEM &fem) |
| Write current FE state to plot database. | |
Data Fields | |
| bool | m_bsstrn |
| shell strain flag | |
| int | m_nfield [5] |
| field maps | |
Protected Member Functions | |
| void | write_displacements () |
| void | write_velocities () |
| void | write_accelerations () |
| void | write_fluid_flux () |
| void | write_contact_tractions () |
| void | write_reaction_forces () |
| void | write_material_fibers () |
| void | write_heat_flux () |
| void | write_fluid_pressures () |
| void | write_contact_pressures () |
| void | write_contact_gaps () |
| void | write_temperatures () |
| float | fiber_strain (FESolidElement &el, int j) |
| float | dev_fiber_strain (FESolidElement &el, int j) |
| void | write_solid_stress () |
| void | write_shell_stress () |
| void | write_truss_stress () |
Protected Attributes | |
| PLOTHEADER | m_ph |
| The plot file header. | |
| FILE * | m_fp |
| the file pointer | |
This class stores the results of the analysis in the LSDYNA database format.
1.7.5.1