#include <onemediumc.h>
Public Member Functions | |
| void | matcap_l (matrix &d, long ri, long ci, long ipp) |
| void | matcap_u (matrix &d, long ri, long ci, long ipp) |
| void | matcond_l (matrix &d, long ri, long ci, long ipp) |
| void | matcond_u (matrix &d, long ri, long ci, long ipp) |
| medc1 () | |
| void | rhs_u (matrix &d, long ri, long ci, long ipp) |
| ~medc1 () | |
Private Attributes | |
| double | scale_t |
| double | scale_u |
Definition at line 6 of file onemediumc.h.
| medc1 | ( | ) |
Definition at line 21 of file onemediumc.cpp.
| ~medc1 | ( | ) |
Definition at line 30 of file onemediumc.cpp.
| void matcap_l | ( | matrix & | d, | |
| long | ri, | |||
| long | ci, | |||
| long | ipp | |||
| ) |
function computes capacity matrix D in a material point for one medium transfer for lower block
| d | - cpapcity matrix | |
| ri | - row index | |
| ci | - column index | |
| ipp | - number of integration point |
Definition at line 353 of file onemediumc.cpp.
References intpointsc::av, Cml, Cmu, coupmatu::consol_awf1c, consolawf1c, Cp, fillm(), con_awf1matc::get_capwu(), sejtkrmatc::get_capwu(), intpointsc::idm, coupmatu::ip, coupmatl::ip, isotransmatc, mech_heat, mech_water, probdescc::mednam, matrix::n, print_err(), sejtkrc, coupmatu::sejtkrmc, and intpointsc::tm.
Referenced by coupmatl::matcap().
| void matcap_u | ( | matrix & | d, | |
| long | ri, | |||
| long | ci, | |||
| long | ipp | |||
| ) |
function computes capacity matrix D in a material point for one medium transfer for upper block
| d | - cpapcity matrix | |
| ri | - row index | |
| ci | - column index | |
| ipp | - number of integration point |
Definition at line 173 of file onemediumc.cpp.
References intpointsc::av, Cmu, coupmatu::consol_awf1c, consolawf1c, Cp, fillm(), con_awf1matc::get_capuw(), sejtkrmatc::get_capuw(), intpointsc::idm, coupmatu::ip, isotransmatc, matrix::m, mech_heat, mech_water, probdescc::mednam, print_err(), sejtkrc, coupmatu::sejtkrmc, and intpointsc::tm.
Referenced by coupmatu::matcap().
| void matcond_l | ( | matrix & | d, | |
| long | ri, | |||
| long | ci, | |||
| long | ipp | |||
| ) |
function computes conductivity matrix D in a material point for one medium transfer for lower block
| d | - conductivity matrix | |
| ri | - row index | |
| ci | - column index | |
| ipp | - number of integration point |
Definition at line 264 of file onemediumc.cpp.
References intpointsc::av, Cml, Cmu, coupmatu::consol_awf1c, consolawf1c, Cp, fillm(), con_awf1matc::get_kwu(), sejtkrmatc::get_kwu(), intpointsc::idm, coupmatu::ip, coupmatl::ip, isotransmatc, mech_heat, mech_water, probdescc::mednam, matrix::n, print_err(), sejtkrc, coupmatu::sejtkrmc, and intpointsc::tm.
Referenced by coupmatl::matcond().
| void matcond_u | ( | matrix & | d, | |
| long | ri, | |||
| long | ci, | |||
| long | ipp | |||
| ) |
function computes conductivity matrix D in a material point for one medium transfer for upper block
| d | - conductivity matrix | |
| ri | - row index | |
| ci | - column index | |
| ipp | - number of integration point |
Definition at line 44 of file onemediumc.cpp.
References intpointsc::av, Cmu, coupmatu::consol_awf1c, consolawf1c, Cp, destrm(), fillm(), isotrmatc::get_alpha(), con_awf1matc::get_kuw(), sejtkrmatc::get_kuw(), intpointsc::idm, coupmatu::ip, isotransmatc, coupmatu::itrmc, matrix::m, coupmatu::matstiff(), mech_heat, mech_water, probdescc::mednam, mxm(), matrix::n, print_err(), sejtkrc, coupmatu::sejtkrmc, and intpointsc::tm.
Referenced by coupmatu::matcond().
| void rhs_u | ( | matrix & | d, | |
| long | ri, | |||
| long | ci, | |||
| long | ipp | |||
| ) |
function computes right-hand-side matrix D in a material point for one medium transfer for upper block
| d | - right-hand-side matrix | |
| ri | - row index | |
| ci | - column index | |
| ipp | - number of integration point |
Definition at line 441 of file onemediumc.cpp.
References Cmu, coupmatu::consol_awf1c, consolawf1c, Cp, destrm(), fillm(), isotrmatc::get_alpha(), intpointsc::idm, coupmatu::ip, isotransmatc, coupmatu::itrmc, matrix::m, coupmatu::matstiff(), mech_heat, mech_water, probdescc::mednam, mxm(), matrix::n, print_err(), con_awf1matc::rhs_volume(), sejtkrc, and intpointsc::tm.
Referenced by coupmatu::volume_rhs1(), and coupmatu::volume_rhs2().
double scale_t [private] |
Definition at line 20 of file onemediumc.h.
Referenced by medc1().
double scale_u [private] |
Definition at line 20 of file onemediumc.h.
Referenced by medc1().
1.6.2