#include <isotrmatc.h>
Public Member Functions | |
| void | changeparam (atsel &atm, vector &val) |
| double | get_alpha () |
| double | get_c () |
| double | get_e () |
| double | get_k () |
| double | get_nu () |
| isotrmatc (void) | |
| void | read (XFILE *in) |
| ~isotrmatc (void) | |
Public Attributes | |
| double | alpha |
| double | c |
| double | e |
| double | k |
| double | nu |
Definition at line 9 of file isotrmatc.h.
| isotrmatc | ( | void | ) |
Definition at line 4 of file isotrmatc.cpp.
| ~isotrmatc | ( | void | ) |
Definition at line 8 of file isotrmatc.cpp.
Definition at line 74 of file isotrmatc.cpp.
References alpha, atsel::atrib, c, k, and atsel::num.
| double get_alpha | ( | ) |
function creates thermal dilatation coefficient isotropic material
| alpha | - thermal dilatation coefficient |
Definition at line 69 of file isotrmatc.cpp.
References alpha.
Referenced by medc1::matcond_u(), and medc1::rhs_u().
| double get_c | ( | ) |
function creates capacity matrix of the isotropic material
| c | - heat capacity matrix of the isotropic |
Definition at line 36 of file isotrmatc.cpp.
References c.
| double get_e | ( | ) |
function creates Young's modulus isotropic material
| e | - Young's modulus |
Definition at line 47 of file isotrmatc.cpp.
References e.
Referenced by state_eqcu::give_e().
| double get_k | ( | ) |
function creates conductivity matrix of the isotropic material
| k | - heat conductivity matrix of the isotropic |
Definition at line 25 of file isotrmatc.cpp.
References k.
| double get_nu | ( | ) |
function creates Young's modulus isotropic material
| nu | - Poisson's constant |
Definition at line 58 of file isotrmatc.cpp.
References nu.
Referenced by state_eqcu::give_nu().
| void read | ( | XFILE * | in | ) |
Definition at line 13 of file isotrmatc.cpp.
References alpha, c, e, k, nu, and xfscanf().
Referenced by coupmatu::readmatchar(), and coupmatl::readmatchar().
| double alpha |
Definition at line 31 of file isotrmatc.h.
Referenced by changeparam(), get_alpha(), and read().
| double c |
Definition at line 25 of file isotrmatc.h.
Referenced by changeparam(), get_c(), isotrmatc(), and read().
| double e |
Definition at line 27 of file isotrmatc.h.
| double k |
Definition at line 23 of file isotrmatc.h.
Referenced by changeparam(), get_k(), isotrmatc(), and read().
| double nu |
Definition at line 29 of file isotrmatc.h.
1.6.2