How do I display a list of posts under all hierarchical children of the current taxonomy?

Use wp_list_categories with the taxonomy argument, it is built to create hierarchal category lists but it will also support using a custom taxonomy.

Example:

Display hierarchal categories

using this you can see their hierarchal structure.

let me know the result