Loading...
Search for: nouri-bygi--m
0.127 seconds

    Near optimal line segment queries in simple polygons

    , Article Journal of Discrete Algorithms ; Volume 35 , November , 2015 , Pages 51-61 ; 15708667 (ISSN) Nouri Bygi, M ; Ghodsi, M ; Sharif University of Technology
    Elsevier  2015
    Abstract
    This paper considers the problem of computing the weak visibility polygon (WVP) of any query line segment pq (or WVP(pq)) inside a given simple polygon P. We present an algorithm that preprocesses P and creates a data structure from which WVP(pq) is efficiently reported in an output sensitive manner. Our algorithm needs O(n2log n) time and O(n2) space in the preprocessing phase to report WVP(pq) of any query line segment pq in time O(|WVP(pq)|+log2 n+κlog2 (nκ)), where κ is an input and output sensitive parameter of at most |WVP(pq)|. We improve the preprocessing time and space of current results for this problem [11,6] at the expense of more query time  

    Visibility of a moving segment observer

    , Article 2009 14th International CSI Computer Conference, CSICC 2009, 20 October 2009 through 21 October 2009 ; 2009 , Pages 152-157 ; 9781424442621 (ISBN) Nouri Bygi, M ; Ghodsi, M ; Sharif University of Technology
    2009
    Abstract
    In this paper we study combinatorial segment visibility, and show how to compute and maintain it as the observer moves in the plane. There are n non-overlapping convex objects in the plane, and we have a segment observer among them. We first consider static case of the problem, in which the observer and objects are static, and then we study dynamic case of the problem, in which the observer can move among obstacles. ©2009 IEEE  

    Visibility of a moving segment

    , Article Proceedings of the 2009 International Conference on Computational Science and Its Applications, ICCSA 2009, 29 June 2009 through 2 July 2009, Yongin ; 2009 , Pages 169-176 ; 9780769537016 (ISBN) Nouri Bygi, M ; Ghodsi, M ; Sharif University of Technology
    2009
    Abstract
    In this paper we define topological segment visibility, and show how to compute and maintain it as the observer moves in the plane. There are n non-intersecting line segment objects in the plane, and we have a segment observer among them. As the topological visibility of a line segment has not been studied before, we first consider static case of the problem, in which the observer and objects are static, and then we study dynamic case of the problem, in which the observer can move among obstacles  

    Weak visibility queries of line segments in simple polygons and polygonal domains

    , Article International Journal of Computer Mathematics ; Volume 95, Issue 4 , 2018 , Pages 721-738 ; 00207160 (ISSN) Nouri Bygi, M ; Ghodsi, M ; Sharif University of Technology
    Taylor and Francis Ltd  2018
    Abstract
    In this paper we consider the problem of computing the weak visibility polygon of a query line segment pq (or WVP(pq)) inside a given polygon P. Our first algorithm runs in simple polygons and needs O(n3 log n) time and O(n3) space in the preprocessing phase to report WVP(pq) of any query line segment pq in time O(log n + |WVP(pq)|).. We also give an algorithm to compute the weak visibility polygon of a query line segment in a non-simple polygon with h ≥ 1 pairwise-disjoint polygonal obstacles with a total of n vertices. Our algorithm needs O(n2 log n) time and O(n2) space in the preprocessing phase and WVP(pq) in query time of O(nh’ log n + k), in which h’ is an output sensitive parameter... 

    Weak visibility queries of line segments in simple polygons and polygonal domains

    , Article International Journal of Computer Mathematics ; 2017 , Pages 1-18 ; 00207160 (ISSN) Nouri Bygi, M ; Ghodsi, M ; Sharif University of Technology
    Taylor and Francis Ltd  2017
    Abstract
    In this paper we consider the problem of computing the weak visibility polygon of a query line segment pq (or (Formula presented.)) inside a given polygon (Formula presented.). Our first algorithm runs in simple polygons and needs (Formula presented.) time and (Formula presented.) space in the preprocessing phase to report (Formula presented.) of any query line segment pq in time (Formula presented.). We also give an algorithm to compute the weak visibility polygon of a query line segment in a non-simple polygon with (Formula presented.) pairwise-disjoint polygonal obstacles with a total of n vertices. Our algorithm needs (Formula presented.) time and (Formula presented.) space in the... 

    Polar diagram of moving objects

    , Article 20th Annual Canadian Conference on Computational Geometry, CCCG 2008, Montreal, QC, 13 August 2008 through 15 August 2008 ; August , 2008 , Pages 51-54 Nouri Bygi, M ; Ghodsi, M ; Sharif University of Technology
    2008
    Abstract
    Many important problems in Computational Geometry needs to perform some kind of angle processing. The Polar Diagram [4] is a locus approach for problems processing angles. Using this structure as preprocessing, one can eliminate exhaustive searches to find objects with smallest angle. Handling data in change is a significant concept in Computer Science. One of the design and analysis tools used in the modeling of moving geometric objects is the kinetic data structure (or KDS) framework Kinetic Data Structure is a framework for maintaining a certain attribute of a set of objects while moving in a continuous manner. In this paper, we use the notion of kinetic data structure to model the... 

    Kinetic polar diagram

    , Article 13th International Computer Society of Iran Computer Conference on Advances in Computer Science and Engineering, CSICC 2008, Kish Island, 9 March 2008 through 11 March 2008 ; Volume 6 CCIS , 2008 , Pages 283-290 ; 18650929 (ISSN); 3540899847 (ISBN); 9783540899846 (ISBN) Nouri Bygi, M ; Chitforoush, F ; Yazdandoost, M ; Ghodsi, M ; Sharif University of Technology
    2008
    Abstract
    Polar Diagram [4] is a new locus approach for problems processing angles. The solution to many important problems in Computational Geometry requires some kind of angle processing of the data input. Using the Polar Diagrma as preprocessing, exhaustive searches to find those sites with smallest angle become unnecessary. In this paper, we use the notion of kinetic data structure [1][2] to model the dynamic case of polar diagram, i.e we maintain the polar diagram of a set of continuously moving objects in the scene. We show that our proposed structure meets the main criteria of a good KDS. © 2008 Springer-Verlag  

    Weak visibility counting in simple polygons

    , Article Journal of Computational and Applied Mathematics ; Volume 288 , November , 2015 , Pages 215-222 ; 03770427 (ISSN) Nouri Bygi, M ; Daneshpajouh, S ; Alipour, S ; Ghodsi, M ; Sharif University of Technology
    Elsevier  2015
    Abstract
    For a simple polygon P of size n, we define weak visibility counting problem (WVCP) as finding the number of visible segments of P from a query line segment pq. We present different algorithms to compute WVCP in sub-linear time. In our first algorithm, we spend O(n7) time to preprocess the polygon and build a data structure of size O(n6), so that we can optimally answer WVCP in O(logn) time. Then, we reduce the preprocessing costs to O(n4+ε) time and space at the expense of more query time of O(log5n). We also obtain a trade-off between preprocessing and query time costs. Finally, we propose an approximation method to reduce the preprocessing costs to O(n2) time and space and O(n1/2+ε) query... 

    Weak Visibility of Line Segments in Different Environments

    , Ph.D. Dissertation Sharif University of Technology Nouri Bygi, Mojtaba (Author) ; Ghodsi, Mohammad (Supervisor)
    Abstract
    Visibility is an important topic in computational geometry, computer graphics, and motion planning. Two points inside a polygon are visible to each other if their connecting segment remains completely inside the polygon. Visibility polygon of a point in a simple polygon P is the set of points inside P that are visible from the point. The visibility problem has also been considered for line segments. A point v is said to be weakly visible to a line segment pq if there exists a point w 2 pq, such that w and v are visible to each other. The problem of computing the weak visibility polygon (or WVP) of pq inside a polygon P is to compute all points of P that are weakly visible from pq. In this... 

    Weak visibility queries in simple polygons

    , Article Proceedings of the 23rd Annual Canadian Conference on Computational Geometry, CCCG 2011 ; 2011 Bygi, M. N ; Ghodsi, M ; Sharif University of Technology
    2011
    Abstract
    In this paper, we consider the problem of computing the weak visibility (WV ) of a query line segment in- side a simple polygon. Our algorithm first preprocesses the polygon and creates data structures from which any WV query is answered efficiently in an output sensitive manner. In our solution, the preprocessing is performed in time O(n3 log n) and the size of the constructed data structure is O(n3). It is then possible to report the WV polygon of any query line segment in time O(log n+k), where k is the size of the output. Our algorithm im- proves the current results for this problem  

    Scheduling tasks with exponential duration on unrelated parallel machines

    , Article Discrete Applied Mathematics ; Volume 160, Issue 16-17 , November , 2012 , Pages 2462-2473 ; 0166218X (ISSN) Nouri, M ; Ghodsi, M ; Sharif University of Technology
    2012
    Abstract
    This paper introduces a stochastic scheduling problem. In this problem a directed acyclic graphs (DAG) represents the precedence relations among m tasks that n workers are scheduled to execute. The question is to find a schedule Σ such that if tasks are assigned to workers according to Σ, the expected time needed to execute all the tasks is minimized. The time needed to execute task t by worker w is a random variable expressed by a negative exponential distribution with parameter λ wt and each task can be executed by more than one worker at a time. In this paper, we will prove that the problem in its general form is NP-hard, but when the DAG width is constant, we will show that the optimum... 

    Space-query-time tradeoff for computing the visibility polygon

    , Article 3rd International Frontiers of Algorithmics Workshop, FAW 2009, Hefei, 20 June 2009 through 23 June 2009 ; Volume 5598 LNCS , 2009 , Pages 120-131 ; 03029743 (ISSN); 3642022693 (ISBN); 9783642022692 (ISBN) Nouri, M ; Ghodsi, M ; Sharif University of Technology
    2009
    Abstract
    Computing the visibility polygon, VP, of a point in a polygonal scene, is a classical problem that has been studied extensively. In this paper, we consider the problem of computing VP for any query point efficiently, with some additional preprocessing phase. The scene consists of a set of obstacles, of total complexity O(n). We show for a query point q, VP(q) can be computed in logarithmic time using O(n 4) space and O(n 4 logn) preprocessing time. Furthermore to decrease space usage and preprocessing time, we make a tradeoff between space usage and query time; so by spending O(m) space, we can achieve O(n 2 log √ m/n)/√ m)query time, where n 2≤m≤n 4. These results are also applied to... 

    Microstructural investigation of the coatings prepared by simultaneous aluminizing and siliconizing process on γ-TiAl

    , Article Journal of Mining and Metallurgy, Section B: Metallurgy ; Volume 55, Issue 2 , 2019 , Pages 217-225 ; 14505339 (ISSN) Nouri, S ; Azadeh, M ; Sharif University of Technology
    Technical Faculty in Bor  2019
    Abstract
    In this research, formation of aluminide/silicide diffusion coatings on γ -TiAl[Ti-48Al-2Nb-2Cr (at.%)] alloy using gasphase diffusion pack cementation process has been investigated. The application of powder mixtures with various chemical compositions in the pack cementation process performed at 1000°C for 6 hours in order to achieve simultaneous diffusion of Al and Si, showed that the composition of the powder mixture could have a significant effect on the structure and thickness of the aluminide/silicide coatings. The identification and analysis of aluminide/silicide microstructures formed as a result of simultaneous diffusion of Al and Si, which was comprehensively and qualitatively done... 

    Space/query-time tradeoff for computing the visibility polygon

    , Article Computational Geometry: Theory and Applications ; Volume 46, Issue 3 , April , 2013 , Pages 371-381 ; 09257721 (ISSN) Nouri Baygi, M ; Ghodsi, M ; Sharif University of Technology
    2013
    Abstract
    In this paper, we consider the problem of computing the visibility polygon (VP) of a query point q (or VP(q)) in a scene consisting of some obstacles with total complexity of n. We show that the combinatorial representation of VP(q) can be computed in logarithmic time by preprocessing the scene in O( n4logn) time and using O( n4) space. We can also report the actual VP(q) in additional O(|VP(q)|) time. As a main result of this paper, we will prove that we can have a tradeoff between the query time and the preprocessing time/space. In other words, we will show that using O(m) space, we can obtain O( n2log(m/n)/m) query time, where m is a parameter satisfying n2≤m≤ n4. For example, when m= n3,... 

    Cultural conflict in technology transfer to non-industrial communities: A critique of ihde's ideas

    , Article IEEE Technology and Society Magazine ; Volume 39, Issue 4 , 2020 , Pages 71-81 Monadi Nouri, S ; Taqavi, M ; Sharif University of Technology
    Institute of Electrical and Electronics Engineers Inc  2020
    Abstract
    Societies today have come closer together as a result of the development of communication technologies and the greater ease with which business is transacted. Consequently, technological tools and devices are being transferred from industrial societies to other countries at dazzling speeds the transfer of technology to non-industrialized societies with their own histories, civilizations, and backgrounds has led to the emergence of cultural issues and conflicts that are specific to the modern period and that had not existed prior to this period. In this article, we have reviewed the ideas of Don Ihde, a leading contemporary philosopher who has done much work in the field of the philosophy of... 

    Liquid flow analysis in concentric annular heat pipes wicks

    , Article Journal of Porous Media ; Volume 8, Issue 5 , 2005 , Pages 471-480 ; 1091028X (ISSN) Nouri Borujerdi, A ; Layeghi, M ; Sharif University of Technology
    2005
    Abstract
    In this paper, two models are developed to predict liquid pressure drop and velocity profile in the wicks of concentric annular heat pipes. A steady-state incompressible laminar flow is modeled in the wicks based on velocity and pressure mean values by the extended Darcy-Brinkman model. The corresponding one- and two-dimensional governing equations are solved analytically and numerically, respectively, in the range of low to moderate radial Reynolds numbers. It has been found that there is a difference, about 12% in the worse case, between the total pressure drops of the two models. Whereas, the predicted total pressure drop by the one-dimensional model and that of the Darcy model are in... 

    Heat transfer and fluid flow in porous media with two equations Non-Darcian model

    , Article 2005 ASME Fluids Engineering Division Summer Meeting, FEDSM2005, Houston, TX, 19 June 2005 through 23 June 2005 ; Volume 2005 , 2005 , Pages 1943-1946 ; 0791837602 (ISBN); 9780791837603 (ISBN) Nouri Borujerdi, A ; Nazari, M ; Sharif University of Technology
    2005
    Abstract
    In the present study criterion for local thermal equilibrium assumption is studied. It concerns with the fluid flow and heat transfer between two parallel plates filled with a saturated porous medium under non-equilibrium condition. A two-equation model is utilized to represent the fluid and solid energy transport. Numerical Finite Volume Method has been developed for solving coupled energy equations and the Non-Darcian effects are considered for description of momentum equation. The effects of suitable non dimensional parameters as Peclet number and conductivity ratio has been studied thoroughly. A suitable non dimensional equation proposed in wide range of Peclet number and conductivity... 

    Heat transfer and fluid flow in porous media with two equations Non-Darcian model

    , Article 2005 ASME Fluids Engineering Division Summer Conference, Houston, TX, 19 June 2005 through 23 June 2005 ; Volume 2 , 2005 , Pages 637-640 ; 0791841987 (ISBN); 9780791841983 (ISBN) Nouri Borujerdi, A ; Nazari, M ; Sharif University of Technology
    2005
    Abstract
    In the present study criterion for local thermal equilibrium assumption is studied. It concerns with the fluid flow and heat transfer between two parallel plates filled with a saturated porous medium under non-equilibrium condition. A two-equation model is utilized to represent the fluid and solid energy transport. Numerical Finite Volume Method has been developed for solving coupled energy equations and the Non-Darcian effects are considered for description of momentum equation. The effects of suitable non dimensional parameters as Peclet number and conductivity ratio has been studied thoroughly. A suitable non dimensional equation proposed in wide range of Peclet number and conductivity... 

    A review of concentric annular heat pipes

    , Article Heat Transfer Engineering ; Volume 26, Issue 6 , 2005 , Pages 45-58 ; 01457632 (ISSN) Nouri Borujerdi, A ; Layeghi, M ; Sharif University of Technology
    2005
    Abstract
    A detailed description of a concentric annular heat pipe (CAHP) operation is presented in low to moderate temperature ranges (50-200°C). The steady-state response of a CAHP to various heat fluxes in the evaporator and condenser sections are discussed. Two-dimensional mathematical modeling of the fluid flow and heat transfer in the annular vapor space and the wicks are described. The fundamental aspects and limitations of the operation of a CAHP are also discussed. Previously used numerical and experimental approaches for the analysis of the CAHPs and some related concepts are reviewed. The Navier-Stokes and similar equations are recommended for the simulation of fluid flow and heat transfer... 

    A numerical analysis of vapor flow in concentric annular heat pipes

    , Article Journal of Fluids Engineering, Transactions of the ASME ; Volume 126, Issue 3 , 2004 , Pages 442-448 ; 00982202 (ISSN) Nouri Borujerdi, A ; Layeghi, M ; Sharif University of Technology
    2004
    Abstract
    A numerical method based on the SIMPLE algorithm has been developed for the analysis of vapor flow in a concentric annular heat pipe. The steady-state response of a concentric annular heat pipe to various heat fluxes in the evaporator and condenser sections are studied. The fluid flow and heat transfer in the annular vapor space are simulated using Navier-Stokes equations. The governing equations are solved numerically, using finite volume approach. The vapor pressure and temperature distributions along a concentric annular heat pipe are predicted for a number of symmetric test cases. The vapor flow reversal and transition to turbulence phenomena are also predicted. The results are compared...