Split up the frame_order.pdb_model user function backend into three components.
The main _pdb_model() method now consists of calls to three new methods _pdb_ave_pos(),
_pdb_geometric_rep() and _pdb_distribution(). The _pdb_geometric_rep() method is simply the
contents of the old _pdb_model() method and the two other methods are currently stubs.