Package that tests the models for coupled simulation between Modelica and Fast Fluid Dynamics
This package tests the coupled simulation of the model Buildings.Rooms.CFD with the Fast Fluid Dynamics (FFD) program. Different cases with various boundary conditions are evaluated. The models in this package do not represent realistic buildings, but are rather designed to test the coupled simulation.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Name | Description |
---|---|
UsersGuide | |
Tutorial | Tutorial with step by step instructions for how to do coupled simulation |
ForcedConvection | Ventilation with forced convection in an empty room |
NaturalConvectionWithControl | A case of natural convection with feedback loop control |
RoomOnlyConstructionBoundary | Test model for natural convection in an empty room with only construction boundary. |
RoomOnlyExteriorWallNoWindow | Natural convection in an empty room with only exterior walls without windows. |
RoomOnlySurfaceBoundary | Natural convection in an empty room with only surface boundary |
WindowWithShade | Natural convection in an empty room with exterior walls, windows and shades |
WindowWithoutShade | Natural convection in an empty room with exterior walls, windows without shade |
BaseClasses | Package with base classes for Buildings.Rooms.Examples.FFD |
Ventilation with forced convection in an empty room
This model tests the coupled simulation of Buildings.Rooms.CFD with the FFD program by simulating the ventilation with forced convection in an empty room. Figure (a) shows the schematic of the FFD simulation and Figure (b) shows streamlines and contours of the horizontal velocity U as simulated by the FFD.
Figure (a)
Figure (b)
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Rooms.Examples.FFD.BaseClasses.PartialRoom (Partial model for a room).
Type | Name | Default | Description |
---|---|---|---|
Integer | nConExtWin | 0 | Number of constructions with a window |
Integer | nConBou | 0 | Number of surface that are connected to constructions that are modeled inside the room |
Integer | nSurBou | 6 | Number of surface that are connected to the room air volume |
Integer | nConExt | 0 | Number of exterior constructions withour a window |
Integer | nConPar | 0 | Number of partition constructions |
A case of natural convection with feedback loop control
This model tests the coupled simulation of Buildings.Rooms.CFD with the FFD program by simulating natural convection in an empty room with a PI controller and a heater to maintain the temperature at room center to be 2ˆC.
The configuration of the simulation is the same as Buildings.Rooms.Examples.FFD.Tutorial.NaturalConvection, except that a heater with PI controller is added to maintain the desired room temperature.
The temperature at the central room is sent to the PI controller as measured temperature. Based on the difference of set temperature and measured temperaure PI controller sends signal to the heater to yield the heat flow. The heat flow is then injected into the room through the heat port as convective heat flow. After receving the heat flow from Modelica, the FFD uniformly distributes it into the space.
Please note that roo.yCFD[1]
is the temperature at the center of the room and roo.yCFD[2]
is the velocity magnitude at the center of the room.
Figure (a) shows the velocity vectors and temperature contours in degree Celsius on the X-Z plane at Y = 0.5 m as simulated by the FFD.
Figure (a)
Extends from Buildings.Rooms.Examples.FFD.Tutorial.NaturalConvection (Tutorial for Natural Convection case).
Type | Name | Default | Description |
---|---|---|---|
Integer | nConExtWin | 0 | Number of constructions with a window |
Integer | nConBou | 0 | Number of surface that are connected to constructions that are modeled inside the room |
Integer | nSurBou | 6 | Number of surface that are connected to the room air volume |
Integer | nConExt | 0 | Number of exterior constructions withour a window |
Integer | nConPar | 0 | Number of partition constructions |
Test model for natural convection in an empty room with only construction boundary.
This model tests the copuled simulation of Buildings.Rooms.CFD with the FFD program by simulating the natural convection in an empty room with only construction boundaries.
Figure (a) shows the schematic of the FFD simulation. The room is 1 meter in length, width and height. The temperature of the east wall is set to 40ˆC and the rest walls are at 10ˆC. The initial value for the temperature of the room air is 30ˆC. Two sensors are placed in the room center at (0.5 m, 0.5 m, 0.5 m) that measure the temperature and the velocity.
Figure (a)
Figure (b) shows the velocity vectors and temperature contours in degree Celsius on the X-Z plane at Y = 0.5 m as simulated by the FFD.
Figure (b)
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Rooms.Examples.FFD.BaseClasses.PartialRoom (Partial model for a room).
Type | Name | Default | Description |
---|---|---|---|
Generic | matLayWal | Construction material for all the envelopes | |
Integer | nConExtWin | 0 | Number of constructions with a window |
Integer | nConBou | 6 | Number of surface that are connected to constructions that are modeled inside the room |
Integer | nSurBou | 0 | Number of surface that are connected to the room air volume |
Integer | nConExt | 0 | Number of exterior constructions withour a window |
Integer | nConPar | 0 | Number of partition constructions |
Natural convection in an empty room with only exterior walls without windows.
This model tests the coupled simulation of Buildings.Rooms.CFD with the FFD program by simulating the natural convection in an empty room with only exterior walls and without windows.
Figure (a) shows the schematic of the FFD simulation. The room is 1 meter in length, width and height. The walls are exposed to the ambient environment (cold winter night in Chicago) and the insulation is very poor. The initial values are for the temperatures of the walls 20ˆC and for temperature of the air 30ˆC. All temperature drop quickly due to the heat loss. Two sensors are placed in the room center at (0.5 m, 0.5 m, 0.5 m) that measure the temperature and the velocity.
Figure (a)
Figure (b) shows the velocity vectors and temperature contours in degree Celsius on the X-Z plane at Y = 0.5 m as simulated by the FFD. In the cold mid-night of Chicago, the temperature of the ceiling is the lowest and the temperature of the ground floor is the highest.
Figure (b)
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Rooms.Examples.FFD.BaseClasses.PartialRoom (Partial model for a room).
Type | Name | Default | Description |
---|---|---|---|
Generic | matLayWal | Construction material for all the envelopes | |
Integer | nConExtWin | 0 | Number of constructions with a window |
Integer | nConBou | 0 | Number of surface that are connected to constructions that are modeled inside the room |
Integer | nSurBou | 0 | Number of surface that are connected to the room air volume |
Integer | nConExt | 6 | Number of exterior constructions withour a window |
Integer | nConPar | 0 | Number of partition constructions |
Natural convection in an empty room with only surface boundary
This model tests the coupled simulation of Buildings.Rooms.CFD with the FFD program by simulating the natural convection in an empty room with only surface boundaries. It is also used to test the adiabatic boundary conditon in the FFD code.
Figure (a) shows the schematic of the FFD simulation. The following conditions are applied in the Modelica model:
Figure (a)
Figure (b) shows the velocity vectors and temperature contours in degree Celsius on the X-Z plane at Y = 0.5 m as simulated by the FFD.
Figure (b)
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Rooms.Examples.FFD.BaseClasses.PartialRoom (Partial model for a room).
Type | Name | Default | Description |
---|---|---|---|
Integer | nConExtWin | 0 | Number of constructions with a window |
Integer | nConBou | 0 | Number of surface that are connected to constructions that are modeled inside the room |
Integer | nSurBou | 6 | Number of surface that are connected to the room air volume |
Integer | nConExt | 0 | Number of exterior constructions withour a window |
Integer | nConPar | 0 | Number of partition constructions |
Natural convection in an empty room with exterior walls, windows and shades
This model tests the cosimulation of Buildings.Rooms.CFD with the FFD program by simulating natural convection in a room with only exterior walls and windows with shades.
Figure (a) show the schematic of FFD simulation. The walls and the windows are exposed to the ambient environment. The wall is well insulated and the initial temperature is 20ˆC. The initial temperature for the room air is 17ˆC.
Figure (a)
Figure (b) shows the velocity vectors and temperature contours in degree Celsius on the X-Z plane at Y = 0.5 m, at t = 300 s as simulated by the FFD.
Figure (b)
Note: The current version of the FFD program does not support a moving boundary. Thus, the shade can only be at a fixed position as determined by the parameter uSha_fixed={0.5,0.5}
.
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Rooms.Examples.FFD.BaseClasses.PartialRoom (Partial model for a room).
Type | Name | Default | Description |
---|---|---|---|
Integer | nConExtWin | 2 | Number of constructions with a window |
Integer | nConBou | 0 | Number of surface that are connected to constructions that are modeled inside the room |
Integer | nSurBou | 0 | Number of surface that are connected to the room air volume |
Integer | nConExt | 4 | Number of exterior constructions withour a window |
Integer | nConPar | 0 | Number of partition constructions |
Insulation100Concrete200 | matLayExt | Construction material for exterior walls | |
DoubleClearAir13Clear | glaSys | Data record for the glazing system |
Natural convection in an empty room with exterior walls, windows without shade
This model tests the coupled simulation of Buildings.Rooms.CFD with the FFD program by simulating natural convection in a room with only exterior walls and windows.
Figure (a) shows the schematic of FFD simulation. The walls are exposed to the ambient environment. Both the wall and window are well insulated and the initial temperature of the walls and the window is 20ˆC.
Figure (a)
Figure (b) shows the velocity vectors and temperature contour in degree Celsius on the X-Z plane at Y = 0.5 m as simulated by the FFD.
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Rooms.Examples.FFD.BaseClasses.PartialRoom (Partial model for a room).
Type | Name | Default | Description |
---|---|---|---|
Integer | nConExtWin | 2 | Number of constructions with a window |
Integer | nConBou | 0 | Number of surface that are connected to constructions that are modeled inside the room |
Integer | nSurBou | 0 | Number of surface that are connected to the room air volume |
Integer | nConExt | 4 | Number of exterior constructions withour a window |
Integer | nConPar | 0 | Number of partition constructions |
Insulation100Concrete200 | matLayExt | Construction material for exterior walls | |
DoubleClearAir13Clear | glaSys | Data record for the glazing system |