Insulated glazingInsulating glass (IG) consists of two or more glass window panes separated by a space to reduce heat transfer across a part of the building envelope. A window with insulating glass is commonly known as double glazing or a double-paned window, triple glazing or a triple-paned window, or quadruple glazing or a quadruple-paned window, depending upon how many panes of glass are used in its construction. Insulating glass units (IGUs) are typically manufactured with glass in thicknesses from 3 to 10 mm (1/8" to 3/8").
Glazing (window)Glazing, which derives from the Middle English for 'glass', is a part of a wall or window, made of glass. Glazing also describes the work done by a professional "glazier". Glazing is also less commonly used to describe the insertion of ophthalmic lenses into an eyeglass frame. Common types of glazing that are used in architectural applications include clear and tinted float glass, tempered glass, and laminated glass as well as a variety of coated glasses, all of which can be glazed singly or as double, or even triple, glazing units.
Architectural glassArchitectural glass is glass that is used as a building material. It is most typically used as transparent glazing material in the building envelope, including windows in the external walls. Glass is also used for internal partitions and as an architectural feature. When used in buildings, glass is often of a safety type, which include reinforced, toughened and laminated glasses. 1226: "Broad Sheet" first produced in Sussex. 1330: "Crown glass" for art work and vessels first produced in Rouen, France.
DaylightingDaylighting is the practice of placing windows, skylights, other openings, and reflective surfaces so that direct or indirect sunlight can provide effective internal lighting. Particular attention is given to daylighting while designing a building when the aim is to maximize visual comfort or to reduce energy use. Energy savings can be achieved from the reduced use of artificial (electric) lighting or from passive solar heating.
Object-oriented programmingObject-Oriented Programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code. The data is in the form of fields (often known as attributes or properties), and the code is in the form of procedures (often known as methods). A common feature of objects is that procedures (or methods) are attached to them and can access and modify the object's data fields. In this brand of OOP, there is usually a special name such as or used to refer to the current object.
Passive solar building designIn passive solar building design, windows, walls, and floors are made to collect, store, reflect, and distribute solar energy, in the form of heat in the winter and reject solar heat in the summer. This is called passive solar design because, unlike active solar heating systems, it does not involve the use of mechanical and electrical devices. The key to designing a passive solar building is to best take advantage of the local climate performing an accurate site analysis.
Ceramic glazeCeramic glaze, or simply glaze, is a glassy coating on ceramics. It is used for decoration, to ensure the item is impermeable to liquids and to minimise the adherence of pollutants. Glazing renders earthenware impermeable to water, sealing the inherent porosity of biscuit earthenware. It also gives a tougher surface. Glaze is also used on stoneware and porcelain. In addition to their functionality, glazes can form a variety of surface finishes, including degrees of glossy or matte finish and color.
Inheritance (object-oriented programming)In object-oriented programming, inheritance is the mechanism of basing an object or class upon another object (prototype-based inheritance) or class (class-based inheritance), retaining similar implementation. Also defined as deriving new classes (sub classes) from existing ones such as super class or base class and then forming them into a hierarchy of classes. In most class-based object-oriented languages like C++, an object created through inheritance, a "child object", acquires all the properties and behaviors of the "parent object", with the exception of: constructors, destructors, overloaded operators and friend functions of the base class.
Tin-glazingTin-glazing is the process of giving tin-glazed pottery items a ceramic glaze that is white, glossy and opaque, which is normally applied to red or buff earthenware. Tin-glaze is plain lead glaze with a small amount of tin oxide added. The opacity and whiteness of tin glaze encourage its frequent decoration. Historically this has mostly been done before the single firing, when the colours blend into the glaze, but since the 17th century also using overglaze enamels, with a light second firing, allowing a wider range of colours.
SkylightA skylight (sometimes called a rooflight) is a light-permitting structure or window, usually made of transparent or translucent glass, that forms all or part of the roof space of a building for daylighting and ventilation purposes. Open skylights were used in Ancient Roman architecture, such as the oculus of the Pantheon. Glazed 'closed' skylights have been in use since the Industrial Revolution made advances in glass production manufacturing. Mass production units since the mid-20th century have brought skylights to many uses and contexts.
Seasonal thermal energy storageSeasonal thermal energy storage (STES), also known as inter-seasonal thermal energy storage, is the storage of heat or cold for periods of up to several months. The thermal energy can be collected whenever it is available and be used whenever needed, such as in the opposing season. For example, heat from solar collectors or waste heat from air conditioning equipment can be gathered in hot months for space heating use when needed, including during winter months.
WindowA window is an opening in a wall, door, roof, or vehicle that allows the exchange of light and may also allow the passage of sound and sometimes air. Modern windows are usually glazed or covered in some other transparent or translucent material, a sash set in a frame in the opening; the sash and frame are also referred to as a window. Many glazed windows may be opened, to allow ventilation, or closed, to exclude inclement weather. Windows may have a latch or similar mechanism to lock the window shut or to hold it open by various amounts.
Light tubeLight tubes (also known as light pipes, tubular skylights or sun tunnels) are structures that transmit or distribute natural or artificial light for the purpose of illumination and are examples of optical waveguides. In their application to daylighting, they are also often called tubular daylighting devices, sun pipes, sun scopes, or daylight pipes. They can be divided into two broad categories: hollow structures that contain the light with reflective surfaces; and transparent solids that contain the light by total internal reflection.
Zero heating buildingZero-heating building or nearly zero-heating building (nZHB) is a building having essentially zero heating demand, defined as having heating demand, Q’NH, less than 3 kWh/(m2a). The zero-heating building is intended for use in heating-dominated areas. The purpose of the zero-heating building is to supersede net-zero energy buildings as a way to bring building-related greenhouse gas emissions to zero in the EU. Zero-heating buildings address flawed net-zero energy buildings: the requirement for seasonal energy storage, in some cases poor comfort of living and narrow design options.
Parabolic reflectorA parabolic (or paraboloid or paraboloidal) reflector (or dish or mirror) is a reflective surface used to collect or project energy such as light, sound, or radio waves. Its shape is part of a circular paraboloid, that is, the surface generated by a parabola revolving around its axis. The parabolic reflector transforms an incoming plane wave travelling along the axis into a spherical wave converging toward the focus. Conversely, a spherical wave generated by a point source placed in the focus is reflected into a plane wave propagating as a collimated beam along the axis.
Component-based software engineeringComponent-based software engineering (CBSE), also called component-based development (CBD), is a branch of software engineering that emphasizes the separation of concerns with respect to the wide-ranging functionality available throughout a given software system. It is a reuse-based approach to defining, implementing and composing loosely coupled independent components into systems. This practice aims to bring about an equally wide-ranging degree of benefits in both the short-term and the long-term for the software itself and for organizations that sponsor such software.
Class (computer programming)In object-oriented programming, a class is an extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods). In many languages, the class name is used as the name for the class (the template itself), the name for the default constructor of the class (a subroutine that creates objects), and as the type of objects generated by instantiating the class; these distinct concepts are easily conflated.
Thermal energy storageThermal energy storage (TES) is achieved with widely different technologies. Depending on the specific technology, it allows excess thermal energy to be stored and used hours, days, months later, at scales ranging from the individual process, building, multiuser-building, district, town, or region. Usage examples are the balancing of energy demand between daytime and nighttime, storing summer heat for winter heating, or winter cold for summer air conditioning (Seasonal thermal energy storage).
Object compositionIn computer science, object composition and object aggregation are closely related ways to combine objects or data types into more complex ones. In conversation the distinction between composition and aggregation is often ignored. Common kinds of compositions are objects used in object-oriented programming, tagged unions, sets, sequences, and various graph structures. Object compositions relate to, but are not the same as, data structures.