Spelling suggestions: "subject:"geometric modeling"" "subject:"eometric modeling""
51 |
Estudo de rotor para turbina eólica de eixo horizontal de pequeno porte com aplicação de modelagem e simulação virtual / Study for small horizontal axis wind turbine rotor with application of modeling and virtual simulationPires, Julio César Pinheiro January 2010 (has links)
Este trabalho apresenta um estudo para aerogerador de pequeno porte projetado inicialmente para uso residencial. A ênfase está na modelagem e simulação virtual da estrutura das pás em compósito de fibra de vidro. A modelagem geométrica foi feita com software para desenho assistido por computador (CAD 3D). Para o projeto, foi escolhido o perfil MH110 que apresenta boa relação entre coeficiente de sustentação e coeficiente de arrasto e facilidade de fabricação. Os parâmetros como o diâmetro do rotor, a corda e a torção da pá, as relações entre velocidades e a aplicação de cargas na estrutura do material utilizado foram definidos segundo bibliografia específica, software para análise de perfil aerodinâmico e simulações pelo método dos elementos finitos. Procurou-se buscar sempre a maior eficiência, segurança e economia. O material considerado para o projeto das pás foi projetado para resistir às tensões decorrentes de operação em condições consideradas normais e para rajadas de vento. A simulação pelo método dos elementos finitos foi conduzida com ferramenta computacional e levou em conta os limites de falha do material utilizado. A geometria foi simulada sem reforço interno e apresentou baixo deslocamento quando submetida às cargas aerodinâmicas de empuxo e rotacional. Ao realizar simulação com critério de falha, foi possível determinar a espessura mais adequada para o material compósito e verificar seu comportamento de acordo com diferentes velocidades de vento. / This work presents a study for small wind generator designed for residential usage. The emphasis is modeling and virtual simulation of the blade structure made in composite material (fiberglass). Geometric modeling was performed by computer aided design (CAD 3D) software. The MH110 profile was chosen for design because it presents good ratio of lift coefficient and drag coefficient, and manufacturing facility. Parameters such as rotor diameter, chord and blade twist, the relationship between the blade speeds, and the application of loads on the material used were defined according to specific bibliography, software for airfoil analysis and simulations by finite element method. It tried to always seek most efficiency, safety and economy. The material was designed to withstand the stresses arising from operation under conditions considered normal and wind gusts. The simulation by finite element method was conducted by computational tool and took into account the material failure criterion. The geometry was simulated without internal reinforcement and presented low displacement when subjected to aerodynamic loads of thrust and rotational forces. When performing simulation with the failure criterion, it was possible to determine the most appropriate thickness for the composite material and verify its behavior under different wind speeds.
|
52 |
Modelagem de deformação do espaço 2.5D para estruturas biológicas / 2.5D space deformation modeling for biological structuresRodrigues, Elisa de Cássia Silva, 1984- 10 March 2011 (has links)
Orientadores: Anamaria Gomide, Jorge Stolfi / Dissertação (mestrado) - Universidade Estadual de Campinas, Instituto de Computação / Made available in DSpace on 2018-08-19T08:33:31Z (GMT). No. of bitstreams: 1
Rodrigues_ElisadeCassiaSilva_M.pdf: 2606848 bytes, checksum: 5290f0c06ecad44b5b23aa69a8920245 (MD5)
Previous issue date: 2011 / Resumo: Métodos de deformação são importantes em áreas como modelagem geométrica e animação computacional. Na biologia, a modelagem de forma, crescimento, movimento e patologias de organismos microscópicos vivos ou células requerem deformações suaves, as quais são essencialmente 2D com poucas mudanças de profundidade. Nesta dissertação, apresentamos um método de deformação do espaço 2.5D suave. O modelo 3D do organismo é modificado deformando uma grade de controle formada por prismas que o envolve. A técnica de interpolação spline é usada para satisfazer o requisito de suavidade ('C POT. 1'). Implementamos esse método em um editor que torna possível definir e modificar a deformação de uma forma amigável usando o mouse. Os resultados experimentais mostram que o método é simples e efetivo / Abstract: Shape deformation methods are important in such fields as geometric modeling and computer animation. In biology, the modeling of shape, growth, movement and pathologies of living microscopic organisms or cells requires smooth deformations, which are essentially 2D with little change in depth. In this master thesis, we present a smooth 2.5D space deformation method. The 3D model of the organism is modified by deforming an enclosing control grid of prisms. Spline interpolation is used to satisfy the smoothness ('C POT. 1') requirement. We implemented this method in an editor which makes it possible to define and modify the deformation with the mouse in a user-friendly way. The experimental results show that the method is simple and effective / Mestrado / Ciência da Computação / Mestre em Ciência da Computação
|
53 |
[en] A SIMPLE COMPRESSION FOR IRREGULAR MESHES WITH HANDLES / [pt] UMA COMPRESSÃO SIMPLES PARA MALHAS IRREGULARES COM ALÇASRUBEN GOMEZ DIAZ 06 October 2004 (has links)
[pt] Muitas são as aplicações onde se faz necessário transmitir
modelos 3D via Internet. Entre eles merece destaque o
compartilhamento de dados entre ambientes colaborativos
situados em diferentes localidades. Este compartilhamento
permite a sua análise e visualização, porém restrições de
largura de banda da rede (Internet/Intranet) assim como o
custo de armazenamento limitam a complexidade do modelo a
ser transmitido/armazenado. As malhas geométricas são
utilizadas em diferentes áreas da computação gráfica e
visualização científica, como exemplos podem se citar
elementos finitos os quais são utilizados em modelos CAD,
jogos, modelagem de terrenos, geometria computacional entre
outros. Devido à grande complexidade das malhas, estas são
processadas por meios computacionais usando alguma
estrutura de dados que represente da melhor forma o modelo
em questão. A principal motivãção deste trabalho é
verificar a viabilidade do uso de uma nova estrutura de
dados para representar e comprimir malhas irregulares
(triângulos e quadrângulos). Nesta nova abordagem será
apresentada a estrutura de dados CHalfEdge. Ela usa os
conceitos e idéias da representação HalfEdge e esta por sua
vez possui um baixo custo de armazenamento e mantém um alto
poder de expressão. Neste trabalho é desenvolvido tambem um
algoritmo de compressão de malhas triangulares e/ou
quadrangulares com suporte a alças. Este novo algoritmo
proposto é uma extensão da compressão de malhas
triangulares EdgeBreaker. / [en] Many applications need to transmit 3D models over the
Internet, among those data sharing between collaborative
environments situated in different locations. Those data
sharing aim to analyze and visualize them but bandwidth
constraints and storage costs limit the complexity of models
than can be transmitted/stored. Polygonal meshes are used
in different areas of Computer Graphics and Scientific
Visualization. For instance, finite elements and boundary
representations are used in CAD models, games, terrain
modelling, etc. Due the great complexity of those meshes,
they must be represented by a specific data structure that
suits them. The main motivation of this work is to verify
the feasibility of the use of a new data structure to
represent and to compress irregular meshes (triangles and
quads). It is introduced the CHalfEdge data structure based
on the ideas of the HalfEdge data structure, which are used
to represent models by boundary representation. In this
work it is also proposed a new algorithm to compress and
decompress irregulars meshes with genus, this new algorithm
is an extension of the EdgeBreaker compression for regular
meshes.
|
54 |
T-Spline SimplificationCardon, David L. 17 April 2007 (has links) (PDF)
This work focuses on generating approximations of complex T-spline surfaces with similar but less complex T-splines. Two approaches to simplifying T-splines are proposed: a bottom-up approach that iteratively refines an over-simple T-spline to approximate a complex one, and a top-down approach that evaluates existing control points for removal in producing an approximations. This thesis develops and compares the two simplification methods, determining the simplification tasks to which each is best suited. In addition, this thesis documents supporting developments made to T-spline research as simplification was developed.
|
55 |
AN EFFICIENT ALGORITHM FOR CONVERTING POLYHEDRAL OBJECTS WITH WINGED-EDGE DATA STRUCTURE TO OCTREE DATA STRUCTUREVELAYUTHAM, PRAKASH SANKAREN 31 May 2005 (has links)
No description available.
|
56 |
Détection automatique d'objets géologiques à partir de données numériques d'affleurements 3DKudelski, Dimitri 08 December 2011 (has links)
Depuis plusieurs années, le LIDAR est utilisé en géologie pour acquérir la géométrie des affleurements sous forme de nuages de points et de surfaces. L'objectif de cette thèse consiste à développer des techniques visant à automatiser le traitement de ces données et notamment l'interprétation de structures géologiques sur affleurements numériques. Ces travaux s'insèrent dans un projet de recherche plus important financé par ENI qui a pour objectif de concevoir des méthodologies pour intégrer des données d'affleurements aux modèles géologiques. La problématique de cette thèse se focalise sur l'extraction d'objets géologiques (ie, traces de fractures ou de limites stratigraphiques) à partir de modèles numériques 3D d'affleurements. L'idée fondamentale consiste à considérer ces entités géologiques comme des lignes de ravins (ie, des lignes de forte concavité). Ce problème fait référence à la détection de lignes caractéristiques en informatique graphique. Dans un premier temps, nous proposons une méthode reposant sur les propriétés différentielles de troisième ordre de la surface (ie, dérivées de courbures). Un traitement est intégré afin de prendre en compte une connaissance a priori pour n'extraire que les objets orientés selon une direction particulière. Du fait du caractère rugueux et erratique des géométries d'affleurements, plusieurs limites apparaissent et mettent en défaut ce genre d'approche. Ainsi, dans un second temps, nous présentons deux algorithmes alternatifs afin de détecter de manière pertinente les objets géologiques ciblés. Ceux-ci prennent le contre-pied des techniques existantes en s'appuyant sur un marquage de sommets, établi depuis des propriétés différentielles de second ordre, suivi d'une opération de squelettisation. Nous validons, dans une dernière partie, l'ensemble des méthodes développées et proposons diverses applications afin de souligner la généricité des approches. / For a few years now, the LIDAR technology has been employed in geology to capture outcrop geometries as point clouds and surfaces. The objective of this thesis is to develop solutions aiming at processing these data automatically and particularly interpreting geological structures on numerical outcrops. This work is funded by ENI-Agip and fits into a larger project which is devoted to creating methodologies to integrate outcrop data into geological models. The problematic of this thesis focuses on the extraction of geological objects (ie, fractures and stratigraphic limit traces) depicted as polylines from numerical outcrop data. The fundamental idea therefore considers these geological entities as ravine lines (ie, lines with high concavity). This problem belongs to the large domain of feature line detection in computer graphics. We propose an approach based on third-order differential properties of the surface (ie, curvature derivatives). An a priori knowledge is integrated to constrain the detection in order to extract the geological structures oriented in a particular direction.The outcrop rugosity and erratic body geometries however raise several limits of this kind of method. We present two alternative algorithms to detect targeted geological objects in a pertinent way. These algorithms rely on a vertex labeling which is executed according to second-order differential properties and followed by a skeletonization process overcoming traditional approaches of feature detection. We finally present a different context of application than the detection of geological structures to validate the proposed approaches and emphasize their genericity.
|
57 |
[en] INVARIANT DERIVATIVE FILTERS / [pt] FILTROS DE DERIVAÇÃO INVARIANTESROMULO BRITO DA SILVA 06 November 2013 (has links)
[pt] Os dados adquiridos nos experimentos físicos e nas imagens geométricas
ou médicas são tipicamente discretas.
Esses dados são interpretados como amostras de uma função desconhecida,
porém cujas derivadas servem para caracterizar o dado. Por exemplo,
o movimento de um fluido é descrito por um campo de velocidades,
uma curva é caracterizada pela evolução da sua curvatura, as imagens
médicas são geralmente segmentadas por estimativas de gradiente, entre
outros. É possível obter derivadas coerentes a partir de filtragem dos
dados. Porém, em dados multi-dimensionais, os filtros usuais privilegiam
direções alinhadas com os eixos, o que pode gerar problemas quando essas
derivadas são interpretadas geometricamente. Por exemplo, a curvatura
estimada dependeria da orientação da curva, perdendo o sentido geométrico
da curvatura. O objetivo do presente trabalho é melhorar a invariância
geométrica dos filtros de derivadas. / [en] Typical data acquired in physical experiments or in geometrical
or medical imaging are discrete. This data is generally interpreted as
samples of an unknown function, whose derivatives still serve for the data
characterisation. For example, the movement of a fluid is described as a
velocity field, a curve is characterised by the evolution of its curvature,
images used in medical sciences are usually segmented by estimates of their
gradients, among others. It is possible to obtain coherent derivatives by
filtering the data. However, with multidimensional data, the usual filters
present a bias towards to favor directions aligned with the axis, which may
induce problems when the derivatives are interpreted geometrically. For
example, the estimated curvature would depend on the orientation of the
curve, loosing the geometric meaning of the curvature. The goal of the
present work is to improve the geometric invariance of derivative filters.
|
58 |
[en] BOOLEAN OPERATIONS WITH COMPOUND SOLIDS REPRESENTED BY BOUNDARY / [pt] OPERAÇÕES BOOLEANAS COM SÓLIDOS COMPOSTOS REPRESENTADOS POR FRONTEIRAMARCOS CHATAIGNIER DE ARRUDA 13 July 2005 (has links)
[pt] Num modelador de sólidos, uma das ferramentas mais
poderosas para a
criação de objetos tridimensionais de qualquer nível de
complexidade geométrica
é a aplicação das operações booleanas. Elas são formas
intuitivas e populares
de combinar sólidos, baseadas nas operações aplicadas a
conjuntos. Os tipos
principais de operações booleanas comumente aplicadas a
sólidos são: união,
interseção e diferença. Havendo interesse prático, para
garantir que os objetos
resultantes possuam a mesma dimensão dos objetos originais,
sem partes soltas
ou pendentes, o processo de regularização é aplicado.
Regularizar significa
restringir o resultado de tal forma que apenas volumes
preenchíveis possam
existir. Na prática, a regularização é realizada
classificando-se os elementos
topológicos e eliminando-se estruturas de dimensão
inferior. A proposta deste
trabalho é o desenvolvimento de um algoritmo genérico que
permita a aplicação
do conjunto de operações booleanas em um ambiente de
modelagem
geométrica aplicada à análise por elementos finitos e que
agregue as seguintes
funcionalidades: trabalhar com um número indefinido de
entidades topológicas
(conceito de Grupo), trabalhar com objetos de dimensões
diferentes, trabalhar
com objetos non-manifold, trabalhar com objetos não
necessariamente poliedrais
ou planos e garantir a eficiência, robustez e
aplicabilidade em qualquer ambiente
de modelagem baseado em representação B-Rep. Neste
contexto, apresenta-se
a implementação do algoritmo num modelador geométrico pré-
existente,
denominado MG, seguindo o conceito de programação orientada
a objetos e
mantendo a interface com o usuário simples e eficiente. / [en] In a solid modeler, one of the most powerful tools to
create threedimensional
objects with any level of geometric complexity is the
application of
the Boolean set operations. They are intuitive and popular
ways to combine
solids, based on the operations applied to sets. The main
types of Boolean
operations commonly applied to solids are: union,
intersection and difference. If
there is practical interest, in order to assure that the
resulting objects have the
same dimension of the original objects, without loose or
dangling parts, the
regularization process is applied. To regularize means to
restrict the result in a
way that only filling volumes are allowed. In practice, the
regularization is
performed classifying the topological elements and removing
the lower
dimensional structures. The objective of this work is the
development of a generic
algorithm that allows the application of the Boolean set
operations in a geometric
modeling environment applied to finite element analysis,
which aggregates the
following functionalities: working with an undefined number
of topological entities
(Group concept), working with objects of different
dimensions, working with nonmanifold
objects, working with objects not necessarily plane or
polyhedrical and
assuring the efficiency, robustness and applicability in
any modeling environment
based on B-Rep representation. In this context, the
implementation of the
algorithm in a pre-existing geometric modeler named MG is
presented, using the
concept of object oriented programming and keeping the user
interface simple
and efficient.
|
59 |
Métodos implícitos para a reconstrução de superfícies a partir de nuvens de pontos / Implicit methods for surface reconstruction from point cloudsPolizelli Junior, Valdecir 10 April 2008 (has links)
A reconstrução de superfícies a partir de nuvens de pontos faz parte de um novo paradigma de modelagem em que modelos computacionais para objetos reais são reconstruídos a partir de dados amostrados sobre a superfície dos mesmos. O principal problema que surge nesse contexto é o fato de que não são conhecidas relações de conectividade entre os pontos que compõe a amostra. Os objetivos do presente trabalho são estudar métodos implícitos para a reconstrução de superfícies e propor algumas melhorias pouco exploradas por métodos já existentes. O uso de funções implícitas no contexto da reconstrução conduz a métodos mais robustos em relação a ruídos, no entanto, uma das principais desvantagens de tais métodos está na dificuldade de capturar detalhes finos e sharp features. Nesse sentido, o presente trabalho propõe o uso de abordagens adaptativas, tanto na poligonalização de superfícies quanto na aproximação de superfícies. Além disso, questões relativas à robustez das soluções locais e à qualidade da malha também são abordadas. Por fim, o método desenvolvido é acoplado aumsoftware traçador de raios afimde se obterumamaneira de modelar cenas tridimensionais utilizando nuvens de pontos, além dos objetos gráficos tradicionais. Os resultados apresentados mostram que muitas das soluções propostas oferecem um incremento à qualidade dos métodos de reconstrução anteriormente propostos / Surface reconstruction from point clouds is part of a new modeling paradigm in which computational models for real objects are reconstructed from data sampled from their surface. The main problem that arises in this context is the fact that there are no known connectivity relationships amongst the points that compose the sample. The objectives of the present work are to study implicit methods for surface reconstruction and to propose some improvements scarcely explored by previous work. The use of implicit functions in the context of surface reconstruction leads to less noise sensitive methods; however, one major drawback of such methods is the difficulty in capturing fine details and sharp features. Towards this, the present work proposes the use of adaptive approaches, not only in the polygonization but also in the surface approximation. Besides, robustness issues in local solutions and mesh quality are also tackled. Finally, the developed method is embedded in a ray tracer software in order to set a basis for modeling tridimensional scenes using point sets, in addition to traditional graphic objects. The presented results show that a great deal of the proposed solutions offer a quality increase to the reconstruction method previously proposed
|
60 |
Surrogate-based optimization of hydrofoil shapes using RANS simulations / Optimisation de géométries d’hydrofoils par modèles de substitution construits à partir de simulations RANSPloé, Patrick 26 June 2018 (has links)
Cette thèse présente un framework d’optimisation pour la conception hydrodynamique de forme d’hydrofoils. L’optimisation d’hydrofoil par simulation implique des objectifs d’optimisation divergents et impose des compromis contraignants en raison du coût des simulations numériques et des budgets limités généralement alloués à la conception des navires. Le framework fait appel à l’échantillonnage séquentiel et aux modèles de substitution. Un modèle prédictif est construit en utilisant la Régression par Processus Gaussien (RPG) à partir des données issues de simulations fluides effectuées sur différentes géométries d’hydrofoils. Le modèle est ensuite combiné à d’autres critères dans une fonction d’acquisition qui est évaluée sur l’espace de conception afin de définir une nouvelle géométrie qui est testée et dont les paramètres et la réponse sont ajoutés au jeu de données, améliorant ainsi le modèle. Une nouvelle fonction d’acquisition a été développée, basée sur la variance RPG et la validation croisée des données. Un modeleur géométrique a également été développé afin de créer automatiquement les géométries d’hydrofoil a partir des paramètres déterminés par l’optimiseur. Pour compléter la boucle d’optimisation,FINE/Marine, un solveur fluide RANS, a été intégré dans le framework pour exécuter les simulations fluides. Les capacités d’optimisation ont été testées sur des cas tests analytiques montrant que la nouvelle fonction d’acquisition offre plus de robustesse que d’autres fonctions d’acquisition existantes. L’ensemble du framework a ensuite été testé sur des optimisations de sections 2Dd’hydrofoil ainsi que d’hydrofoil 3D avec surface libre. Dans les deux cas, le processus d’optimisation fonctionne, permettant d’optimiser les géométries d’hydrofoils et confirmant les performances obtenues sur les cas test analytiques. Les optima semblent cependant être assez sensibles aux conditions opérationnelles. / This thesis presents a practical hydrodynamic optimization framework for hydrofoil shape design. Automated simulation based optimization of hydrofoil is a challenging process. It may involve conflicting optimization objectives, but also impose a trade-off between the cost of numerical simulations and the limited budgets available for ship design. The optimization frameworkis based on sequential sampling and surrogate modeling. Gaussian Process Regression (GPR) is used to build a predictive model based on data issued from fluid simulations of selected hydrofoil geometries. The GPR model is then combined with other criteria into an acquisition function that isevaluated over the design space, to define new querypoints that are added to the data set in order to improve the model. A custom acquisition function is developed, based on GPR variance and cross validation of the data.A hydrofoil geometric modeler is also developed to automatically create the hydrofoil shapes based on the parameters determined by the optimizer. To complete the optimization loop, FINE/Marine, a RANS flow solver, is embedded into the framework to perform the fluid simulations. Optimization capabilities are tested on analytical test cases. The results show that the custom function is more robust than other existing acquisition functions when tested on difficult functions. The entire optimization framework is then tested on 2D hydrofoil sections and 3D hydrofoil optimization cases with free surface. In both cases, the optimization process performs well, resulting in optimized hydrofoil shapes and confirming the results obtained from the analytical test cases. However, the optimum is shown to be sensitive to operating conditions.
|
Page generated in 0.1174 seconds