926 resultados para triangular enclosure


Relevância:

20.00% 20.00%

Publicador:

Resumo:

An analytical approach based on the generalized integral transform technique is presented, for the solution of laminar forced convection within the thermal entry region of ducts with arbitrarily shaped cross-sections. The analysis is illustrated through consideration of a right triangular duct subjected to constant wall temperature boundary condition. Critical comparisons are made with results available in the literature, from direct numerical approaches. Numerical results for dimensionless average temperature and Nusselt numbers are presented for different apex angles.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents models that can be used in the design of microstrip antennas for mobile communications. The antennas can be triangular or rectangular. The presented models are compared with deterministic and empirical models based on artificial neural networks (ANN) presented in the literature. The models are based on Perceptron Multilayer (PML) and Radial Basis Function (RBF) ANN. RBF based models presented the best results. Also, the models can be embedded in CAD systems, in order to design microstrip antennas for mobile communications.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This experiment evaluated the growth of breast and leg muscle fibers of domestic fowl raised in two enclosure sizes (SE: Small Enclosure, 1.125 m2/10 birds; LE: Large Enclosure, 5.25 m2/10 birds). In breast muscles, the number of fibers per area decreased over time and higher values were observed in broilers housed in SE compared to LE. The fiber size increased with age and was greater in LE than SE at 56 days of age, suggesting greater hypertrophic growth of fibers in breast muscle for broilers maintained in LE. In leg muscles, the muscle cross-sectional area was greater for broilers raised in LE than SE at 56 days of age and decreased from 42 to 56 days of age in broilers raised in SE, suggesting leg muscle atrophy in these birds. The Fast Glycolytic (FG), Fast Oxidative-Glycolytic (FOG) and Slow Oxidative (SO) fibers grew until 42 days of age in both enclosure sizes. The area of FOG fibers was greater in broilers raised in LE than those in SE at 28 and 56 days of age; in LE-raised broilers, the SO area was greater at 28, 42 and 56 days of age, suggesting that the muscles of broilers housed in LE are more oxidative. The BW gain was greater for broilers raised in LE than SE, whereas BW, feed intake and feed conversion were not influenced by enclosure size. Thus, the enclosure space affected hypertrophic growth and metabolic characteristics of breast and leg muscle fibers. © Asian Network for Scientific Information, 2012.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

By solving the time dependent Ginzburg-Landau equations, we investigated the influence of an internal triangular arrangement of point-like defects on the vortex configurations in a thin mesoscopic sample. The effect of the number of internal defects and their nature on the entrance position of the vortex is studied for a very thin circular sample. We found that the interplay between the vortex-vortex repulsion, the vortex-defect interaction and the interaction with the sample border leads to non-commensurate vortex configurations. © 2012 Elsevier B.V. All rights reserved.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq)

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Pós-graduação em Engenharia Mecânica - FEG

Relevância:

20.00% 20.00%

Publicador:

Resumo:

ABSTRACT: In this paper, we present a quantitative comparison of circular and triangular gold nanodisks with the same length and thickness. The method of moments is used to solve numerically the scattering problem. With this model, we investigate the spatial near field distribution, spectral response, far field diagrams, and bandwidth wavelength of these particles. Our results show that the resonant wavelength and the near field enhancement and confinement of the triangular particle are larger than those for the circular particle, but the resonance bandwidth and scattering cross section of the triangular particle are smaller.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In this paper, we present an analysis of the resonant response of modified triangular metallic nanoparticles with polynomial sides. The particles are illuminated by an incident plane wave and the method of moments is used to solve numerically the electromagnetic scattering problem. We investigate spectral response and near field distribution in function of the length and polynomial order of the nanoparticles. Our results show that in the analyzed wavelength range (0.5-1.8) µm these particles possess smaller number of resonances and their resonant wavelengths, near field enhancement and field confinement are higher than those of the conventional triangular particle with linear sides.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The modern GPUs are well suited for intensive computational tasks and massive parallel computation. Sparse matrix multiplication and linear triangular solver are the most important and heavily used kernels in scientific computation, and several challenges in developing a high performance kernel with the two modules is investigated. The main interest it to solve linear systems derived from the elliptic equations with triangular elements. The resulting linear system has a symmetric positive definite matrix. The sparse matrix is stored in the compressed sparse row (CSR) format. It is proposed a CUDA algorithm to execute the matrix vector multiplication using directly the CSR format. A dependence tree algorithm is used to determine which variables the linear triangular solver can determine in parallel. To increase the number of the parallel threads, a coloring graph algorithm is implemented to reorder the mesh numbering in a pre-processing phase. The proposed method is compared with parallel and serial available libraries. The results show that the proposed method improves the computation cost of the matrix vector multiplication. The pre-processing associated with the triangular solver needs to be executed just once in the proposed method. The conjugate gradient method was implemented and showed similar convergence rate for all the compared methods. The proposed method showed significant smaller execution time.