If a module declaration is followed by a text constant, that text is used as the file name of where that module's definition is found.
Dampen Module "Dampen.SRC";
This declares a module called Dampen with the body of the code that defines all of its parameters, variables and states being located in the file called Dampen.SRC.