示例#1
0
Real
GapConductance::h_conduction()
{
  _gap_thermal_conductivity[_qp] = gapK();
  return _gap_thermal_conductivity[_qp] /
         gapLength(_gap_geometry_type, _radius, _r1, _r2, _min_gap, _max_gap);
}
示例#2
0
Real
GapConductance::h_conduction()
{
  return gapK() / gapLength(_gap_geometry_type, _radius, _r1, _r2, _min_gap, _max_gap);
}
示例#3
0
Real
GapConductance::h_conduction()
{
  return gapK()/gapLength(-(_gap_distance), _min_gap, _max_gap);
}