I just started studying different types of PDEs and solving them with various boundary and initial conditions. Generally, when working on class assignments the professors will somewhat lead us to the answer by breaking a single question (solving a PDE) into parts and starting with things like: $(a)$ start by finding the steady-state solution, $(b)$ ....
My question, however, is rather general. I want to know under what conditions does a steady-state solution exist for a PDE. If possible, I want to keep the question general, but I know it helps to have a reference sometimes so consider the following PDE: $$ \frac{\partial c_1}{\partial t} = \frac{\partial^2}{\partial z^2}\left[\frac{\partial^2 c_1}{\partial z^2}-\frac{\partial g(c_1)}{\partial c}\right]+F $$ where it's known that $ c_1 = c_1(z,t)$ only. Is it reasonable to try to solve for a steady-state solution and let $c_1(z,t) = s(z) +v(z,t)$? Would it depend on the associated boundary conditions? Is the existence of such a solution only dependent on the properties of the PDE? like it being linear? Any help, links, or comments would be much appreciated.
Again, if the example is ignored that's totally fine, the answer desired is the most general one possible!