نتایج جستجو برای: soil hydraulic parameters

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

B. GHANBARIAN M. PARSINEJAD Y. FENG

Soil water content is one of the most important parameters for estimating irrigation frequency and providing the plant’s water requirement. Since measurement of soil water content is both expensive and time consuming, water movement models are used to estimate these values. In this study, LEACHW model was used to estimate soil water content for two “dry” (20-29 Aug) and “wet” (1-6 Jul) periods ...

2016
Jianying Jiao Jianting Zhu

Anew computationally efficient directmethod is applied to estimating unsaturated hydraulic properties during steady-state infiltration and evaporation at soil surface. For different soil types with homogeneous and layered heterogeneity, soil hydraulic parameters and unsaturated conductivities are estimated. Unlike the traditional indirect inversion method, the direct method does not require for...

Journal: :آب و خاک 0
فاطمه مسکینی ویشکائی محمود شعبانپور شهرستانی ناصر دوات گر

abstract the saturated hydraulic conductivity (ks) is an important physical property of soil. the direct measurement of this property in soils is a difficult and time consuming process. pedotransfer functions (ptfs) provide an alternative by estimating soil parameters from more readily available soil data. the objective of this study is to determine effective factors on soil hydraulic conductiv...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه گیلان - دانشکده فنی و مهندسی 1390

sange siyah dam is located two kilometers down the kabod khani village. the environ of ghorrve city in kurdestan province. this is an clay core dam. in this dam instrumentation is performed in three section and consist of electrical piezometers, total pressure cells, settlement cells and so on. the main objective of instrumentation is to control the behavior of dam body and foundation, end else...

Journal: :Water resources research 2012
B Arora B P Mohanty J T McGuire

Successful application of dual permeability models (DPM) to predict contaminant transport is contingent upon measured or inversely estimated soil hydraulic and solute transport parameters. The difficulty in unique identification of parameters for the additional macropore- and matrix-macropore interface regions, and knowledge about requisite experimental data for DPM has not been resolved to dat...

2002
K. Kosugi

The scaling theory approach has been widely used as an effective method to describe the variation of soil hydraulic properties. In conventional scaling, reference retention curves and scaling factors are determined from minimization of residuals. Most previous studies have shown that scaling factors are lognormally distributed. In this study, we derived physically based scaling factors, assumin...

2008
Zhongyi Qu Guanhua Guanhua Jing-Yu Yang

The unsaturated soil hydraulic properties, including soil water retention curve and hydraulic conductivity, are the crucial input parameters for simulating soil water and solute transport through the unsaturated zone at regional scales, and are expensive to measure. These properties are frequently predicted with pedotransfer functions (PTFs) using the routinely measured soil properties. 110 soi...

2005
C. J. Matthews J. H. Knight F. J. Cook R. D. Braddock

Analytical solutions for non-steady flow are an important aspect of mathematical modeling in all fields of computational science. An analytical solution provides an exact solution for a specific (simplified) test case, which then can be used to test and verify numerical solutions. Within soil physics, there has been a multitude of analytical solutions that model transient flow through onedimens...

1997
Jinqi Zhang Jim Yeh

An iterative geostatistical inverse approach is developed to estimate conditional effective unsaturated hydraulic conductivity parameters, soil-water pressure head, and degree of saturation in heterogeneous vadose zones. This approach is similar to the classical cokriging technique, and it uses a linear estimator that depends on covariances and cross covariances of unsaturated hydraulic paramet...

2014
Mohammad Nakhaei Jiří Šimůnek

Knowledge of soil hydraulic and thermal properties is essential for studies involving the combined effects of soil temperature and water input on water flow and redistribution processes under field conditions. The objective of this study was to estimate the parameters characterizing these properties from a transient water flow and heat transport field experiment. Real-time sensors built by the ...

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

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

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