In a class I've been taking for grad-school, we've been covering the OpenUP process as an approach to design new software.
It occurred to be that often times in software engineering, an older piece of software needs to be modified or simply understood. Is there a process similar to the Unified Process or OpenUP to analyze and model/document an existing system? Let's assume that no UML or OpenUP documentation currently exists; furthermore, assume the project is fairly big.
I know that there are reverse engineering UML tools out there but these are passive tools. I'm looking for a process to start to understand the software with the intent to modify or explain it. UML models might be a byproduct of this comprehension.

