For creating New order, You will have to create Object of WC_Order, If you working outside WooCommerce or in function.php then, First Define Global $woocommerce variable.
So, There will be just 2 line of Code.
global $woocommerce;
$order = new WC_Order( $order_id );