• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 29
  • 4
  • 3
  • 1
  • Tagged with
  • 44
  • 44
  • 8
  • 7
  • 5
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • 4
  • 3
  • 3
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
21

Solid modelling and its application in mould design : a sweep primitive approach /

Hui, Kin-chuen. January 1990 (has links)
Thesis (Ph. D.)--University of Hong Kong, 1990. / Also availalbe in microfilm.
22

Computer assisted development of sequential logic state diagrams

Clatur, Clayton Dudley, January 1968 (has links)
Thesis (M.S.)--University of Wisconsin--Madison, 1968. / eContent provider-neutral record in process. Description based on print version record. Includes bibliographical references.
23

Development of an integrated Gaussian process metamodeling application for engineering design a thesis /

Baukol, Collin R. McDonald, Robert Alan. January 1900 (has links)
Thesis (M.S.)--California Polytechnic State University, 2009. / Title from PDF title page; viewed on September 22, 2009. Major professor: Rob A. McDonald, Ph.D. "Presented to the faculty of California Polytechnic State University, San Luis Obispo." "In partial fulfillment of the requirements for the degree [of] Master of Science in Aerospace Engineering." "June 2009." Includes bibliographical references (p. 121-124). Also available on microfiche.
24

A full-engulfment engineering model, and its experimental and numerical verification, for the response of a rigid body to ground-shock /

Welch, Charles Robert, January 1993 (has links)
Thesis (Ph. D.)--Virginia Polytechnic Institute and State University, 1993. / Vita. Abstract. Includes bibliographical references (leaves 183-190). Also available via the Internet.
25

Industrial Application of Three-dimensional Engineering Models to Development of Product Design and Its Relation to Industrial Arts Programs

Hocking, John S. 01 1900 (has links)
The problem encountered in this study was threefold: 1. To analyze the field of engineering models used in design studies and identify and define the way in which they are applied to product development. 2. To determine the degree and extent of skills and knowledge necessary for constructing engineering models. 3. To compare the skills and knowledge associated with model building to course content offered in industrial arts.
26

Highly parallel solid modeling in image space. / CUHK electronic theses & dissertations collection

