#include <crsecnod.h>
Public Member Functions | |
| crsecnod (void) | |
| void | print (FILE *out) |
| void | read (XFILE *in) |
| ~crsecnod (void) | |
Public Attributes | |
| double | m |
| concentrated weight at node | |
| double | t |
class crsecnod defines cross section for layered nodes used in layered problems
JK
Definition at line 12 of file crsecnod.h.
| crsecnod | ( | void | ) |
Definition at line 4 of file crsecnod.cpp.
| ~crsecnod | ( | void | ) |
Definition at line 8 of file crsecnod.cpp.
| void print | ( | FILE * | out | ) |
Definition at line 31 of file crsecnod.cpp.
References layered_linear_statics, m, Mp, nonlinear_dynamics, t, and probdesc::tprob.
Referenced by mechcrsec::printcrschar().
| void read | ( | XFILE * | in | ) |
Definition at line 13 of file crsecnod.cpp.
References layered_linear_statics, m, Mp, nonlinear_dynamics, t, probdesc::tprob, and xfscanf().
Referenced by mechcrsec::readcrsectype().
| double m |
concentrated weight at node
Definition at line 25 of file crsecnod.h.
Referenced by crsecnod(), mechcrsec::give_weight(), print(), and read().
| double t |
height of the cross section it is used in analysis of layered beams
Definition at line 22 of file crsecnod.h.
Referenced by crsecnod(), mechcrsec::give_onethickness(), print(), and read().
1.6.2