diff --git a/FluidDynamics/Components/Buildings/test_HalfWall.mo b/FluidDynamics/Components/Buildings/test_HalfWall.mo
index 07ec75a182f49a4d4a7e36e9ba78ed2846a60520..11589f6e063923f979ee0f13f8672c0c67030d81 100644
--- a/FluidDynamics/Components/Buildings/test_HalfWall.mo
+++ b/FluidDynamics/Components/Buildings/test_HalfWall.mo
@@ -4,7 +4,7 @@ model test_HalfWall
   package Medium = TAeZoSysPro.Media.Air.MoistAir ;
   TAeZoSysPro.FluidDynamics.Sources.Atmosphere atmosphere(redeclare package Medium = Medium, RH = 0.99)  annotation(
     Placement(visible = true, transformation(origin = {-60, 3.55271e-15}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
-  TAeZoSysPro.FluidDynamics.Components.Buildings.HalfWall halfWall(redeclare package Medium = Medium, A = 1, Lc = 1, N = 10, T_start = 283.15, Th = 0.1, UseImplicitConnection = false, correlation = TAeZoSysPro.HeatTransfer.Types.FreeConvectionCorrelation.Constant, cp = 1000, d = 2500, energyDynamics = TAeZoSysPro.HeatTransfer.Types.Dynamics.FixedInitial, eps = 1, h_cv_const = 10, k = 2.3, mesh = TAeZoSysPro.HeatTransfer.Types.MeshGrid.uniform)  annotation(
+  TAeZoSysPro.FluidDynamics.Components.Buildings.HalfWall halfWall( A = 1, Lc = 1,redeclare package Medium = Medium, N = 10, T_start = 283.15, Th = 0.1, UseImplicitConnection = false, correlation = TAeZoSysPro.HeatTransfer.Types.FreeConvectionCorrelation.ceiling_ASHRAE, cp = 1000, d = 2500, energyDynamics = TAeZoSysPro.HeatTransfer.Types.Dynamics.SteadyStateInitial, eps = 1, h_cv_const = 10, k = 2.3)  annotation(
     Placement(visible = true, transformation(origin = {22, 3.55271e-15}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
 equation
   connect(atmosphere.Flowport, halfWall.port_a) annotation(
diff --git a/FluidDynamics/Components/Buildings/test_Wall.mo b/FluidDynamics/Components/Buildings/test_Wall.mo
index 560a04b17137058fa93a604ee8eaf692941d9724..88f1818b27ea26f604a361003e748ef1e7e0ec62 100644
--- a/FluidDynamics/Components/Buildings/test_Wall.mo
+++ b/FluidDynamics/Components/Buildings/test_Wall.mo
@@ -4,7 +4,7 @@ model test_Wall
   package Medium = TAeZoSysPro.Media.Air.MoistAir ;
   TAeZoSysPro.FluidDynamics.Sources.Atmosphere atmosphere(redeclare package Medium = Medium, RH = 0.99)  annotation(
     Placement(visible = true, transformation(origin = {-60, 3.55271e-15}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
-  TAeZoSysPro.FluidDynamics.Components.Buildings.Wall Wall(redeclare package Medium = Medium, A = 1, Lc = 1, N = 10, T_start = 283.15, Th = 0.1, correlation_a = TAeZoSysPro.HeatTransfer.Types.FreeConvectionCorrelation.Constant, cp = 1000, d = 2500, energyDynamics = TAeZoSysPro.HeatTransfer.Types.Dynamics.FixedInitial, eps_a = 1, eps_b = 1, h_cv_const_a = 10, h_cv_const_b = 10, k = 2.3, mesh = TAeZoSysPro.HeatTransfer.Types.MeshGrid.uniform)  annotation(
+  TAeZoSysPro.FluidDynamics.Components.Buildings.Wall Wall( A = 1, Lc = 1,redeclare package Medium = Medium, N = 10, T_start = 283.15, Th = 0.1, correlation_a = TAeZoSysPro.HeatTransfer.Types.FreeConvectionCorrelation.vertical_plate_ASHRAE, cp = 1000, d = 2500, energyDynamics = TAeZoSysPro.HeatTransfer.Types.Dynamics.FixedInitial, eps_a = 1, eps_b = 1, h_cv_const_a = 10, h_cv_const_b = 10, k = 2.3, mesh = TAeZoSysPro.HeatTransfer.Types.MeshGrid.biotAndGeometricalGrowth)  annotation(
     Placement(visible = true, transformation(origin = {22, 3.55271e-15}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
 equation
   connect(atmosphere.Flowport, Wall.port_a) annotation(