January 2012 (has links)
實體造型在各種設計和生產項目中起著關鍵的作用。他們作為虛擬雕刻,微結構設計和快速成型等等這些常常需要處理複雜形狀和拓撲模型的應用的基礎。隨著愈來愈複雜性的工業模型和需要執行重複性的操作,我們必須要有一個有效率的處理系統。然而,因為許多基本的幾何運算是計算密集型的,一般商用的幾何內核(例如Parasolid和ACIS),尤其是對自由曲面和高度詳細複雜的模型,計算成本的要求是非常高,甚至有時不能使用。本研究的目的是開發一個以自由曲面模型為對象能夠完全在GPU 上運行的實體建模,這將大大提高建模的效率。 / 引致操作中高計算強度的一個關鍵原因是因為他們使用了邊界表示法(B-REP)。我們引入了一個新的表述 - 名為多層深度法向圖像(LDNI)來直接在GPU 上描述對象。LDNI 能夠滿足一定的幾何和拓撲的要求,同時保持簡單和易於並行實現,提供了一個比邊界表示法更可行的形式。 / 在基於B-REP 的建模核心內執行基本操作(如布爾運算,閔可夫斯基和等)往往是耗時和容易出現偶爾失敗。我們已經開發出一些GPU 加速算法,包括布爾和一般閔可夫斯基和,它們的執行速度遠遠超過傳統的方法並且沒有顯著的穩定性問題出現。這些算法是基於圖像表示法來進行的,可以讓特定的任務在每個像素上獨立運行。 / 我們還開發了在GPU 上由B-REP 轉換成LDNI 和由LDNI 轉換成B-REP 的算法。我們為了高效率而使用光栅化來獲得圖像並利用GPGPU 庫來將圖像轉換成B-REP。有了這些算法,我們的建模框架可以與其他常見的CAD 內核進行交換操作。這框架還支持模型的局部細化網格,這有助減少內存消耗,並同時保持曲面G¹ 連續性。 / 最後,本研究的目的是提供一個全面處理複雜形狀的建模問題的框架。我們展示幾個使用了以GPU 為基礎的實體建模應用例子,相比現有的以B-REP 為基礎的系統,我們的框架在效率上得到極大的改善。 / Solid modeling plays a key role in a variety of design and manufacturing activities. They serve as the foundation for applications like virtual sculpting, microstructure design and rapid prototyping, which usually deal with complex shape and topology model. The fast growing complexity of industrial models and the need to perform some operations repeatedly thereby necessitate an efficient processing system. However, since many fundamental geometric operations are compute-intensive, most commercial geometric kernels (e.g. Parasolid and ACIS), especially for freeform and highly-detailed complex models, require very high computational cost and do not work on such complex models. The purpose of this research is to exploit a solid modeler for freeform objects completely running on GPUs, which will greatly improve the efficiency of shape modeling. / A critical reason for such high computing intensity in operations is because they are performed on Boundary Representation (B-Rep). A new representation named Layered Depth Normal Images (LDNI) is introduced in this thesis to describe an object directly on GPU. LDNI is an extension of ray-representation which inherits the good properties of Boolean simplicity, localization, domain decoupling and the ease of parallel implementation, therefore provides a more feasible form than usual boundary representations. / Performing fundamental operations (such as Boolean operations, Minkowski sum, etc) are often time-consuming and prone to numerical problems when being applied on B-Rep model. This work develops several GPU-accelerated algorithms, including Boolean and general Minkowski sum. Our algorithms are carried out on image-based representation and thus are able to perform much faster than conventional approaches without arise any significant instability or robustness issues. / Algorithms have also been developed for converting B-Rep to LDNI and vice versa on GPU. Our sampling method makes use of rasterization to get the images for high efficiency and GPGPU libraries to convert them back to B-Rep. With these algorithms, the representations of models can be converted between this framework and other common CAD kernels. The framework also supports local refinement of coarse mesh, which is useful for reducing memory consumption while maintaining G¹ continuity. / Finally, the objective of this research is to provide a comprehensive framework for complex shape modeling problem. Several applications are demonstrated in using the GPU-based solid modeler, which shows great improvement in the efficiency compared with existing B-rep based systems. / Detailed summary in vernacular field only. / Detailed summary in vernacular field only. / Detailed summary in vernacular field only. / Detailed summary in vernacular field only. / Detailed summary in vernacular field only. / Leung, Yuen Shan. / Thesis (Ph.D.)--Chinese University of Hong Kong, 2012. / Includes bibliographical references (leaves 148-159). / Electronic reproduction. Hong Kong : Chinese University of Hong Kong, [2012] System requirements: Adobe Acrobat Reader. Available via World Wide Web. / Abstract also in Chinese. / Abstract --- p.i / Chinese Abstract --- p.iii / Acknowledgements --- p.iv / List of Figures --- p.ix / List of Tables --- p.xi / List of Publications --- p.xii / Chapter 1 --- Introduction --- p.1 / Chapter 1.1 --- Motivation --- p.1 / Chapter 1.2 --- Contribution --- p.3 / Chapter 1.3 --- Organization --- p.4 / Chapter 2 --- Literature Review --- p.6 / Chapter 2.1 --- Exact Solid Modeling --- p.6 / Chapter 2.1.1 --- Solid Modeling Based on B-rep --- p.6 / Chapter 2.1.1.1 --- Data Structure --- p.7 / Chapter 2.1.1.2 --- Boolean Operation --- p.10 / Chapter 2.1.1.3 --- Problems --- p.11 / Chapter 2.1.2 --- Solid Modeling based on CSG --- p.11 / Chapter 2.1.2.1 --- Operations --- p.12 / Chapter 2.1.2.2 --- Comparison --- p.13 / Chapter 2.1.3 --- Boundary Space Partition Trees --- p.14 / Chapter 2.2 --- Approximate Solid Modeling --- p.16 / Chapter 2.2.1 --- Voxel representation --- p.16 / Chapter 2.2.2 --- Oct-tree representation --- p.18 / Chapter 2.2.3 --- Distance-Field --- p.20 / Chapter 2.2.4 --- Unorganized Point-Cloud --- p.22 / Chapter 2.3 --- Computational Intensive Operations --- p.23 / Chapter 2.3.1 --- Minkowski Sum --- p.23 / Chapter 2.3.2 --- Offset --- p.26 / Chapter 2.3.3 --- Sweeping --- p.29 / Chapter 2.4 --- Volumetric Representation to B-Rep Conversion --- p.32 / Chapter 2.5 --- Curved B-rep Generation on GPU --- p.33 / Chapter 3 --- Data Structure of Solid Modeling on GPU --- p.36 / Chapter 3.1 --- Layered Depth Normal Images --- p.36 / Chapter 3.2 --- Data Structure on GPU --- p.39 / Chapter 3.2.1 --- Encode Normal Vector --- p.41 / Chapter 3.2.2 --- Compactly Stored Data Structure --- p.42 / Chapter 4 --- Model Sampling in Image Space --- p.46 / Chapter 4.1 --- Introduction --- p.46 / Chapter 4.2 --- Prior Sampling Approaches --- p.48 / Chapter 4.2.1 --- Stencil Buffer --- p.50 / Chapter 4.2.2 --- Freepipe --- p.52 / Chapter 4.3 --- GPU-Accelerated Conservative Sampling --- p.53 / Chapter 4.3.1 --- Algorithm Overview --- p.54 / Chapter 4.3.2 --- Voxel Classification --- p.57 / Chapter 4.3.3 --- Fast Bit Checking --- p.60 / Chapter 4.3.4 --- MAX Blending for Depth Value Retrieval --- p.61 / Chapter 4.3.5 --- Implementation Detail --- p.62 / Chapter 4.4 --- Results and Discussion --- p.64 / Chapter 4.5 --- Applications --- p.67 / Chapter 5 --- Boolean Operations in Images Space --- p.69 / Chapter 5.1 --- Introduction --- p.69 / Chapter 5.2 --- GPU-Accelerated Boolean Operations --- p.70 / Chapter 5.2.1 --- Boolean Operations on shader --- p.70 / Chapter 5.2.2 --- Boolean Operations on CUDA --- p.71 / Chapter 5.3 --- Results and Discussion --- p.75 / Chapter 6 --- Minkowski Sum in Image Space --- p.77 / Chapter 6.1 --- Introduction --- p.77 / Chapter 6.2 --- Algorithm Based on Exterior Boundary Extraction --- p.78 / Chapter 6.3 --- GPU-Accelerated Minkowski Sum --- p.79 / Chapter 6.3.1 --- Minkowski Sums in Image Space Without Voids --- p.79 / Chapter 6.3.1.1 --- Algorithm Overview --- p.79 / Chapter 6.3.1.2 --- Implementation Issue --- p.80 / Chapter 6.3.1.3 --- Results and Performance --- p.81 / Chapter 6.3.2 --- Minkowski Sums with Inner Voids --- p.82 / Chapter 6.3.2.1 --- Algorithm Overview --- p.83 / Chapter 6.3.2.2 --- Convex Decomposition --- p.83 / Chapter 6.3.2.3 --- Pairwise Minkowski Sum --- p.85 / Chapter 6.3.2.4 --- Super-union in Image Space --- p.86 / Chapter 6.3.2.5 --- Results and Discussion --- p.90 / Chapter 6.3.2.6 --- Application --- p.93 / Chapter 7 --- Localized Construction of Curved Surfaces --- p.96 / Chapter 7.1 --- Local Construction of Curved Polygon --- p.98 / Chapter 7.1.1 --- Basic Construction Scheme --- p.98 / Chapter 7.1.1.1 --- Gregory Patch Interpolation --- p.98 / Chapter 7.1.1.2 --- Silhouette Curve Interpolation --- p.100 / Chapter 7.1.1.3 --- Cross-Tangent Function --- p.101 / Chapter 7.1.2 --- Property Analysis --- p.103 / Chapter 7.1.3 --- Discussions --- p.106 / Chapter 7.1.4 --- Algorithm for Generating N-Sided Polygons --- p.109 / Chapter 7.2 --- Flexible Shape Control --- p.111 / Chapter 7.2.1 --- Possibility of Extending the Basic Scheme --- p.111 / Chapter 7.2.2 --- Reorienting Silhouette Curve (Extended Scheme 1) --- p.111 / Chapter 7.2.3 --- Straight Silhouette (Extended Scheme 2) --- p.112 / Chapter 7.2.4 --- Crease (Extended Scheme 3) --- p.113 / Chapter 7.2.5 --- Silhouette Adjacent to Crease (Extended Scheme 4) --- p.113 / Chapter 7.2.6 --- Smooth Patch Bulging (Extended Scheme 5) --- p.114 / Chapter 7.2.7 --- Flat Surface (Extended Scheme 6) --- p.115 / Chapter 7.3 --- Implementation Details on GPU --- p.115 / Chapter 7.3.1 --- Refinement --- p.116 / Chapter 7.3.2 --- Position Mapping --- p.118 / Chapter 7.3.3 --- Normal Computation for Shading --- p.118 / Chapter 7.4 --- Results and Comparison --- p.119 / Chapter 8 --- B-rep Reconstruction on GPU --- p.124 / Chapter 8.1 --- Introduction --- p.124 / Chapter 8.2 --- B-rep Representation by Dual-Contouring --- p.125 / Chapter 8.3 --- GPU-Accelerated Dual-Contouring --- p.126 / Chapter 8.3.1 --- Algorithm Overview --- p.126 / Chapter 8.3.2 --- Implementation Issue --- p.129 / Chapter 8.4 --- Results and Discussion --- p.130 / Chapter 9 --- Applications --- p.133 / Chapter 9.1 --- Bone Graft --- p.133 / Chapter 9.2 --- Personalized Medical Treatment --- p.137 / Chapter 10 --- Conclusion --- p.139 / Chapter 10.1 --- Summary --- p.139 / Chapter 10.2 --- Future Work --- p.141 / Chapter A --- Appendix A: Examples and Results --- p.143 / Bibliography --- p.148
27

