as
This commit is contained in:
parent
9afdebd128
commit
6da3ea1f2d
2 changed files with 7 additions and 8 deletions
|
|
@ -434,7 +434,7 @@ double FEM_Matrix::ThermalConductivity(const int subdomain)
|
|||
{
|
||||
// ceramic mug
|
||||
case 0:
|
||||
lambda = 6.0; // anything from 1 to 4
|
||||
lambda = 10.0; // anything from 1 to 4
|
||||
break;
|
||||
|
||||
// water
|
||||
|
|
@ -682,7 +682,7 @@ double FEM_Matrix::Heat_transfer_coefficient(const int subdomain)
|
|||
|
||||
// air to air (Free Convection Gas - Free Convection Gas : U = 1 - 2 W/m2K (typical window, room to outside air through glass))
|
||||
case 2:
|
||||
alpha = 1.0;
|
||||
alpha = 15.0;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue