Welkom op genuchten.net

-- zo maar wat wetenswaardigheden --

Ooit ontstaan op een nietszeggend heuveltje dat 'Ginne Heugte' genoemd kon worden...


De van genuchten vergelijking

Lees meer op bijvoorbeeld agronomy.org

function [C,K,theta] = vanGenuchten(h,phi)

alpha = phi(1);
theta_S = phi(2);
theta_R = phi(3);
n = phi(4);
m = phi(5);
Ksat = phi(6);

% Compute the volumetric moisture content
theta = (theta_S - theta_R)./(1 + (alpha.*abs(h)).^n).^m + theta_R;

% Compute the effective saturation
Se = ((theta - theta_R)./(theta_S - theta_R));

% Compute the hydraulic conductivity
K = Ksat.*Se.^(1/2).*(1 - (1 - Se.^(1/m)).^m).^2;

% Compute the specific moisture storage
C = -alpha.*n.*sign(h).*(1/n - 1).*(alpha.*abs(h)).^(n - 1).*(theta_R - theta_S).*((alpha.*abs(h)).^n + 1).^(1/n - 2);

end

Multi-parameter Fibre Optic Sensing System for Remote Condition and Operation Monitoring of Gearbox Bearings in Rack and Pinion Jacking Systems, 2017 by Eric van Genuchten
Removing arsenic from synthetic groundwater with iron electrocoagulation: An Fe and As K-edge EXAFS study, 2012 by Case van Genuchten
Compound Annual Growth Rate for Software, 2012 by Michiel van Genuchten
Exercise capacity in a cohort of children with congenital heart disease, 2023 by Wouter van Genuchten
Open Innovation Strategies for Sustainable Urban Living, 2019 by Eva van Genuchten
Adversarial Noise Benchmarking On Image Caption, 2022 by Dik van Genuchten
New Avenues in Development Economics: Identifying the Determinants of Economic Shrinking , 2022 by Kees van Genuchten
Are Robots Taking Our Jobs? A RoboPlatform at a Bank, 2019 by Jeroen van Genuchten

Zelf gebruik ik dit domein vooral voor wat testjes in mijn werk als webcartograaf. Heb je een leuk idee voor deze pagina (of subdomein)? Laat het me weten en dan kijken we wat de mogelijkheden zijn...

Groet Paul van Genuchten, Wageningen.
paul[at]genuchten.net.