This commit is contained in:
jakob.schratter 2026-01-27 18:36:15 +01:00
commit 6da3ea1f2d
2 changed files with 7 additions and 8 deletions

View file

@ -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: