9 resultados para Groundwater flow, Well flow, Analytical solution, Unconfined flow, Imaginary error function
Resumo:
This paper describes the palaeoweathering, cementation, clay minerals association and other closely related characteristics of central Portugal allostratigraphic Tertiary units (SLD's), that can be used for palaeoclimatic interpretation and palaeoenvironmental reconstruction. Lateral and vertical changes in palaeosols are of value for improving our understanding of the autocyclic and allocyclic controls on sediment acumulation in an alluvial basin, but they can also have stratigraphic importance. In some cases it is concluded that the geomorphological setting may have been more decisive than climatic conditions to the production of the palaeoweathering. During late Palaeogene (SLD7-8), surface and near-surface silicification were developed on tectonically stable land surfaces of minimal local relief under a semi-arid climate; groundwater flow was responsible for some eodiagenesis calcareous accumulations, with the neoformation of palygorskite. Conditions during the Miocene (SLD9-11) were favourable for the smectization of the metamorphic basement and arenization of granites. Intense rubefaction associated with basement conversion into clay (illite and kaolinite), is ascribed to internal drainage during late Messinian-Zanclean (SLD12). During Piacenzian (SLD13) intense kaolinization and hydromorphism are typical, reflecting a more humid and hot temperate climate and important Atlantic fluvial drainage. Later on (Gelasian-early Pleistocene ?; SLD14). more cold and dry conditicns are interpreted, at the beginning of the fluvial incision sage. Silica cementation is identified in the upper Eocence-Oligocene ? (SLD18; the major period of silicification), middle to upper Miocene (SLD10)and upper Tortonian-Messinian (SLD11); these occurrences are compatible with either arid or semi-arid conditions and the establishment of a flat landscape upon which a silcrete was developed.
Resumo:
In this paper analytical transient solutions of dynamic response of one-dimensional systems with sudden change of foundation stiffness are derived. In more details, cantilever dynamic response, expressed in terms of vertical displacement, is extended to account for elastic foundation and then two cantilever solutions, corresponding to beams clamped on left and right hand side, with different value of Winkler constant are connected together by continuity conditions. The internal forces, as the unknowns, can be introduced by the same values in both clamped beam solutions and solved. Assumption about time variation of internal forces at the section of discontinuity must be adopted and originally analytical solution will have to include numerical procedure.
Resumo:
Dissertation to obtain the degree of Doctor of Philosophy in Biomedical Engineering
Resumo:
One of today's biggest concerns is the increase of energetic needs, especially in the developed countries. Among various clean energies, wind energy is one of the technologies that assume greater importance on the sustainable development of humanity. Despite wind turbines had been developed and studied over the years, there are phenomena that haven't been yet fully understood. This work studies the soil-structure interaction that occurs on a wind turbine's foundation composed by a group of piles that is under dynamic loads caused by wind. This problem assumes special importance when the foundation is implemented on locations where safety criteria are very demanding, like the case of a foundation mounted on a dike. To the phenomenon of interaction between two piles and the soil between them it's given the name of pile-soil-pile interaction. It is known that such behavior is frequency dependent, and therefore, on this work evaluation of relevant frequencies for the intended analysis is held. During the development of this thesis, two methods were selected in order to assess pile-soil-pile interaction, being one of analytical nature and the other of numerical origin. The analytical solution was recently developed and its called Generalized pile-soil-pile theory, while for the numerical method the commercial nite element software PLAXIS 3D was used. A study of applicability of the numerical method is also done comparing the given solution by the nite element methods with a rigorous solution widely accepted by the majority of the authors.
Resumo:
1st European IAHR Congress,6-4 May, Edinburg, Scotland
Resumo:
Dissertação para obtenção do Grau de Mestre em Engenharia Informática
Resumo:
21st Annual Conference of the International Group for Lean Construction – IGLC 21 – Fortaleza, Brazil
Resumo:
This thesis evaluates a start-up company (Jogos Almirante Lda) whose single asset is a board game named Almirante. It aims to conclude whether it makes sense to create a company or just earn copyrights. The thesis analyzes the board game’s market, as part of the general toy’s market, from which some data exists: European countries as well as the USA. In this work it is analyzed the several ways to finance a start-up company and then present an overview of the valuation of the Jogos Almirante based on three different methods: Discounted Cash Flow, Venture Capital Method and Real Options.
Resumo:
Information systems are widespread and used by anyone with computing devices as well as corporations and governments. It is often the case that security leaks are introduced during the development of an application. Reasons for these security bugs are multiple but among them one can easily identify that it is very hard to define and enforce relevant security policies in modern software. This is because modern applications often rely on container sharing and multi-tenancy where, for instance, data can be stored in the same physical space but is logically mapped into different security compartments or data structures. In turn, these security compartments, to which data is classified into in security policies, can also be dynamic and depend on runtime data. In this thesis we introduce and develop the novel notion of dependent information flow types, and focus on the problem of ensuring data confidentiality in data-centric software. Dependent information flow types fit within the standard framework of dependent type theory, but, unlike usual dependent types, crucially allow the security level of a type, rather than just the structural data type itself, to depend on runtime values. Our dependent function and dependent sum information flow types provide a direct, natural and elegant way to express and enforce fine grained security policies on programs. Namely programs that manipulate structured data types in which the security level of a structure field may depend on values dynamically stored in other fields The main contribution of this work is an efficient analysis that allows programmers to verify, during the development phase, whether programs have information leaks, that is, it verifies whether programs protect the confidentiality of the information they manipulate. As such, we also implemented a prototype typechecker that can be found at http://ctp.di.fct.unl.pt/DIFTprototype/.