crsec3d Class Reference

#include <crsec3d.h>

List of all members.

Public Member Functions

void changeparam (atsel &atcs, vector &val)
 crsec3d (void)
void print (FILE *out)
void read (XFILE *in)
 ~crsec3d (void)

Public Attributes

double rho
 density of material (necessary for dynamics)

Detailed Description

Class crsec3d defines cross section for 3D problems.

Creatde by JK,

Definition at line 15 of file crsec3d.h.


Constructor & Destructor Documentation

crsec3d ( void   ) 

Constructor initializes data members to zero or default values.

Created by JK,

Definition at line 12 of file crsec3d.cpp.

References rho.

~crsec3d ( void   ) 

Destructor is defined only for the formal purposes.

Created by JK,

Definition at line 24 of file crsec3d.cpp.


Member Function Documentation

void changeparam ( atsel atcs,
vector val 
)

Function changes class parameters. The function is used in stochastic or fuzzy computations.

Parameters:
atcs - selected cross-section parameters (parameters which are changed)
val - vector containing new values of parameters
Returns:
The function does not return anything.

Created by JK,

Definition at line 124 of file crsec3d.cpp.

References atsel::atrib, atsel::num, print_err(), and rho.

Referenced by stochdriver::changecrsections().

void print ( FILE *  out  ) 

Function prints cross-section parameters of threedimensional object into the opened text file.

Parameters:
out - pointer to the opened text file
Returns:
The function does not return anything.

Created by TKr, 02/03/2013

Definition at line 81 of file crsec3d.cpp.

References eigen_dynamics, forced_dynamics, growing_mech_structure, linear_statics, mat_nonlinear_statics, mech_timedependent_prob, Mp, print_err(), rho, and probdesc::tprob.

Referenced by mechcrsec::printcrschar().

void read ( XFILE in  ) 

Function reads cross-section parameters of threedimensional object from the opened text file.

Parameters:
in - pointer to the opened text file
Returns:
The function does not return anything.

Created by JK,

Definition at line 41 of file crsec3d.cpp.

References eigen_dynamics, forced_dynamics, growing_mech_structure, linear_statics, mat_nonlinear_statics, mech_timedependent_prob, Mp, print_err(), rho, probdesc::tprob, and xfscanf().

Referenced by mechcrsec::readcrsectype().


Member Data Documentation

double rho

density of material (necessary for dynamics)

Definition at line 26 of file crsec3d.h.

Referenced by changeparam(), crsec3d(), mechcrsec::give_densitye(), mechcrsec::give_densityn(), print(), and read().


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

Generated by  doxygen 1.6.2