I am having trouble trying to find example or figure out how to solve systems of PDEs of this form.
$$ u_{t} + au_{x} = f(u,v,x) $$
$$ v_{t} + bv_{x} = g(u,v,x) $$
For cases where $a \geq 0$ and $b \geq 0$ and constant with $f(u,v,x)$ and $g(u,v,x)$ being linear.
For example:
$$ u_{t} + au_{x} = k(u - bv),$$ $$ v_{t} + bv_{x} = k(bv - u),$$
where $k > 0$, $b \geq 0$ and $c \geq 0$. Ideally I would like to have $b = b(x)$. Im using these equations to test a finite volume PDE code I am developing as part of my PhD work.
My question is do these equations have analytical solutions? If so how do I find them?