sourcet Class Reference

#include <sourcet.h>

List of all members.

Public Member Functions

long compare (sourcet &src)
double giveval (long eid)
long print (FILE *out)
long read (XFILE *in)
long read_prop (FILE *in, long lc)
 sourcet ()
 ~sourcet ()

Public Attributes

gfunctgf
 model of source of general quantity described by mathematical function
hydrationheathydrh
 model of heat source caused by cement hydration, amount of heat is given by a special function
sourcetype sourtype
 type of quantity source
double v
 model of heat source caused by cement hydration

Detailed Description

class contains model of quantity source for transport problems the class can describe, e.g., source of heat

JK, revised 25.6.2005

Definition at line 16 of file sourcet.h.


Constructor & Destructor Documentation

sourcet (  ) 

Definition at line 5 of file sourcet.cpp.

References gf, hydrh, sourtype, and v.

~sourcet (  ) 

Definition at line 23 of file sourcet.cpp.

References gf, and hydrh.


Member Function Documentation

long compare ( sourcet src  ) 

The function compares content of the actual object with the content of src.

Parameters:
src - compared object

Returns:

Return values:
0 - in the case that objects are identical
1 - in the case that objects differs

Created by TKo 09.2010

Definition at line 231 of file sourcet.cpp.

References hydrationheat::compare(), gfunct::compare(), gf, hydrh, sourtype, and v.

Referenced by input_elem_sourcet(), and input_nod_sourcet().

double giveval ( long  eid  ) 
long print ( FILE *  out  ) 
long read ( XFILE in  ) 
long read_prop ( FILE *  in,
long  lc 
)

Definition at line 204 of file sourcet.cpp.


Member Data Documentation

model of source of general quantity described by mathematical function

Definition at line 31 of file sourcet.h.

Referenced by compare(), giveval(), print(), read(), sourcet(), and ~sourcet().

model of heat source caused by cement hydration, amount of heat is given by a special function

Definition at line 33 of file sourcet.h.

Referenced by compare(), giveval(), print(), read(), sourcet(), and ~sourcet().

type of quantity source

Definition at line 28 of file sourcet.h.

Referenced by compare(), giveval(), print(), read(), and sourcet().

double v

model of heat source caused by cement hydration

constant value of source of general quantity for stationary problems only

Definition at line 39 of file sourcet.h.

Referenced by compare(), giveval(), print(), read(), and sourcet().


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

Generated by  doxygen 1.6.2