Papers
Topics
Authors
Recent
Search
2000 character limit reached

Tempered Time Fractional ADE

Updated 24 December 2025
  • TTFADE is a model incorporating tempered fractional derivatives to accurately capture transitional anomalous transport with finite memory.
  • It uses advanced finite difference techniques, including graded-mesh L1 schemes and fast sum-of-exponentials methods, to achieve high numerical accuracy.
  • The framework effectively fits experimental data in disordered media, such as transient currents in boron, demonstrating its practical importance in physics and engineering.

The tempered time fractional advection-dispersion equation (TTFADE) governs anomalous transport processes in which the temporal memory is truncated, combining fractional kinetics with exponential damping of long-time effects. TTFADE generalizes the standard time-fractional advection-dispersion equation (FADE) by replacing the Caputo derivative with its tempered analog, enabling superior modeling fidelity for experimental observations that exhibit transitions in scaling regimes or have a physically-motivated cutoff in memory. The equation appears in the mathematical modeling of dispersive transport in disordered materials, hydrology, physics of anomalous diffusion, and other fields sensitive to subdiffusive behavior and nonlocal memory (Huang et al., 17 Dec 2025, Morgado et al., 2018).

1. Mathematical Formulation and Caputo-Tempered Derivative

The TTFADE in one spatial dimension is given by

ut(x,t)+0CDtα,λu(x,t)=D2ux2(x,t)vux(x,t)+f(x,t),(x,t)Ω×(0,T],\frac{\partial u}{\partial t}(x,t) + {}_0^C D_t^{\alpha,\lambda} u(x,t) = D\frac{\partial^2 u}{\partial x^2}(x,t) - v \frac{\partial u}{\partial x}(x,t) + f(x,t), \qquad (x,t) \in \Omega \times (0,T],

where Ω=(0,L)\Omega = (0,L), T>0T > 0, 0<α<10<\alpha<1 is the fractional order, λ>0\lambda > 0 is the tempering parameter, DD is the diffusion coefficient, vv the drift velocity, and ff a source term.

The Caputo-tempered fractional derivative 0CDtα,λu(t){}_0^C D_t^{\alpha,\lambda} u(t) is defined as: 0CDtα,λu(t)=eλtΓ(1α)0t(ts)αdds[eλsu(s)]ds,{}_0^C D_t^{\alpha,\lambda} u(t) = \frac{e^{-\lambda t}}{\Gamma(1-\alpha)} \int_0^t (t-s)^{-\alpha} \frac{d}{ds}\left[e^{\lambda s} u(s)\right] ds, which reduces to the standard Caputo derivative when λ=0\lambda=0. This operator models power-law memory truncated by an exponential factor, mitigating the heavy-tail effect as tt \rightarrow \infty (Huang et al., 17 Dec 2025, Morgado et al., 2018).

2. Initial and Boundary Conditions, Regularity Issues

Solutions to TTFADE typically exhibit weak singularities at t=0t=0. The standard problem is supplemented by:

  • Initial condition: u(x,0)=φ(x)u(x,0) = \varphi(x), for xΩx \in \Omega.
  • Boundary conditions: For homogeneous Dirichlet, u(0,t)=u(L,t)=0u(0,t) = u(L,t) = 0 for t[0,T]t \in [0,T].

A salient feature, inherited from the fractional derivative, is the lack of smoothness at the initial time. For u(x,t)C(x)+O(tδ)u(x,t) \simeq C(x) + O(t^\delta) with 1<δ<21 < \delta < 2, the Caputo-tempered derivative behaves as O(tδα)O(t^{\delta-\alpha}) near t=0t=0. Accurate numerical simulations in such regimes employ graded temporal meshes tn=T(n/N)rt_n = T(n/N)^r for r1r \geq 1, which cluster points near t=0t=0 to resolve the singularity (Huang et al., 17 Dec 2025, Morgado et al., 2018).

3. Numerical Discretization and Fast Algorithms

Advanced finite difference schemes have been developed for efficient and accurate discretization of TTFADE, addressing both computational cost and singular behavior at the initial time. Two principal methodologies are established:

  • Graded-mesh L1 schemes: The L1 rule on nonuniform meshes is applied to the Caputo-tempered derivative. Local truncation errors of O(τjmin{rα,2α})O(\tau_j^{\min\{r\alpha,2-\alpha\}}) are proven, with global temporal accuracy O(Nmin{2α,rα})O(N^{-\min\{2-\alpha, r\alpha\}}) when r=(2α)/αr=(2-\alpha)/\alpha (Morgado et al., 2018).
  • Fast finite difference via sum-of-exponentials: For second-order accuracy in time, the Caputo-tempered operator is split at each half-step into a history and local part. Beylkin-Monzón's sum-of-exponentials approximation approximates the kernel (tn+1/2s)1α(t_{n+1/2}-s)^{-1-\alpha} by a sum =1Nexpωes(tn+1/2s)\sum_{\ell=1}^{N_{exp}} \omega_\ell e^{-s_\ell (t_{n+1/2}-s)}. History variables Uhis,nU_{his,\ell}^n are updated recursively, reducing the history cost per step from O(n)O(n) to O(1)O(1) per exponential (Huang et al., 17 Dec 2025).

