sorpisorootgrun Class Reference

#include <sorpisorootgrun.h>

List of all members.

Public Member Functions

double derivative_inverse_sorption_isotherm (double w)
 derivative of the inverse sorption isotherm with respect to volumetric moisture content
double derivative_sorption_isotherm (double rh)
 derivative of the sorption isotherm with respect to relative humidity
double inverse_sorption_isotherm (double w)
 inverse sorption isotherm value
void print (FILE *out)
void read (XFILE *in)
 sorpisorootgrun (void)
double sorption_isotherm (double rh)
 sorption isotherm value
 ~sorpisorootgrun (void)

Public Attributes

double rhhyg
 the maximum hygroscopic relative humidity
double whyg
 the hygroscopic moisture content
double wsat
 the saturated volumetric moisture content

Detailed Description

class contains Root (Grunewald) sorption isotherm

Grunewald, J., 2000, DELPHIN 4.1 - Documentation, Theoretical Fundamentals. TU Dresden, Dresden

19. 11. 2012, JK

Definition at line 15 of file sorpisorootgrun.h.


Constructor & Destructor Documentation

sorpisorootgrun ( void   ) 

Definition at line 3 of file sorpisorootgrun.cpp.

References rhhyg, whyg, and wsat.

~sorpisorootgrun ( void   ) 

Definition at line 14 of file sorpisorootgrun.cpp.


Member Function Documentation

double derivative_inverse_sorption_isotherm ( double  w  ) 

derivative of the inverse sorption isotherm with respect to volumetric moisture content

function computes derivative of the inverse Root (Grunewald) sorption isotherm with respect to the volumetric moisture content

Parameters:
w - volumetric moisture content

JM, 19. 11. 2012

Definition at line 136 of file sorpisorootgrun.cpp.

References rhhyg, whyg, and wsat.

Referenced by isotherm::derivative_inverse_isotherm_value().

double derivative_sorption_isotherm ( double  rh  ) 

derivative of the sorption isotherm with respect to relative humidity

function computes derivative of the Root (Grunewald) sorption isotherm with respect to the relative humidity

Parameters:
rh - the relative humidity

JM, 19. 11. 2012

Definition at line 107 of file sorpisorootgrun.cpp.

References rhhyg, whyg, and wsat.

Referenced by isotherm::derivative_isotherm_value().

double inverse_sorption_isotherm ( double  w  ) 

inverse sorption isotherm value

function computes value of the Root (Grunewald) inverse sorption isotherm

Parameters:
w - volumetric moisture content

JM, 19. 11. 2012

Definition at line 77 of file sorpisorootgrun.cpp.

References rhhyg, whyg, and wsat.

Referenced by isotherm::inverse_isotherm_value().

void print ( FILE *  out  ) 

function prints material parameters

Parameters:
out - output file

19. 11. 2012, JM

Definition at line 40 of file sorpisorootgrun.cpp.

References rhhyg, whyg, and wsat.

Referenced by isotherm::print().

void read ( XFILE in  ) 

function reads material parameters

Parameters:
in - input file

19. 11. 2012, JM

Definition at line 25 of file sorpisorootgrun.cpp.

References rhhyg, whyg, wsat, and xfscanf().

Referenced by isotherm::read().

double sorption_isotherm ( double  rh  ) 

sorption isotherm value

function computes value of the Root (Grunewald) sorption isotherm

Parameters:
rh - the relative humidity

JM, 19. 11. 2012

Definition at line 53 of file sorpisorootgrun.cpp.

References rhhyg, whyg, and wsat.

Referenced by isotherm::isotherm_value().


Member Data Documentation

double rhhyg
double whyg
double wsat

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

Generated by  doxygen 1.6.2