PDEFIT - Parameter Estimation in One-dimensional Partial Differential Equations

Version 4.4 (2009)
 
Purpose:
PDEFIT solves parameter estimation (data fitting, system identification, nonlinear regression) problems where the parameters are part of a system of one-dimensional linear or nonlinear partial differential equations. Equations that do not depend on time derivatives, are treated as algebraic ones. The system may possess coupled ordinary differential equations and transition conditions between different integration areas, moreover additional equality or inequality constraints.
Numerical Method:
The method of lines is applied to discretize the system subject to the spatial variable, to get a system of ordinary differential equations or, in case of additional algebraic equations, a system of differential algebraic equations. To approximate spatial derivatives, polynomial approximation, difference formulae, and special upwind formulae (TVD, ENO, or similar) for hyperbolic equations are available. The resulting systems of ordinary differential or differential algebraic equations are integrated by standard methods for stiff- and non-stiff equations, e.g., by some routines of Hairer and Wanner, or by a high order explicit Runge-Kutta method with fixed stepsize to satisfy a CFL condition for advection systems. Nonlinear least squares problems are solved by DFNLP or related Gauss-Newton-type algorithms. Gradients of the fitting criterion are approximated by forward differences.
Program Organization:
PDEFIT is a double precision FORTRAN subroutine, where all parameters are passed by arguments. An additional main program takes over some organizational ballast and reads in all problem data. A user provided subroutine is required to define initial values, constraints, and the PDE system together with suitable boundary conditions, coupled ordinary equations and fitting criteria.
Special Features:
  1. definition of flux-functions to facilitate input and to allow special dicretizations in case of hyperbolic equations
  2. individual discretization of spatial derivatives of state variables, for example for mass transport when the upwind direction is known in advance
  3. non-continous transition conditions between integration areas (Neumann, Dirichlet, mixed)
  4. implicit boundary conditions at arbitrary spatial grid lines
  5. coupled ordinary differential algebraic equations
  6. alternative norms (min-max, sum of absolute values)
  7. dynamic constraints depending on the state variables
  8. switching points for non-continuous alterations of the dynamic system, constant or variable
  9. exploiting band structure of discretized system
  10. more than one fitting criterion 
  11. confidence intervals for estimated parameters, correlation and covariance matrix
  12. identification of significance levels for estimated parameters
  13. computation of optimal experimental designs (A-criterion)
  14. various scaling options (individual or automatic)
  15. generation of 2D/3D-plot data and TEX reports
  16. full documentation by initial comments
  17. FORTRAN source code
Applications:
As one of the two basic numerical executable codes of EASY-FIT, PDEFIT is in practical use to identify parameters in diffusion models for transdermal pharmaceutical problems (Boehringer Ingelheim, ETH Zuerich), convection-advection equations in geology (University of Bayreuth), food drying (University of Porto), and for chemical reaction models (BASF), among many others. The simulation part of PDEFIT is integrated in MathCad (MathSoft Inc.).
Reference:
K. Schittkowski, Parameter estimation in one-dimensional, time-dependent partial differential equations, Optimization methods and Software, Vol. 7, No. 3/4, 165-210, 1997
K. Schittkowski, PDEFIT: A FORTRAN code for parameter estimation in partial differential equations, Optimization Methods and Software, Vol. 10, 539-582, 1999
K. Schittkowski, Data fitting in partial differential algebraic equations: Some academic and industrial applications, Journal of Computational and Applied Mathematics, Vol. 163, No. 1, 29-57
Availability:
For more details contact the author or click here for free license for members and students of academic institutions.
Back to home page Back to list of software klaus@schittkowski.de