isotrmatc Class Reference

#include <isotrmatc.h>

List of all members.

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

Detailed Description

Definition at line 9 of file isotrmatc.h.


Constructor & Destructor Documentation

isotrmatc ( void   ) 

Definition at line 4 of file isotrmatc.cpp.

References c, and k.

~isotrmatc ( void   ) 

Definition at line 8 of file isotrmatc.cpp.


Member Function Documentation

void changeparam ( atsel atm,
vector val 
)

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

Return values:
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

Return values:
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

Return values:
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

Return values:
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

Return values:
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().


Member Data Documentation

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.

Referenced by get_e(), and read().

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.

Referenced by get_nu(), and read().


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2