DomeA dome () is an architectural element similar to the hollow upper half of a sphere. There is significant overlap with the term cupola, which may also refer to a dome or a structure on top of a dome. The precise definition of a dome has been a matter of controversy and there are a wide variety of forms and specialized terms to describe them. A dome can rest directly upon a rotunda wall, a drum, or a system of squinches or pendentives used to accommodate the transition in shape from a rectangular or square space to the round or polygonal base of the dome.
Groin vaultA groin vault or groined vault (also sometimes known as a double barrel vault or cross vault) is produced by the intersection at right angles of two barrel vaults. The word "groin" refers to the edge between the intersecting vaults. Sometimes the arches of groin vaults are pointed instead of round. In comparison with a barrel vault, a groin vault provides good economies of material and labor. The thrust is concentrated along the groins or arrises (the four diagonal edges formed along the points where the barrel vaults intersect), so the vault need only be abutted at its four corners.
Rib vaultA rib vault or ribbed vault is an architectural feature for covering a wide space, such as a church nave, composed of a framework of crossed or diagonal arched ribs. Variations were used in Roman architecture, Byzantine architecture, Islamic architecture, Romanesque architecture, and especially Gothic architecture. Thin stone panels fill the space between the ribs. This greatly reduced the weight and thus the outward thrust of the vault. The ribs transmit the load downward and outward to specific points, usually rows of columns or piers.
Barrel vaultA barrel vault, also known as a tunnel vault, wagon vault or wagonhead vault, is an architectural element formed by the extrusion of a single curve (or pair of curves, in the case of a pointed barrel vault) along a given distance. The curves are typically circular in shape, lending a semi-cylindrical appearance to the total design. The barrel vault is the simplest form of a vault: effectively a series of arches placed side by side (i.e., one after another). It is a form of barrel roof.
ArchAn arch is a vertical curved structure that spans an elevated space and may or may not support the weight above it, or in case of a horizontal arch like an arch dam, the hydrostatic pressure against it. Arches may be synonymous with vaults, but a vault may be distinguished as a continuous arch forming a roof. Arches appeared as early as the 2nd millennium BC in Mesopotamian brick architecture, and their systematic use started with the ancient Romans, who were the first to apply the technique to a wide range of structures.
DesignA design is a concept of either an object, a process, or a system that is specific and, in most cases, detailed. Design refers to something that is or has been intentionally created by a thinking agent, though it is sometimes used to refer to the nature of something. The verb to design expresses the process of developing a design. In some cases, the direct construction of an object without an explicit prior plan may also be considered to be a design (such as in some artwork and craftwork).
Vault (architecture)In architecture, a vault (French voûte, from Italian volta) is a self-supporting arched form, usually of stone or brick, serving to cover a space with a ceiling or roof. As in building an arch, a temporary support is needed while rings of voussoirs are constructed and the rings placed in position. Until the topmost voussoir, the keystone, is positioned, the vault is not self-supporting. Where timber is easily obtained, this temporary support is provided by centering consisting of a framed truss with a semicircular or segmental head, which supports the voussoirs until the ring of the whole arch is completed.
Elliptical domeAn elliptical dome, or an oval dome, is a dome whose bottom cross-section takes the form of an ellipse. Technically, an ellipsoidal dome has a circular cross-section, so is not quite the same. While the cupola can take different geometries, when the ceiling's cross-section takes the form of an ellipse, and due to the reflecting properties of an ellipse, any two persons standing at a focus of the floor's ellipse can have one whisper, and the other hears; this is a whispering gallery.
Onion domeAn onion dome is a dome whose shape resembles an onion. Such domes are often larger in diameter than the tholobate (drum) upon which they sit, and their height usually exceeds their width. They taper smoothly upwards to a point. It is a typical feature of churches belonging to the Russian Orthodox church. There are similar buildings in other Eastern European countries, and occasionally in Western Europe: Bavaria (Germany), Austria, and northeastern Italy.
Design methodsDesign methods are procedures, techniques, aids, or tools for designing. They offer a number of different kinds of activities that a designer might use within an overall design process. Conventional procedures of design, such as drawing, can be regarded as design methods, but since the 1950s new procedures have been developed that are more usually grouped together under the name of "design methods". What design methods have in common is that they "are attempts to make public the hitherto private thinking of designers; to externalise the design process".
Participatory designParticipatory design (originally co-operative design, now often co-design) is an approach to design attempting to actively involve all stakeholders (e.g. employees, partners, customers, citizens, end users) in the design process to help ensure the result meets their needs and is usable. Participatory design is an approach which is focused on processes and procedures of design and is not a design style. The term is used in a variety of fields e.g.
Automotive designAutomotive design is the process of developing the appearance (and to some extent the ergonomics) of motor vehicles, including automobiles, motorcycles, trucks, buses, coaches, and vans. The functional design and development of a modern motor vehicle is typically done by a large team from many different disciplines also included within automotive engineering, however, design roles are not associated with requirements for professional- or chartered-engineer qualifications.
Catenary archA catenary arch is a type of architectural arch that follows an inverted catenary curve. The catenary curve has been employed in buildings since ancient times. It forms an underlying principle to the overall system of vaults and buttresses in stone vaulted Gothic cathedrals and in Renaissance domes. It is not a parabolic arch. The 17th-century scientist Robert Hooke wrote: "Ut pendet continuum flexile, sic stabit contiguum rigidum inversum", or, "As hangs a flexible cable so, inverted, stand the touching pieces of an arch.
Socialist calculation debateThe socialist calculation debate, sometimes known as the economic calculation debate, was a discourse on the subject of how a socialist economy would perform economic calculation given the absence of the law of value, money, financial prices for capital goods and private ownership of the means of production. More specifically, the debate was centered on the application of economic planning for the allocation of the means of production as a substitute for capital markets and whether or not such an arrangement would be superior to capitalism in terms of efficiency and productivity.
Calculation in kindNOTOC Calculation in kind or calculation in-natura is a way of valuating resources and a system of accounting that uses disaggregated physical magnitudes as opposed to a common unit of calculation. As the basis for a socialist economy, it was proposed to replace money and financial calculation. In an in-kind economy products are produced for their use values (their utility) and accounted in physical terms. By contrast, in money-based economies, commodities are produced for their exchange value and accounted in monetary terms.
Economic calculation problemThe economic calculation problem (sometimes abbreviated ECP) is a criticism of using economic planning as a substitute for market-based allocation of the factors of production. It was first proposed by Ludwig von Mises in his 1920 article "Economic Calculation in the Socialist Commonwealth" and later expanded upon by Friedrich Hayek. In his first article, Mises described the nature of the price system under capitalism and described how individual subjective values (while criticizing other theories of value) are translated into the objective information necessary for rational allocation of resources in society.
Test caseIn software engineering, a test case is a specification of the inputs, execution conditions, testing procedure, and expected results that define a single test to be executed to achieve a particular software testing objective, such as to exercise a particular program path or to verify compliance with a specific requirement. Test cases underlie testing that is methodical rather than haphazard. A battery of test cases can be built to produce the desired coverage of the software being tested.
Unit testingIn computer programming, unit testing is a software testing method by which individual units of source code—sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures—are tested to determine whether they are fit for use. It is a standard step in development and implementation approaches such as Agile. Before unit testing, capture and replay testing tools were the norm. In 1997, Kent Beck and Erich Gamma developed and released JUnit, a unit test framework that became popular with Java developers.
ForceIn physics, a force is an influence that can cause an object to change its velocity, i.e., to accelerate, unless counterbalanced by other forces. The concept of force makes the everyday notion of pushing or pulling mathematically precise. Because the magnitude and direction of a force are both important, force is a vector quantity. It is measured in the SI unit of newton (N) and often represented by the symbol F.
Inclined planeAn inclined plane, also known as a ramp, is a flat supporting surface tilted at an angle from the vertical direction, with one end higher than the other, used as an aid for raising or lowering a load. The inclined plane is one of the six classical simple machines defined by Renaissance scientists. Inclined planes are used to move heavy loads over vertical obstacles. Examples vary from a ramp used to load goods into a truck, to a person walking up a pedestrian ramp, to an automobile or railroad train climbing a grade.