Loading...
Search for:
falsafi--mohammad
0.123 seconds
Total 5115 records
Development of a Fault Detection Algorithm for a PFI Engine Based on ECU Output Signals
, M.Sc. Thesis Sharif University of Technology ; Hosseini, Vahid (Supervisor) ; Saidi, Mohammad Hassan (Supervisor)
Abstract
Electronic engine control unit (ECU) operates the different actuators using information signals received from the different sensors. Also in the case of any fault in the sensors and actuators operation ECU is responsible to detect and alert the accruing faults. Most of the common faults in the engine such as leakage in intake system and ignition system are not detectable by ECU, on the other hand ECU fault codes some times are hard to interpret or misleading. So fault diagnosis is usually based on experience of repair staff, and might be time consuming and inaccurate. In this study, using the knowledge of premixed fuel injection SI engines and emission generation and statistical data,...
Synthesis of PZT-CNT Hybrid Nanotubes by Sol-gel Method
, M.Sc. Thesis Sharif University of Technology ; Mohammadi, Mohammad Reza (Supervisor) ; Seyyed Reyhani, Morteza (Supervisor)
Abstract
In this research, the surface of multi-walled carbon nanotubes (CNTs), as template, were coated by Lead zirconate titanate (PZT) with composition of Pb(Zr0.52Ti0.48)O3 via sol-gel process. The final product is called PZT-CNT hybrid material. For functionalizing of CNTs, benzyl alcohol was used. Simultaneous thermal analysis (STA) proved that the as-derived amorphous material crystallized at 520 ˚C. Scanning Electron Microscope (SEM) images verified the deposition of a uniform coating of PZT on the surface of CNTs and proved that the functionalizing treatment was done successfully. X-ray diffraction (XRD) showed that the crystal structure of the hybrid was tetragonal perovskite....
Modeling of Force Interactions between Tip of Atomic Force Microscopy in Trolling Mode and Environment
, M.Sc. Thesis Sharif University of Technology ; Nejat Pishkenari, Hossein (Supervisor)
Abstract
Submerging of the Micro-beam of the AFM is indispensible in case of imaging bio-samples. (Bio-samples are unstable in non-aquos environment.), so hydrodynamical interaction of liquid and beam (viscous and meniscus forces) will result into quality factor decrease. This will cause image resolution decrement as well as damage to the sample because of large tip-sample forces during imaging of the bio-samples. The proposed method “Trolling mode AFM” keeps the micro-beam of the AFM out of the liquid, by adding a nano-needle to the end of the AFM tip. This would lead to resolve the aforementioned problems. Modeling of a part of the operation of this mechanism was done in this thesis, in order to...
Robust control strategy for HBV treatment: Considering parametric and nonparametric uncertainties
, Article Control Applications for Biomedical Engineering Systems ; 2020 , Pages 127-147 ; Sharifi, M ; Falsafi, A ; Sharif University of Technology
Elsevier Inc
2020
Abstract
Hepatitis is one of the most perilous viral infectious diseases and many people suffer from it all around the world. In particular, hepatitis B is a terribly dangerous disease which may cause severe liver damage or cancer if it is not treated. Recently, several dynamic models have been developed from experimental studies for describing such diseases mathematically. The certainty of these dynamics models is questionable in realistic treatment processes. Thus, the modeling uncertainties should be considered in the dynamics, which necessitates employing robust control strategies capable to overcome these uncertainties. Accordingly, in this research, a control strategy is developed in order to...
A novel approach for compensating the significance of tubule's architecture in urine concentrating mechanism of renal medulla
, Article ASME International Mechanical Engineering Congress and Exposition, Proceedings (IMECE) ; Volume 3 B , 2013 ; 9780791856222 (ISBN) ; Mehr, S. M. N ; Falsafi, P ; ASME ; Sharif University of Technology
American Society of Mechanical Engineers (ASME)
2013
Abstract
Many theories and mathematical simulations have been proposed concerning urine concentrating mechanism (UCM). The WKM and region approach are the two most valuable methods for compensating the effect of tubule's architecture in renal medulla. They both have tried to simulate tubule's confinement within a particular region mathematically in one spatial dimension. In this study, continuity, momentum and species transport equations along with standard expressions for transtubular solutes and water transports on tubule's membrane were solved numerically in three spatial dimensions which practically is the main significance of our novel approach. Model structure has been chosen as simple as...
A simplified model for the flow inside cascade impactor
, Article ASME International Mechanical Engineering Congress and Exposition, Proceedings (IMECE) ; Volume 7 A , November , 2013 ; 9780791856314 (ISBN) ; Sohrabi, S ; Falsafi, P ; Gorji, P ; ASME ; Sharif University of Technology
American Society of Mechanical Engineers (ASME)
2013
Abstract
In this paper we developed a new mathematical model for the flow inside cascade impactors and via this simplified model, we determined the particle size distribution by a fast and low cost computational method. Using cascade impactors for determining the particle size distribution, one can use comprehensive CFD methods to fully simulate the particle traces. Although the results from those CFD analyses can be very accurate, usually that is not a time and cost efficient routine. In contrast, we showed that by using our proposed calculation we can estimate the particle size distribution very fast and yet with the slight error -comparing to the results from CFD method. Cascade impactors are...
Efficient nearest-neighbor data sharing in GPUs
, Article ACM Transactions on Architecture and Code Optimization ; Volume 18, Issue 1 , 2021 ; 15443566 (ISSN) ; Sadrosadati, M ; Falahati, H ; Barkhordar, M ; Drumond, M. P ; Sarbazi Azad, H ; Falsafi, B ; Sharif University of Technology
Association for Computing Machinery
2021
Abstract
Stencil codes (a.k.a. nearest-neighbor computations) are widely used in image processing, machine learning, and scientific applications. Stencil codes incur nearest-neighbor data exchange because the value of each point in the structured grid is calculated as a function of its value and the values of a subset of its nearest-neighbor points. When running on Graphics Processing Unit (GPUs), stencil codes exhibit a high degree of data sharing between nearest-neighbor threads. Sharing is typically implemented through shared memories, shuffle instructions, and on-chip caches and often incurs performance overheads due to the redundancy in memory accesses. In this article, we propose Neighbor Data...
LTRF: enabling high-capacity register files for GPUs via hardware/software cooperative register prefetching
, Article 23rd International Conference on Architectural Support for Programming Languages and Operating Systems, ASPLOS 2018, 24 March 2018 through 28 March 2018 ; 2018 , Pages 489-502 ; 9781450349116 (ISBN) ; Mirhosseini, A ; Ehsani, S. B ; Sarbazi Azad, H ; Drumond, M ; Falsafi, B ; Ausavarungnirun, R ; Mutlu, O ; Sharif University of Technology
Association for Computing Machinery
2018
Abstract
Graphics Processing Units (GPUs) employ large register files to accommodate all active threads and accelerate context switching. Unfortunately, register files are a scalability bottleneck for future GPUs due to long access latency, high power consumption, and large silicon area provisioning. Prior work proposes hierarchical register file, to reduce the register file power consumption by caching registers in a smaller register file cache. Unfortunately, this approach does not improve register access latency due to the low hit rate in the register file cache. In this paper, we propose the Latency-Tolerant Register File (LTRF) architecture to achieve low latency in a two-level hierarchical...
Highly concurrent latency-tolerant register files for GPUs
, Article ACM Transactions on Computer Systems ; Volume 37, Issue 1-4 , 2021 ; 07342071 (ISSN) ; Mirhosseini, A ; Hajiabadi, A ; Ehsani, S. B ; Falahati, H ; Sarbazi Azad, H ; Drumond, M ; Falsafi, B ; Ausavarungnirun, R ; Mutlu, O ; Sharif University of Technology
Association for Computing Machinery
2021
Abstract
Graphics Processing Units (GPUs) employ large register files to accommodate all active threads and accelerate context switching. Unfortunately, register files are a scalability bottleneck for future GPUs due to long access latency, high power consumption, and large silicon area provisioning. Prior work proposes hierarchical register file to reduce the register file power consumption by caching registers in a smaller register file cache. Unfortunately, this approach does not improve register access latency due to the low hit rate in the register file cache. In this article, we propose the Latency-Tolerant Register File (LTRF) architecture to achieve low latency in a two-level hierarchical...
Construction of an Experimental Device for Foaming Agent and an Experimental Study of the Properties of Foaming Agent
, M.Sc. Thesis Sharif University of Technology ; Bazargan, Mohammad (Supervisor)
Abstract
The primary purpose of acidizing operations in the oil and gas industry is to enhance hydrocarbon production. Acidizing has been a common and conventional method for years, especially when production engineers face issues like declining reservoir pressure leading to reduced production rates. Initially, the treatment solution is referred to as matrix acidizing. In acidizing operations, different additives are combined with the acid to control its behavior in the reservoir. These additives may include iron control agents, corrosion inhibitors, friction reducers, and more. Incompatibility among these additives, the acid, and reservoir fluids can lead to severe damage to the reservoir....
Numerical Analysis of An Annular Gas Turbine Combustor
, M.Sc. Thesis Sharif University of Technology ; Farshchi, Mohammad (Supervisor)
Abstract
The goal of this research is the simulation of the annular combustion chamber of the turbine engine utilized by liquid fuel. The achievement to this goal will lead to create numerical tools for parametric study, analysis and combustion chamber designing.For this reason simple geometry has been considered. This simplicity of geometry causes to facilitate in parametric study and decrease in saving time for modeling and meshing. This combustion chamber is a simplified model of engine CF6. In recent study, the k – ε realizable model has been used for turbulence modeling. For non-adiabatic condition, chemical reaction is dissolved by utilizing probability density function along with laminar...
A misbehavior‐tolerant multipath routing protocol for wireless Ad hoc networks [electronic resource]
, Article International Journal of Research in Wireless Systems (IJRWS) ; Vol. 2, Issue 9, pp. , Sep. 2013 ; Pakravan, Mohammad Reza ; Aref, Mohammad Reza ; Sharif University of Technology
Abstract
Secure routing is a major key to service maintenance in ad hoc networks. Ad hoc nature exposes the network to several types of node misbehavior or attacks. As a result of the resource limitations in such networks nodes may have a tendency to behave selfishly. Selfish behavior can have drastic impacts on network performance. We have proposed a Misbehavior-Tolerant Multipath Routing protocol (MTMR) which detects and punishes all types of misbehavior such as selfish behavior, wormhole, sinkhole and grey-hole attacks. The protocol utilizes a proactive approach to enforce cooperation. In addition, it uses a novel data redirection method to mitigate the impact of node misbehavior on network...
Theoretical and Experimental Study to Conversion of AUC to UO2 by Microwave Heating
, Ph.D. Dissertation Sharif University of Technology ; Otukesh, Mohammad (Supervisor) ; Ghannadi Maragheh, Mohammad (Co-Advisor) ; Ghasemi, Mohammad Reza (Co-Advisor)Estimating Possible Effects of Subsidies in Competition and Development of Fixed Broadband Internet
, M.Sc. Thesis Sharif University of Technology ; Vesal, Mohammad (Supervisor) ; Rahmati, Mohammad Hossein (Supervisor)
Abstract
In this work, the dynamic competition between firms providing internet services is studied. The framework is Markov equilibrium whereby structural parameters are obtained using two-step estimations, allowing for analyzing the situation in case of subsidies for service upgrade. The results show that such subsidy has little effect on the number of firms while increasing the number of fast firms
SAR Imaging Using the TomoSAR Technique to Resolve Multiple Scatterers
, M.Sc. Thesis Sharif University of Technology ; Bastani, Mohammad Hassan (Supervisor) ; Karbasi, Mohammad (Co-Supervisor)
Abstract
During the last few years, the study of urban environment structures is considered as a research field of interest in remote sensing. In satellite observations of the earth's surface, continuous imaging in terms of time and space has caused the remote sensing technique to be proposed as a useful and efficient tool for the analysis of urban areas. Obtaining quantitative spatial information from the urban environment in fields such as determining the height of buildings plays an essential role in urban planning, monitoring damage to buildings, establishing communication bases and digital cities. During the last two decades, the use of Tomosar approach in order to reconstruct the structures of...
Joint Optimization of Computation Offloading and Resource Allocation in Mobile Edge Computing Networks
, M.Sc. Thesis Sharif University of Technology ; Pakravan, Mohammad Reza (Supervisor) ; Hadi, Mohammad (Co-Supervisor)
Abstract
Mobile edge computing (MEC) is a promising technology that aims to resolve cloud computing’s issues by deploying computation resources at the edge of mobile network and in the proximity of users. The advantages of MEC include reduced latency, energy consumption, and load on access and mobile core networks, to name but a few. Despite all the aforementioned advantages, the mobility of mobile network users causes the traditional MEC architecture to suffer from several issues, such as decreased efficiency and frequent service interruption. One of the methods to manage users’ mobility is virtual machine (VM) migration, where the VM containing the user’s task is migrated to somewhere closer to...
Estimating Price Elasticity of Natural Gas Demand in Iran's Residential Sector: A Regression Discontinuity Approach
, M.Sc. Thesis Sharif University of Technology ; Rahmati, Mohammad Hossein (Supervisor) ; Vesal, Mohammad (Supervisor)
Abstract
Estimating the price elasticity of gas demand involves complexities depending on the gas market structure and pricing mechanisms in different countries. Distinguishing between supply and demand shocks and block pricing are among the main challenges that can cause endogeneity in elasticity estimates. Iran's domestic gas network, one of the largest and most extensive household gas markets, is divided into five climatic zones based on weather conditions. The pricing steps for these five climates during the five cold months are such that a customer in a warmer climate pays higher prices. Conversely, the pricing steps for the seven warm months are the same for all climates. This policy creates a...
Estimate the Effect of Religiosity on Voter Turnout
, M.Sc. Thesis Sharif University of Technology ; Rahmati, Mohammad Hossein (Supervisor) ; Vesal, Mohammad (Supervisor)
Abstract
The correlation between religious adherence and voter turnout is widely studied. However, whether the relation is causal is an open question. We use Household Expenditures and Income Survey (HEIS) data in Iran, which encompasses nine distinct religious expenditures. These expenditures have low correlation with each other and represent different aspects of religious adherence. We use Imamzadeh (some historical holy shrines) as Instruments to estimate the causal effect of religious expenditures on voter turnout. The results reveal that religious expenditures influence both presidential and parliamentary voter turnout, with a notably stronger impact on presidential elections
Simulation and Control of an Aromatic Extractive Distillation Column
,
M.Sc. Thesis
Sharif University of Technology
;
Shahrokhi, Mohammad
(Supervisor)
Abstract
In this study steady state and dynamic simulation of an NFM extractive distillation unit for seperation of aromatics and non-aromatic components has been carried out. Column output composition obtained with experimental binary coefficients is compared with those obtainded by UNIFAC equation. The results indicate that using UNIFAC for all binrary coefficients results in an unacceptable error in concentration of benzene. If the experimental binary coefficents of benzene with NFM are used and the rest are calculated by UNIFAC equation, the simulation results will be very close to those obtained via experimental binary coefficients. Also it is shown that considering a constant efficiency for all...
Investigation of Transport Phenomena in Clarification of Beer by Membrane Using CFD Method
, M.Sc. Thesis Sharif University of Technology ; Soltanieh, Mohammad (Supervisor)
Abstract
During the brewing process, beer alternately goes through different chemical and biochemical reactions and solid–liquid separation stages. The clarification at the final step of brewing is a highly critical stage when it comes to producing a clear and bright beer. Recently, membrane technology has been successfully used in beer clarification, wherein Kieselguhr (diatomaceous earth) filtration is replaced by cross-flow microfiltration. The most important disadvantages of using microfiltration in clarification of beer is the fouling and flux decline during the process. The phenomenology of fouling mechanisms is still undefined and selection of an appropriate technique for flux enhancement in...