نتایج جستجو برای: adjoint problem

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

2008
D. Ramkrishna N. R. Amundson

Linear boundary value problems in heat conduction have been investigated extensively for a diverse variety of boundary conditions, but almost invariably these have been of the type that produce self-adjoint problems. The property of selfadjointness makes it possible to obtain readily the solution of steady and unsteady-state heat conduction problems in the form of a series expansion of orthogon...

2011
F. Fang X. Chen M. D. Piggott

An adjoint model for a 2D finite element Galerkin shallow water model is developed using the Independent Set Perturbation Adjoint method (ISP-Adjoint, [33]). Its performance in a full 4-D VAR setup with a limited area is assessed by comparing with the adjoint model derived by the automatic differentiation approach, where it is used for optimising the initial conditions. It is shown that ISP-Adj...

2006
Siva K. Nadarajah Matthew S. McMullen Antony Jameson

This paper presents an adjoint method for the optimum shape design of unsteady flows. The goal is to develop a set of discrete unsteady adjoint equations and the corresponding boundary condition for the non-linear frequency domain method. First, this paper presents the complete formulation of the time dependent optimal design problem. Second, we present the non-linear frequency domain adjoint e...

Journal: :SIAM J. Numerical Analysis 2002
Radu Serban Linda R. Petzold

For models described by ordinary differential equation boundary value problems (ODE BVPs), we derive adjoint equations for sensitivity analysis, giving explicit forms for the boundary conditions of the adjoint boundary value problem. The solutions of the adjoint equations are used to efficiently compute gradients of both integral-form and pointwise constraints. Existence and stability results a...

2004
Héctor J. Sussmann

We present a version of the Pontryagin Maximum Principle for control dynamics with a possibly non smooth, nonlipschitz and even discontinuous righthand side. The usual adjoint equation, where state derivatives occur, is replaced by an integrated form, containing only differentials of the reference flow maps. The resulting “integrated adjoint equation” leads to “adjoint vectors” that need not be...

1997
Wen-Xiu Ma

A Bargmann symmetry constraint is proposed for the Lax pairs and the adjoint Lax pairs of the Dirac systems. It is shown that the spatial part of the nonlinearized Lax pairs and adjoint Lax pairs is a finite dimensional Liouville integrable Hamiltonian system and that under the control of the spatial part, the time parts of the nonlinearized Lax pairs and adjoint Lax pairs are interpreted as a ...

2009
B. L. Voronov

In this paper, we present a mathematically rigorous quantum-mechanical treatment of a one-dimensional motion of a particle in the Calogero potential αx−2 . Although the problem is quite old and well-studied, we believe that our consideration, based on a uniform approach to constructing a correct quantum-mechanical description for systems with singular potentials and/or boundaries, proposed in o...

2000
Siva K. Nadarajah Antony Jameson Juan J. Alonso

This paper presents an adjoint method for the calculation of non-collocated sensitivities in supersonic flow. The goal is to develop a set of discrete adjoint equations and their corresponding boundary conditions in order to quantify the influence of geometry modifications on the pressure distribution at an arbitrary location within the domain of interest. First, this paper presents the complet...

2002
Siva K. Nadarajah Juan J. Alonso Antony Jameson

This paper presents an adjoint method for the calculation of remote sensitivities in supersonic flow. The goal is to develop a set of adjoint equations and their corresponding boundary conditions in order to quantify the influence of geometry modifications on the pressure distribution at an arbitrary location within the domain of interest. First, this paper presents the formulation and discreti...

2013
Anna Engels-Putzka Jan Backhaus

An adjoint preprocess for an adjoint-based turbomachinery design process is described. The resulting process is compared to a previously established adjoint process based on three-dimensional adjoint solutions and deformed meshes. Within the new process, the calculation of sensitivities is performed using shape sensitivities and surface displacements, where the design parameters are computer-ai...

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

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

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"; } -->