Hex meshing + initial conditions + stability + opening

My CFD problem is simply a tube of hot air flowing into an enclosed yet large space (at room conditions) using RANS Flow.

1)
March Newsletter:
"Create a set of interconnected volumes each with 6 faces such that Caedium's structured meshing algorithm can then generate high quality hexahedral elements"

I've actually created my geometry from an external 3D modelling software and then imported it into Caedium as a step file since the Builder has limited control.
I've tried multi-block meshing in the past but it is extremely troublesome once there are geometrical complexities.
Will I be able to to multi-block the simple parts (by creating boxes inside my geometry) then while meshing, leave the automatic mesher to create hex elements (with O,C and L-grids) for the multi-blocks but tetrahedral elements for anything else untouched?

2)
March Newsletter:
"Assign different initial conditions to different volumes within a flow domain to speedup the convergence rate of a simulation."
How is this done? I only have just one whole fluid volume for air to flow through from start to finish since Caedium doesn't support multiple fluids or conjugate heat transfer.
Is assigning different conditions throughout the whole domain the same as the multi-block approach? My biggest worry is disrupting the flow continuum.
Then can I say I specify [u v w] = [0.2 0.3 0.4] for one specified region then [u v w] = [0 0 400] for another?
I've used [0.2 0.3 0.4] because [0 0 0] often doesn't work and I need to accurately portray calm ambient conditions.

3)
Often when I run a steady state problem involving heat transfer, the residuals will oscillate, then spit out errors such as singularity in Ux, Uy or Uz and stop solving. This is much worse when I enable compressibility.
This is usually alleviated when I enable transient simulations but it is very time-consuming in reality.
Another commercial code I used would never have the singularity issue for a similar problem.

4)
I am confused at which boundary condition out of Inlet-Outlet or Outlet-Inlet properly represents an opening in reality (e.g. open window to outside or sky).
In order to avoid not having solutions is to specify Inlet(s) then Outlet(s) for flow rather than Inlet(s) then an Inlet-Outlet/Outlet-Inlet, I want to allow fluid to flow in and out freely and not force it all out.

Multiple Volumes

Are you assuming incompressible conditions? I ask because you talk about an initial condition of [u v w] = [0 0 400] which for air would be supersonic (Mach = 1 = 340 m/s). In this case you would have to use the Supersonic solver and it is only available as unsteady. If you do have supersonic flow then the incompressible heat transfer setup I discuss below is mute.

In answer to your questions:

1) Currently Caedium supports either all hex or all tet meshes in relation to multiple connected volumes, so no Caedium can't produce hybrid meshes.

2) I just added a tutorial tip to cover multiple-volumes at "Multiple Volume Flow Domain".

3) Often solver singularities are caused by a poor mesh - for more details see "How do I fix mesh and solver failures?". Assuming your mesh is acceptable, I suggest trying steady state incompressible fluid flow without heat transfer - if you can't get a solution for this state then there's no point trying heat transfer. Then try switching on heat transfer. By default the heat transfer option assumes buoyancy - if this is not important then switch it off by setting Substance->Properties->Reference->g (gravity) = [0 0 0]. Buoyancy driven flows tends to be time dependent and less robust so often steady state doesn't converge.

4) I suggest trying an Inlet-Outlet - which can cope with outlet flow (assumes zero gradients for outgoing quantities) and with inlet flow (you have to specify what the inlet quantities are). Your simulation will be more robust if you can assign specific inlets and outlets.