Hi,

I'm wondering if there is a TS example for a similar system:

d/dt [f(x)] = g(x)

For example, in PFLOTRAN, we have the following governing equation for
subsurface flow:

d/dt [ sat(P)*den(P)*por] = - g(P)

where,
sat = saturation,
den = density,
por = porosity,
P = Pressure

PFLOTRAN uses SNES to solve the nonlinear system of equations that arises
from a backward Euler time discretization. I'm trying to seek guidance on
how one would go about reformulating PFLOTRAN's equations to use TS.

Thanks,
-Gautam

Reply via email to