نتایج جستجو برای: مبدلهای dcdc

تعداد نتایج: 373  

2010
Z. Pavlović

This paper presents a two output class-E isolated dcdc converter that regulates the output voltages at fixed switching frequency. The converter is simulated at operating frequency of 5 MHz. The converter output power is 40 W and the output voltages are 15 V and 5 V. All the switches operate at zero voltage switching (ZVS) conditions for the full load range. The circuit configuration is simple w...

2016
J. Barsana Banu M. Balasingh Moses

In this paper, analysis, design and implementation of non-isolated soft-switching bidirectional DCDC converter with an active switch are described. The proposed topology gives the output voltage as twice as the input voltage and enhances the efficiency up to 94.5% and 92.9% for boost and buck mode operation by proper selection of the duty cycle. Soft switching can be achieved at both steps up a...

محمد حسن پنجه شاهی مهران غفوریان صدیق

اصلاح شبکه مبدلهای حرارتی بمنظور رفع گلوگاه های حاصل از افزایش ظرفیت و یا اصلاح فرایند به عنوان یکی از مهمترین مباحث مهندسی سیستم های فرایند در سالهای اخیر مورد توجه قرار گرفته است . در مقاله شماره 1 ،روش جدیدی به منظور هدف گذاری و برآورد میزان سطح مورد نیاز جهت رفع گلوگاه های حرارتی و دینامیکی شبکه مبدلهای حرارتی بطور یکجا و با حفظ تطابق کامل با مبانی طراحی تفصیلی مبدلهای حرارتی ارائه گردید . ...

ژورنال: :نشریه دانشکده فنی 2004
محمدحسن پنجه شاهی احمد خوش گرد

در این مقاله جدید برای هدفگذاری شبکه مبدلهای حرارتی در طراحی از پایه مبتنی بر تکنولوژی پینچ ارایه گردیده است.در روش فوق ضمن در نظر گرفتن افت فشار مجاز جریانها،تفاوت ضرایب انتقال حرارت فیلمی جریانها نیز در مرحله هدفگذاری انرژی و سطح مورد نیاز شبکه لحاظ گردیده است. در این روش برخلاف روشهای متداول پینچ که جابجایی دمایی جریانها به یک اندازه و معادل 2/0dtmin میباشد،جابجایی دمایی هر جریان متناسب با ض...

2015
Lei Feng Chunhui Liang Suli Zhang

This paper presents the intelligent charging and discharging management method for the solar power management circuitry based on fuzzy logic control theory. The mathematical model of DCDC circuit is established, and through Matlab theoretical derivation the feasibility of the maximum power point tracking by the method of obtaining the maximum output current through control is proven. And the ex...

2009
Dakshina Murthy Marian K. Kazimierczuk

Zero-current (ZC) switching pulse-widthmodulated (PWM) flyback DC-DC converter is an extended version of the single switch flyback converter with an additional active circuit. The purpose of the active circuit is to turn-off the main switch with zero-current switching (ZCS) condition to reduce the turn-off switching loss. This paper presents an overview of the ZCS flyback PWM DCDC converters. T...

2011
L. Premalatha Mirunalini Anand

In this paper, a comparative analysis on the bifurcative and chaotic behaviour of a current controlled buckboost converter with soft switching and hard switching is performed. The electromagnetic interference generated during hard switching and soft switching of the converter is analyzed. Simulation and measured results show that the total energy is more evenly spread over the frequency band du...

2013
P. Muthukrishnan

The Conventional Boost Converters is not possible to obtain the high voltage gain. In this paper a DCDC boost converter is proposed for achieving high voltage gain and to reduce the harmonic content in the output side. The circuit diagram of the proposed converter is consists of coupled inductor. Therefore the voltage stress on the active switch is reduced due to the presence of the inductor an...

هدف از ارائه این مقاله دستیابی به بیشترین بازیافت حرارتی در مبدلهای حرارتی صفحهای فیندار با در نظر گرفتن حجم و مساحت انتقال -حرارت ثابت در یک اختلاف فشار معین برای هر جریان میباشد. این مقاله روشی را برای انتخاب سطوح و طراحی مبدلهای حرارتی صفحهای فین-دار که در آن بیشترین افت فشار مجاز در یک حجم و سطح انتقال حرارت ثابت مورد استفاده قرار بگیرد، ارائه مینماید. مبدلهای حرارتی صفحه ای فین دار متعددی ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->