A Crank–Nicolson/central difference scheme in space and time leads to a tridiagonal system per time step, which can be solved in O(M)O(M) by the Thomas algorithm, where MM is the spatial grid size.

Discretization Scheme Time Order Space Order Complexity
Graded-mesh L1 finite difference (2α)(2-\alpha) 2 O(NM)O(NM)
Fast sum-of-exponentials + CN 2 2 O(NM+NexpN)O(NM + N_{exp}N)

Each Nexp=O(log(1/ε)loglog(1/ε))N_{exp} = O(\log(1/\varepsilon) \cdot \log \log (1/\varepsilon)) for a fixed kernel approximation tolerance ε\varepsilon (Huang et al., 17 Dec 2025).

4. Theoretical Results: Solvability, Stability, and Convergence

Scheme stability and convergence are established via discrete energy methods:

  • Unique solvability: The algebraic system at each time step is strictly diagonally dominant with nonnegative eigenvalues, ensuring uniqueness.
  • Unconditional L2L^2 stability: Discrete Fourier analysis demonstrates UnVn2U0V02\|U^n - V^n\|_{\ell^2} \leq \|U^0 - V^0\|_{\ell^2}, and the inclusion of the tempering parameter λ\lambda does not compromise this property (Huang et al., 17 Dec 2025).
  • Convergence: For sufficiently smooth solutions and graded parameter rr satisfying r(δ1)>2r(\delta-1)>2, the schemes achieve

unUn2C[N2+h2+ε],n=0,,N,\|u^n - U^n\|_{\ell^2} \leq C[N^{-2} + h^2 + \varepsilon], \quad n = 0, \dots, N,

(see (Huang et al., 17 Dec 2025)) and

maxi,lu(xi,tl)Uil=O(nmin{2α,rα}+h2)\max_{i,l}|u(x_i,t_l)-U_i^l| = O(n^{-\min\{2-\alpha, r\alpha\}} + h^2)

for the L1 scheme (Morgado et al., 2018).

5. Numerical Experiments and Model Calibration

Quantitative performance of the schemes is established through problems with known analytical solutions and physical applications:

  • Pure fractional derivative test—e.g., u(t)=tδu(t)=t^\delta with δ=1.5\delta=1.5. Experiments confirm observed order 2\approx 2 in NN for α=0.1\alpha=0.1, $0.3$, $0.5$.
  • Full TTFADE solution test—e.g., uexact(x,t)=eλt(tδ+1)x2(1x)2u_{exact}(x,t)=e^{-\lambda t}(t^\delta+1)x^2(1-x)^2, for δ=1.8\delta=1.8, λ=1\lambda=1. Error tables confirm order $2$ in both NN and hh.
  • Modeling transient currents in amorphous boron: TTFADE with parameters α=0.66\alpha=0.66, λ=1.0\lambda=1.0, v=0.38v=0.38, D=2.7×103D=2.7 \times 10^{-3} fitted to experimental time-of-flight data yields excellent matching across both pre- and post-transit regimes. The non-tempered (λ=0\lambda = 0) model is unable to reproduce the two-slope decay observed in measured transients (Morgado et al., 2018). This highlights the critical role of tempering in modeling physical processes with transitional dynamics.

6. Interpretation of the Tempering Parameter and Memory Effects

The tempering parameter λ\lambda exponentially suppresses the contribution of remote memory in the fractional kernel. As λ\lambda increases, history effects decay more quickly, leading to accelerated decay in the kernel coefficients and reducing the required number of exponentials NexpN_{exp} for fixed error tolerance. Physically, this truncation reflects environments where memory becomes effectively finite, allowing TTFADE to describe transitions from nonlocal subdiffusion to more classical transport at longer times. In practical applications such as disordered media, varying λ\lambda allows fitting of empirically observed transitions between power-law regimes, a property unattainable with untempered fractional models (Huang et al., 17 Dec 2025, Morgado et al., 2018).

7. Applications and Outlook

TTFADE is instrumental in modeling systems where anomalous transport is modulated by finite memory, typical in complex media, porous flow, and disordered materials. Applications to time-of-flight transient current experiments in boron demonstrate the efficacy of TTFADE for capturing phenomena unattainable with non-tempered FADEs (Morgado et al., 2018). The numerical advances—particularly fast sum-of-exponentials history handling—enable practical large-scale simulation while retaining second-order accuracy under weak initial data singularities (Huang et al., 17 Dec 2025).

Research directions include extension of the model to higher dimensions, nonhomogeneous boundary conditions, nonlinear forcing, and coupling with spatial fractional operators. The flexibility conferred by the tempering parameter continues to drive new physical insights and computational efficiencies.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Tempered Time Fractional Advection-Dispersion Equation.