Computer-aided parting line and parting surface generation in mould design

鄺建華, Kwong, Kin-wa. January 1992 (has links)
published_or_final_version / Mechanical Engineering / Doctoral / Doctor of Philosophy
28

Practical model reduction for large flexible structures using residue comparison techniques

Huston, Genevieve A. January 1991 (has links)
Thesis (M.S.)--Ohio University, November, 1991. / Title from PDF t.p.
29

A unification of dimensional and similarity analysis via group theory

Moran, Michael J. January 1967 (has links)
Thesis (Ph. D.)--University of Wisconsin--Madison, 1967. / Typescript. Vita. eContent provider-neutral record in process. Description based on print version record. Includes bibliography.
30

Integrated numerical model for wave induced seabed response around offshore structures

Lin, Zaibin January 2017 (has links)
Seabed stability in the vicinity of those offshore structure, which has been one of the particular concerns in engineering practice, can be compromised by the action of energetic waves. This project investigates the mechanisms of wave-induced soil response and liquefaction in a porous seabed near offshore structures. For this purpose both 2-Dimensional (2-D) and 3-Dimensional (3-D) integrated Wave-Seabed-Structure Interaction (WSSI) models have been developed within the project. They were used to simulate the effect of nonlinear wave-structure interaction on dynamic soil response in the neighbourhood of offshore pipelines, mono-pile structures, and multi-cylinder structures. Prior to applying the proposed WSSI models to practical engineering cases, several validations, mainly including wave and soil validations, were conducted. Excellent agreements between numerical and experimental results indicate the capacity of proposed WSSI models to simulate nonlinear wave-induced seabed response around offshore structures. Hereafter, the verified WSSI models are adopted to explore the mechanism of storm wave-induced soil response near offshore structures. The study of the offshore pipeline partially or fully buried in the seabed has shown that the leewake vortex can be sufficiently avoided with enough embedment, which also leads to lower possibility of the onset of scour in adjacent area of pipeline and the reduction of possible momentary liquefaction depth under pipeline bottom. Nonlinear wave-induced seabed response around a mono-pile structure, was investigated using the 3-D WSSI model developed in OpenFOAM, which allows to run numerical WSSI simulations in parallel. It was shown that, for waves propagating in a given longitudinal direction, the liquefaction occurs with greater depth at the lateral sides of mono-pile structure than at the front and back sides of mono-pile structure. Increasing penetration depth of the mono-pile structure slightly reduces the adjacent liquefaction depth. By adopting the same 3-D WSSI model, the numerical investigation of wave-induced soil response in the proximity of a multi-cylinder structure has been conducted. As found in the analysis by using same wave parameters in the case of a mono-pile structure, the nonlinear interaction between waves and multi-cylinder structure may significantly alter the distribution of liquefaction depth around each cylinder, compared to that for a single cylinder. Moreover, considering the effect of incident wave angles, such as 0° and 45° wave headings, it can be noted that the downstream cylinders are better protected from liquefaction threat due to the presence of upstream cylinders.

Page generated in 0.1055 seconds